function zoom(name)
{
no=window.open("", "zoom", "width=400, height=300, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>DJ Twister :: Foto</title>\n<body topmargin="0" leftmargin="0" bgcolor="#082E68"\n<center>');
writeln('<a href="javascript:window.close()"><img src="foto/'+name+'_big.jpg" border="0" alt="close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 

function zoomv(name)
{
no=window.open("", "zoom", "width=300, height=400, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>DJ Twister :: Foto</title>\n<body topmargin="0" leftmargin="0" bgcolor="#082E68"\n<center>');
writeln('<a href="javascript:window.close()"><img src="foto/'+name+'_big.jpg" border="0" alt="close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 







