function mensaje (URL){ 
   window.open(URL,"ventana1","width=500,height=404,scrollbars=YES,left=200,top=150") 
} 
function cotizacion (URL){ 
   window.open(URL,"ventana2","width=500,height=404,scrollbars=NO,left=200,top=150") 
} 
