var ven = 0;
function abre_popup( ventana,full, idioma,imagen,target )
{
	var width = window.screen.width;
	var height = window.screen.height;

	if( full == 0 )
	{
		ven += 1;
		var ventana_pop = window.open( ventana,ven,"toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no'");
		
			html  = "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>"
			html += "<html><head><meta http-equiv='Content-Style-Type' content='text/css' />";
			html += "<meta http-equiv='Content-Type' content='text/html;charset=iso-8859-1' />";
			html += "<meta http-equiv='Cache-Control' content='no-cache, mustrevalidate'>";
			html += "<meta http-equiv='Pragma' content='no-cache'>";
			html += "<link href='css/global.css' rel='stylesheet' type='text/css' />";
			html += "<title>Anthuriun</title>";
			html += "<script>function redimensiona(objeto){window.resizeTo(objeto.width + 8, objeto.height + 50);}</script></head>";
			html += "<body>";
			
			html += "<script>window.moveTo(0,0);</script><img src='" + imagen + "' target='"+ target+"' onload='redimensiona(this);'>";
			
			html += "</body></html>";
			
			ventana_pop.document.writeln( html );			
	}
	else
	{
		window.open( ventana + '?idioma=' + idioma,ven,"width=" + width + ",height=" + height + "scroll=yes,top=0,left=0");
	}	
} 


/*** FAVORITOS ***/

function bookmarks(){
	var bookmarkurl="http://www.grupoanthuriun.com"
	var bookmarktitle="Grupo Anthuriun"

	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

/*** OTROS POPUPS ***/

function popupwindow(index)
{
	if(index==1)
	{
	site="reservas.php" 
	}
	
	if(index==2)
	{
	site="bolsa_de_trabajo.php" 
	}
	if(index==3)
	{
	site="cotizacion.php" 
	}
	if(index==4)
	{
	site="sitios.php" 
	}
	window.open(site,"newwindow","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizeable=1,width=450,height=450");
}

function popups(index)
{
	if(index==1)
	{
	site="../reservas.php" 
	}
	
	if(index==2)
	{
	site="../bolsa_de_trabajo.php" 
	}
	if(index==3)
	{
	site="../cotizacion.php" 
	}
	if(index==4)
	{
	site="../sitios.php" 
	}
	window.open(site,"newwindow2","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizeable=1,width=450,height=450");
}

function abrir_noticia_html(id,idioma)
{
	window.open("noticias_html.php?id=" + id + "&idioma=" + idioma, "noticias_html","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizeable=1,width=500,height=480,top=0,left=0")
}

function popupwindow13(index)
{
	if(index==1)
	{
	site="../opio/web.php" 
	}
	
	if(index==2)
	{
	site="../opio_b/web.php" 
	}
	
	if(index==3)
	{
	site="../cava/web.php" 
	}
	
	if(index==4)
	{
	site="../brasserie/web.php" 
	}
	
	if(index==5)
	{
	site="../anthuriun_b/web.php" 
	}
	
	if(index==10)
	{
	site="" 
	}
	
	
	window.open(site,"newwindow","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=1,width=666,height=450");
}





function p13(index)
{
	if(index==1)
{
	site="sitios5.php"
}

if(index==2)
{
	site="sitios5.php"
}
window.open(site,"newwindow","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizeable=1,width=510,height=450");
}