<!-- Hide the script from old browsers --

function openimage(url,par) 
{

pat =  "top=0,left=0," + par + ",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no"; 
msgwin=window.open('/photos/next.php','_blank',pat);

msgwin.document.write('<html><head><title>Сайт Светунькова Ивана.</title><meta http-equiv="content-type" content="text/html;charset=Windows-1251"><link rel="stylesheet" type="text/css" href="/data/photos.css">');
msgwin.document.write('</head><body>');
msgwin.document.write('<form action="/photos/next.php" method="post" name="main"><div id="PhotoImage" align="center"><input type="image" src="./img/'+url+'" name="submit" value="-->">');

msgwin.document.write('<hr width="75%"><a href=\"/data/cmt.php?show='+url+'&cmt_path=/photos/\">Комментарии</a><br><br><input type="submit" value="<--" name="submit"> | <a class="dispatch" href="javascript:close()">Закрыть</a> | <input type="submit" value="-->" name="submit"><input type="Hidden" name="url" value="'+url+'"></form></div></body></html>');

}


//-->
