function zoom1(name)
{
no=window.open("", "zoom", "width=640, height=511, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>Mirax Studio</title>\n<body topmargin="0" leftmargin="0" bgcolor="#082E68"\n<center>');
writeln('<a href="javascript:window.close()"><img src="'+name+'.jpg" border="0" alt="close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 
function zoom2(name)
{
no=window.open("", "zoom", "width=320, height=477, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>Mirax Studio</title>\n<body topmargin="0" leftmargin="0" bgcolor="#082E68"\n<center>');
writeln('<a href="javascript:window.close()"><img src="'+name+'.jpg" border="0" alt="close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 
function zoom3(name)
{
no=window.open("", "zoom", "width=640, height=441, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>Mirax Studio</title>\n<body topmargin="0" leftmargin="0" bgcolor="#082E68"\n<center>');
writeln('<a href="javascript:window.close()"><img src="'+name+'.jpg" border="0" alt="close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 
function zoomVhs(name)
{
no=window.open("", "zoom", "width=640, height=408, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>Mirax Studio</title>\n<body topmargin="0" leftmargin="0" bgcolor="#082E68"\n<center>');
writeln('<a href="javascript:window.close()"><img src="'+name+'.jpg" border="0" alt="close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 
function zoomDvd(name)
{
no=window.open("", "zoom", "width=640, height=429, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>Mirax Studio</title>\n<body topmargin="0" leftmargin="0" bgcolor="#082E68"\n<center>');
writeln('<a href="javascript:window.close()"><img src="'+name+'.jpg" border="0" alt="close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 
function zoomMenu(name)
{
no=window.open("", "zoom", "width=640, height=512, toolbar=no, menubar=no,"+"scrollbars=no, resizable=no, copyhistory=no");
with (no.document)
{
open();
writeln('<html>\n<title>Mirax Studio</title>\n<body topmargin="0" leftmargin="0" bgcolor="#082E68"\n<center>');
writeln('<a href="javascript:window.close()"><img src="'+name+'.jpg" border="0" alt="close">');
writeln('</center>\n</body>\n</html>');
close();
}
} 
