function openWindow(width, Height, imgname, title)
{
	PreviewWindow = window.open('','_blank',"width=" + width + ",height="+ Height + ",toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,copyhistory=0,top=0,left=0");
	PreviewWindow.document.write('<head>');
	PreviewWindow.document.write('<title>' + title + '</title>');
	PreviewWindow.document.write('<style>');
	PreviewWindow.document.write('body { margin: 0em; }');
	PreviewWindow.document.write('.gal { font-family: Trebuchet MS, Verdana, Arial; font-weight: bold; font-size: 15pt; color: #b60000; }');
	PreviewWindow.document.write('A.gal { font-family: Trebuchet MS, Verdana, Arial; font-weight: bold; font-size: 15pt; color: #b60000; }');
	PreviewWindow.document.write('A.gal:hover { text-decoration: none; }');
	PreviewWindow.document.write('</style>');
	PreviewWindow.document.write('</head>');
	PreviewWindow.document.write('<body>');
	PreviewWindow.document.write('<table border=0 cellpadding=0 cellspacing=0 width=100% height=100%><tr><td align=center valign=middle><table border=0 cellpadding=0 cellspacing=0 width=750 height=541><tr><td><img src=gallery/1_1.jpg><img src=gallery/1_2.jpg><img src=gallery/1_3.jpg><br><img src=gallery/2_1.jpg><img src=gallery/2_2.jpg><img src=gallery/2_3.jpg><br><img src=gallery/3_1.jpg><img src=gallery/3_2.jpg><img src=gallery/3_3.jpg><br></td></tr><tr><td><table border=0 cellpadding=0 cellspacing=0 width=750><tr><td><img src=gallery/4_1.jpg><img src=gallery/4_2.jpg><br><img src=gallery/5_1.jpg><img src=gallery/5_2.jpg><br></td><td><img src=gallery/l1_1.jpg><a href="gallery/Horse Riding/index.html"><img src=gallery/l1_2.jpg border=0></a><br><img src=gallery/l2_1.jpg><a href="gallery/Folklore-Customs/index.html"><img src=gallery/l2_2.jpg border=0></a><br><img src=gallery/l3_1.jpg><a href="gallery/Mekhanas/index.html"><img src=gallery/l3_2.jpg border=0></a><br><img src=gallery/l4_1.jpg border=0><br><img src=gallery/l5_1.jpg><a href="gallery/Apartments/index.html"><img src=gallery/l5_2.jpg border=0></a><br><img src=gallery/l6_1.jpg><a href="gallery/Hotel Exterior/index.html"><img src=gallery/l6_2.jpg border=0></a><br><img src=gallery/l7_1.jpg><a href="gallery/Laboratory/index.html"><img src=gallery/l7_2.jpg border=0></a><br><img src=gallery/l8_1.jpg><img src=gallery/l8_2.jpg border=0><br><img src=gallery/l9_1.jpg><br></td><td><img src=gallery/666.gif><br></td></tr></table><td></tr></table></td></tr></table>');
	PreviewWindow.document.write('</body>');
	PreviewWindow.document.close();
}