//-------------------------------------------------------------------------------------------------


var n,x;
var img1aux;
var img2aux;

function ejecuta_over(nombre,img1,img2)
{
	n=nombre;
	img1aux=img1;
	img2aux=img2;
	if (document.images[nombre].src.indexOf('img1aux')<0)
		document.images[nombre].src=img2;
		window.status=document.images[nombre].src;
}

function ejecuta_out(nombre,img1,img2)
{
	n=nombre;
	img1aux=img1;
	img2aux=img2;
	if (document.images[nombre].src.indexOf('img2aux')<0)
		document.images[nombre].src=img1;
		window.status=document.images[nombre].src;
}
  
function ejecuta_click(nombre,img)
{
	document.images[nombre].src=img;
	window.status=document.images[nombre].src;
}
//-------------------------------------------------------------------------------------------------

function calidad_es(profundidad)
{
document.write('<table width="80%"  border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td width="24">&nbsp;</td>');
document.write('<td><a href="#">');
document.write('<img src="'+profundidad+'front/img/sellogarantia_es.jpg" name="garantia" border="0" onMouseOver=ejecuta_over("garantia","'+profundidad+'front/img/sellogarantia_es.jpg","'+profundidad+'front/img/sellogarantiaroll_es.jpg"); onMouseOut=ejecuta_out("garantia","'+profundidad+'front/img/sellogarantia_es.jpg","'+profundidad+'front/img/sellogarantiaroll_es.jpg");>');
document.write('</a></td>');
document.write('</tr>');
document.write('</table>');

}
//-------------------------------------------------------------------------------------------------
function pie(profundidad)
{
document.write('<table width="100%" height="1"  border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">');
document.write('          <tr>');
document.write('            <td valign="bottom"><table width="100%" height="1"  border="0" cellpadding="0" cellspacing="0">');
document.write('                    <tr>');
document.write('                      <td><img src="'+profundidad+'front/img/pixeltrasnsparente.gif" width="1" height="1"></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td bgcolor="#000000"><img src="'+profundidad+'front/img/pixeltrasnsparente.gif" width="1" height="5"></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td><img src="'+profundidad+'front/img/pixeltrasnsparente.gif" width="1" height="1"></td>');
document.write('                    </tr>');
document.write('                </table></td>');
document.write('            </tr>');
document.write('          <tr>');
document.write('            <td><table width="100%" height="1"  border="0" align="center" cellpadding="0" cellspacing="0" class="Pie">');
document.write('                <tr class="Pie">');
document.write('                  <td width="150">&nbsp;</td>');
document.write('                  <td>@ 2005 - 2006 ARTE Y NATURALEZA. Todos los derechos reservados </td>');
document.write('                </tr>');
document.write('            </table></td>');
document.write('            </tr>');
document.write('</table>');
}
//-------------------------------------------------------------------------------------------------
function pieMIdioma(profundidad,idioma)
{
document.write('<table width="100%" height="1"  border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">');
document.write('          <tr>');
document.write('            <td valign="bottom"><table width="100%" height="1"  border="0" cellpadding="0" cellspacing="0">');
document.write('                    <tr>');
document.write('                      <td><img src="'+profundidad+'front/img/pixeltrasnsparente.gif" width="1" height="1"></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td bgcolor="#000000"><img src="'+profundidad+'front/img/pixeltrasnsparente.gif" width="1" height="5"></td>');
document.write('                    </tr>');
document.write('                    <tr>');
document.write('                      <td><img src="'+profundidad+'front/img/pixeltrasnsparente.gif" width="1" height="1"></td>');
document.write('                    </tr>');
document.write('                </table></td>');
document.write('            </tr>');
document.write('          <tr>');
document.write('            <td><table width="100%" height="1"  border="0" align="center" cellpadding="0" cellspacing="0" class="Pie">');
document.write('                <tr class="Pie">');
document.write('                  <td width="150">&nbsp;</td>');
if(idioma = 'ES')
	document.write('                  <td>@ 2005 - 2006 ARTE Y NATURALEZA. Todos los derechos reservados </td>');
else
	document.write('                  <td>@ 2005 - 2006 ARTE Y NATURALEZA. All rights reserved </td>');
document.write('                </tr>');
document.write('            </table></td>');
document.write('            </tr>');
document.write('</table>');
}
//-------------------------------------------------------------------------------------------------
//Funcion para abrir ampliacion de obras.

function ventanaObraPatch (URL,alto,ancho)
{
  godir=URL + "?fich="+document.getElementById('hdnimagen').value;
   window.open(godir,"AyN","width="+alto+",height="+ancho+",scrollbars=NO"); 
}


function ventanaSecundaria (URL,alto,ancho)
{ 
   window.open(URL,"AyN","width="+alto+",height="+ancho+",scrollbars=NO") 
} 
function CargaEnlace(campo1)
{ 
   window.open(URL,"AyN","width="+alto+",height="+ancho+",scrollbars=NO") 
} 
//-------------------------------------------------------------------------------------------------
//Funcion para el cambio de imagen en las fichas de obras.
function cambiaimagenNorm(src,imagen) 
{ 
	 document.getElementById(src).src=imagen;
} 
//Funcion para el cambio de imagen en las fichas de obras.
function cambiaimagen(src,imagen,hdn,img) 
{ 
	 document.getElementById(src).src=imagen;
	 document.getElementById(hdn).value=img;
} 
function cambiaLink(sID)
{
var url='escalapared.aspx?id='+sID
document.getElementById('hrefEscala').href='javascript:ventanaSecundaria(\''+url+'\',544,424)';
}
function cambiaimagenExpo(src,imagen,hdn,img,campo2,id) 
{ 
	 document.getElementById(src).src=imagen;
	 document.getElementById(hdn).value=img;
	 if(id !='#')
	 {
		document.getElementById(campo2).href = '../coleccion/ficha.aspx?id=' + id;
		document.getElementById('divObra').style.visibility='visible';
	 }	
	 else
	 {
		document.getElementById(campo2).href = id;
		document.getElementById('divObra').style.visibility='hidden';
	 }
} 
function xGetElementById(e){
	if(typeof(e)!='string') 
		return e;
	if(document.getElementById) 
		e=document.getElementById(e);
	else if(document.all) 
			e=document.all[e];
		else
			e=null;
	return e;
}
function xInnerHtml(e,h){
	if(!(e=xGetElementById(e)) || !xStr(e.innerHTML)) 
		return null;
	var s = e.innerHTML;
	if (xStr(h)) {
		e.innerHTML = h;
	}
	return s;
}
function xStr(s){
	for(var i=0; i<arguments.length; ++i){
		if(typeof(arguments[i])!='string') 
			return false;
	}
	return true;
}