function VentanaFlotante(pag,ancho,alto){
	NuevaVentana = window.open(pag,"_blank","bar=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width="+ ancho +",height="+ alto +",top=50,left=20");
}

function AbreRecomendar(){
window.open("recomendar.php?direccion="+ (document.location) +"","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=450,height=380");
}
document.write("<a href='JavaScript:AbreRecomendar()' style='font-size: 8 pt; FONT-FAMILY: arial; color: #006CD9'>");