window.defaultStatus="Eximbol S.R.L.";

function Open_Foto(URL)
{
msgWindow=window.open(URL,'Fotos','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 0,copyhistory= 1,width=550,height=450');
}
function popup_img(imagen,ancho,alto){
	var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width="+(ancho+8)+", height="+(alto+8)+", top="+((screen.height/2)-(alto/2))+",left="+((screen.width/2)-(ancho/2))+" ";
	popup1 = window.open ("","popup1",opciones)
	popup1.document.write('<head>');
	popup1.document.write('<Title>');
	popup1.document.write('Visualizaci&oacute;n de Im&aacute;genes');
	popup1.document.write('</Title>');
	popup1.document.write('</head>');
	popup1.document.write('<body style="margin:0px; padding:0px;">');
	popup1.document.write('<div align=center style="overflow:scroll"><table height=100%><tr><td align=center valign=middle><img src="img/upload/medi_'+imagen+'" width=650 border=0></td></tr></table></div>');
	popup1.document.write('</body>'); 
	popup1.document.close();
}

