function open_new_window(mysrc) 
{
var new_window;

new_window = window.open('popup_image.php?mysrc=' + mysrc + '&width=600&height=400','myWindow','width=600,height=400,left=10,top=10');
//new_window.document.open();

//new_window.document.write('<html><head><title>Ôîòî</title><link href=\"styles.css\" rel=\"stylesheet\" type=\"text/css\" /></head>');
//new_window.document.write('<body><div align=\"center\">');
//new_window.document.write('<a href=\"javascript:self.close();\">');
//new_window.document.write('<img src=\"photo/' +mysrc+ '\" width=\"600\" height=\"400\" border=\"0\" />');
//new_window.document.write('</a></div></body></html>');

//new_window.document.close(); 
}

function open_new_window2(mysrc) 
{
var new_window;

new_window = window.open('popup_image.php?mysrc=' + mysrc + '&width=400&height=600','myWindow','width=400,height=600,left=10,top=10');
//new_window.document.open();

//new_window.document.write('<html><head><title>Ôîòî</title><link href=\"styles.css\" rel=\"stylesheet\" type=\"text/css\" /></head>');
//new_window.document.write('<body><div align=\"center\">');
//new_window.document.write('<a href=\"javascript:self.close();\">');
//new_window.document.write('<img src=\"photo/' +mysrc+ '\" width=\"400\" height=\"600\" border=\"0\" />');
//new_window.document.write('</a></div></body></html>');

//new_window.document.close(); 
}
