// Funciķ menu mouseover

function over(x) //x nē d'imatge //y id de la imatge
{			
	var rol=x+"_rol.jpg";
	var pas=x+"_pas.jpg";		
	document.images[x].src = "img/"+rol;			
	}	

// Funciķ menu mouseout	
	
function out(x)
{
	var rol=x+"_rol.jpg";
	var pas=x+"_pas.jpg";			
	document.images[x].src = "img/"+pas;
}


function liberar()
{
document.location = "libera.php";
}


function forgot()
{
 window.open ('forgot.php','newpass','top=85,left=100,height=270,width=380,resizable=no,scrollbars=no,toolbar=no,locationbar=no'); 
}


function print()
{
 window.open ('pago_y_fin_print.php','pagoyfin','top=100,left=120,height=650,width=790,resizable=no,scrollbars=yes,toolbar=no,locationbar=no'); 
}


function legal()
{
 window.open ('aviso_legal.php','aviso_legal','top=100,left=120,height=350,width=450,resizable=no,scrollbars=yes,toolbar=no,locationbar=no'); 
}


function condiciones()
{
 window.open ('condiciones_generales.php','condiciones','top=100,left=120,height=450,width=770,resizable=no,scrollbars=yes,toolbar=no,locationbar=no'); 
}


function datos_pedido(a)
{
 window.open ('datos_pedido.php?id_pedido='+a,'datos_pedido','top=100,left=120,height=250,width=550,resizable=no,scrollbars=yes,toolbar=no,locationbar=no'); 
}