function AbreEscaparate()
	{
	var posX=screenLeft;
	var posY=screenTop+62;
	window.open('../../../escaparateesp/default.php','ventana', 'width=781,height=439,left='+posX+',top='+posY+'')
	}
function AbreEscaparateEng()
	{
	var posX=screenLeft;
	var posY=screenTop+62;
	window.open('../../../escaparateeng/default.php','ventana', 'width=781,height=439,left='+posX+',top='+posY+'')
	}
	
	
function AbreCorporacion()
	{
	var posX=120;
	var posY=160;
	window.open('../../corporacion2min/default.htm','ventana2', 'width=639,height=410,left='+posX+',top='+posY);
	}
function AbreAyuda()
	{
	var posX=screenLeft+480;
	var posY=screenTop+202;
	window.open('../../html/popups/ayuda.htm','ventana2', 'width=300,height=300,left='+posX+',top='+posY+'')
	}
function AbrePrivacidad()
	{
	var posX=screenLeft+60;
	var posY=screenTop+80;
	window.open('../../html/popups/privacidad.htm','ventana2', 'width=666,height=410,scrollbars=yes,left='+posX+',top='+posY+'')
	}