function abrir(VentanaFotos,width,height,top,left)
{
  window.open(VentanaFotos,'','resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,top='+top+',left='+left+',width='+width+',height='+height);
}

function estilos()
{
	navegador = navigator.appName
	version = parseInt(navigator.appVersion)
	if ((navegador=="Netscape") && (version < 5))
	{
		document.write('<link rel="stylesheet" href="includes/estilos_n.css" type="text/css">');	
	}else {	
		document.write('<link rel="stylesheet" href="includes/estilos.css" type="text/css">');		
	}
}

function over(nombre, imagen)
{
	nombre.src = imagen;
}

function estilos_solicitar()
{
	navegador = navigator.appName
	version = parseInt(navigator.appVersion)
	if ((navegador=="Netscape") && (version < 5))
	{
		document.write('<link rel="stylesheet" href="includes/estilos_admin_n.css" type="text/css">');	
	}else {	
		document.write('<link rel="stylesheet" href="includes/estilos_admin.css" type="text/css">');		
	}
}


function estilos_admin()
{
	navegador = navigator.appName
	version = parseInt(navigator.appVersion)
	if ((navegador=="Netscape") && (version < 5))
	{
		document.write('<link rel="stylesheet" href="../includes/estilos_admin_n.css" type="text/css">');	
	}else {	
		document.write('<link rel="stylesheet" href="../includes/estilos_admin.css" type="text/css">');		
	}
}

var sumaAncho = 0;
var sumaAlto = 0;

function dibuja_espacioHome()
{
//	alert(self.screen.availHeight);
//	alert(self.screen.availWidth );
	if (screen.width > 800)
	{
		sumaAncho = 126;
		sumaAlto = 133;
	}
	else
	{
		sumaAncho = 14;
		sumaAlto = 51;
	}
	document.write(
	    "<tr>"+
			"<td><img src='images/shim.gif' width='"+sumaAncho+"' height='"+sumaAlto+"'></td>"+
			"<td bgcolor='#3862DC'><img src='images/shim.gif' width='1' height='1'></td>"+
			"<td><img src='images/shim.gif' width='749' height='1'></td>"+
			"<td bgcolor='#3862DC'><img src='images/shim.gif' width='1' height='1'></td>"+
			"<td><img src='images/shim.gif' width='"+sumaAncho+"' height='1'></td>"+
		"</tr>");
}

function dibuja_espacioHomeR27()
{
//	alert(self.screen.availHeight);
//	alert(self.screen.availWidth );
	if (screen.width > 800)
	{
		sumaAncho = 126;
		sumaAlto = 133;
	}
	else
	{
		sumaAncho = 14;
		sumaAlto = 51;
	}
	document.write(
	    "<tr>"+
			"<td><img src='images/shim.gif' width='"+sumaAncho+"' height='"+sumaAlto+"'></td>"+
			"<td bgcolor='#3862DC'><img src='images/shim.gif' width='1' height='1'></td>"+
			"<td width='749' valign='top' align='right'><a href='http://www.coexia.com' target='_blank'><img src='images/footer_coexia.gif' border='0'></a></td>"+			
			"<td><img src='images/shim.gif' width='"+sumaAncho+"' height='1'></td>"+
		"</tr>");
}


function dibuja_espacio()
{
//	alert(self.screen.availHeight);
//	alert(self.screen.availWidth );
	if (screen.width > 800)
	{
		sumaAncho = 115;
		sumaAlto = 90;
	}
	else
	{
		sumaAncho = 14;
		sumaAlto = 51;
	}
	document.write(
	    "<tr>"+
			"<td><img src='images/shim.gif' width='"+sumaAncho+"' height='"+sumaAlto+"'></td>"+
			"<td bgcolor='#3862DC'><img src='images/shim.gif' width='1' height='1'></td>"+
			"<td><img src='images/shim.gif' width='749' height='1'></td>"+
			"<td bgcolor='#3862DC'><img src='images/shim.gif' width='1' height='1'></td>"+
			"<td><img src='images/shim.gif' width='"+sumaAncho+"' height='1'></td>"+
		"</tr>");
}

function dibuja_espacioR27(idioma)
{
//	alert(self.screen.availHeight);
//	alert(self.screen.availWidth );
	var mapa_web2 = new Array('Mapa web', 'Mapa web', 'Site Map', 'Carte Web');
	var mapa_web = "";
	if(idioma == 'es') mapa_web = mapa_web2[0];
	if(idioma == 'cat') mapa_web = mapa_web2[1];
	if(idioma == 'eng') mapa_web = mapa_web2[2];
	if(idioma == 'fr') mapa_web = mapa_web2[3];
	
	if (screen.width > 800)
	{
		sumaAncho = 115;
		sumaAlto = 90;
	}
	else
	{
		sumaAncho = 14;
		sumaAlto = 51;
	}
	document.write(
	    "<tr>"+
			"<td><img src='images/shim.gif' width='"+sumaAncho+"' height='"+sumaAlto+"'></td>"+				
			"<td bgcolor='#3862DC'><img src='images/shim.gif' width='1' height='1'></td>"+
			"<td valign='top' width='760'><table width='760'><tr><td><a class='linkPeqAzul' href='mapa_web.php?idioma="+idioma+"'>"+mapa_web+"</a></td><td align='right'><a href='http://www.coexia.com' target='_blank'><img src='images/footer_coexia.gif' border='0'></a></td></tr></table></td>"+
			"<td bgcolor='#3862DC'><img src='images/shim.gif' width='1' height='1'></td>"+
			"<td><img src='images/shim.gif' width='"+sumaAncho+"' height='1'></td>"+
		"</tr>");
}

    

function getBrowserType() 
{
	navegador = navigator.appName
	version = parseInt(navigator.appVersion)
	if ((navegador=="Netscape") && (version < 5))
	{
		return 1;//Navigator 4.X
	}else {	
		return 2;//IExplorer
	}
}

function getTxtSize(browserType) 
{
	if (browserType==1)//Navigator 4.X
	{
		return 15;
	}else if (browserType==2) {	//IExplorer
		return 20;
	}
}

function abrePopup (url,ancho,alto,scroll)
{
	var scrollValue = 0;
	if (scroll)
		scrollValue = 1;
	var dimensiones = "height=" + alto + ",width=" + ancho + ",resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,top=80,left=170,scrollbars=" + scrollValue;
	window.open(url,"",dimensiones);
}



