
var nomer1   = Math.round( Math.random()*(100));
var nomer2   = nomer1+1;

function nw(pic_name)
{

	picturewindow=window.open("","","left=0, top=0, scrollbars=1,resizable=1,status=0,height=800,width=800")
       
	picturewindow.document.open()	
	picturewindow.document.write('<head><title>picture</title><link rel=stylesheet type="text/css" href="style.css" title"style"></head><body bgcolor="#080808" link="#ffffff" vlink="#dddddd" alink="#dddddd"  leftmargin=0 topmargin=0 >');
	picturewindow.document.write('<table border="0" width=100%   cellspacing="5" ><tr><td height="30" bgcolor="181818" class="title" style="BORDER-bottom: #444444 1px dashed;" >Vlad Gansovsky <span class="bigger">photogallery</span></td></tr><tr><td height="500" bgcolor="#000000"><center><img src='+pic_name+'></center></td></tr><tr><td height="30"align="right" bgcolor="181818" class="big" style="BORDER-top: #444444 1px dashed;">&copy; Vlad Gansovsky &nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:realstudio@mail.ru">realstudio@mail.ru </a></td></tr></table></body>');
	picturewindow.document.close()


}  


