function openWin(picSrc) {
	newWin = window.open('', '','width=823,height=628, toolbars=no, scrollbars=no, resizable=yes');
	newWin.document.write("<html><title>Galer&iacute;a de fotos</title><body BGCOLOR='#rrggbb'><img src=" + picSrc + " style='border:2px solid white'></body></html>");
	newWin.focus(); 
}



