function imatgegran(nom, ample, llargada ){

Img=window.open('', name,'top=50,left=50,width='+(ample)+',height='+(llargada)+',toolbar='+0+',menubar='+0+',status='+0+',scrollbars='+0+',resizable='+0);
Img.document.open();
Img.document.write('<html><head><title>Roberlo</title></head><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><div align="center"><img  src="img/'+nom+'_g.jpg" border="0"></div></body></html>');
Img.document.close();


}

function imatgegran2(nom, ample, llargada ){

Img=window.open('', name,'top=50,left=50,width='+(ample)+',height='+(llargada)+',toolbar='+0+',menubar='+0+',status='+0+',scrollbars='+0+',resizable='+0);
Img.document.open();
Img.document.write('<html><head><title>Roberlo</title></head><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><div align="center"><img  src="img/'+nom+'_g.gif" border="0"></div></body></html>');
Img.document.close();


}


function docnovafinestra (URL){ 
   window.open(URL,"ventana1","top=200,left=50,width=400,height=300,scrollbars=yes,resize=yes") 
} 


function docnovafinestra2 (URL){ 
   window.open(URL,"ventana1","top=100,left=50,width=400,height=400,scrollbars=yes,resize=yes") 
} 
