		function openIt(iBaslik,iEtiket,iName, iWidth, iHeight, iComment) {
			if (iComment != null) {
				iHeight += 70;
			}
			openWindow = window.open("", "openWindow", " top=0, left=0, width=" + iWidth + ", height=" + iHeight , bgcolor = "#721D34");
			openWindow.document.open();
			//openWindow.document.write('<html><head><title>Ne Yazarsan Yaz</title><link href="standard.css" rel="stylesheet" type="text/css"></head>\n');
			
			openWindow.document.write('<html><head><title>'+iBaslik+'</title>');
			openWindow.document.write('<div align="center">');
			openWindow.document.write('<link href="efehotel.css" rel="stylesheet" type="text/css">');
			openWindow.document.write('</head>\n');
			openWindow.document.write('<body bgcolor="#721D34" topmargin="40" leftmargin="0" marginwidth="0" marginheight="0">\n');
			openWindow.document.write(' <table width="700" height="336" align="center" cellpadding="0" cellspacing="0">');
			openWindow.document.write('<tr>');
			openWindow.document.write('<th width="156" height="334" valign="middle" bgcolor="#721D34" scope="col"><div align="right"><IMG SRC="images/efehotel_23.jpg" WIDTH=155 HEIGHT=226 ALT=""></div></th>');
			openWindow.document.write('<th width="519" valign="middle" bgcolor="#721D34" scope="col"><img src="' + iName + '" width="600" height="400" align="middle"></th>');
			openWindow.document.write('</tr>');
			openWindow.document.write('</table>');
			openWindow.document.write('<table width="758" height="62" align="center" cellpadding="0" cellspacing="0">');
			openWindow.document.write('<tr>');
			openWindow.document.write('<th width="133" height="60" valign="middle" scope="col"><div align="center"><span class="metinler12ptCopy">Reservation:<br>');
			openWindow.document.write(' (+90-0284) 2136166</span></div></th>');
			openWindow.document.write('<th width="619" valign="middle" scope="col"><div align="right"><span class="metinler12ptCopy">EDIRNE PHOTOS [' + iEtiket + ']</span></div></th>');
			openWindow.document.write('</tr>');
			openWindow.document.write(' </table>');
			openWindow.document.write(' </div>');
			//openWindow.document.write('<img src="' + iName + '" />\n');
			//if (iComment != null) {
				//openWindow.document.write('<p align="center" style="color: #721D34; font-size: 12px">' + iComment + '\n');
			//}
			openWindow.document.write('</body></html>');
			openWindow.document.close();
			openWindow.focus();
		}