function open_enlarged(thefile,thecaption,thearea) {
	largephoto=window.open("","","scrollbars=no,toolbar=no,menubar=no,resizable=no,width=816,height=688");
	largephoto.document.write("<html><head><meta http-equiv='content-type' content='text/html;charset=x-sjis'>");
	largephoto.document.write("<title></title>");
	largephoto.document.write("<link rel='stylesheet' href='../scripts/css/generic.css'>");
	largephoto.document.write("<style media='screen' type='text/css'><!--");
	largephoto.document.write("body { background-image: url(../images/popup_line.gif) }");
	largephoto.document.write("--></style></head>");
	largephoto.document.write("<body bgcolor='#666666' leftmargin='0' marginwidth='0' topmargin='0' marginheight='0''>");
	largephoto.document.write("<table border='0' cellpadding='0' cellspacing='0' width='816' height='100%'>");
	largephoto.document.write("<tr><td valign='top' height='39' width='816'>");
	largephoto.document.write("<table border='0' cellpadding='0' cellspacing='0' width='816' height='39'>");
	largephoto.document.write("<tr><td width='225' align='left'><img src='../images/Logo2.gif' width='150' height='39' border='0' alt=''></td>");
	largephoto.document.write("<td class='body1'  align='right' valign='middle'>");
	largephoto.document.write(thecaption);
	largephoto.document.write("<img src='../images/1x1.gif' width='8' height='8' border='0'></td>");
	largephoto.document.write("</tr></table>");
	largephoto.document.write("</td></tr>");
	largephoto.document.write("<tr><td valign='middle' align='center'width='816'>");
	largephoto.document.write("<a href='javascript:window.close()'><img src='");
	largephoto.document.write(thefile);
	largephoto.document.write("' border='0'></a>");
	largephoto.document.write("</td></tr>");
	largephoto.document.write("<tr height='50'><td valign='middle' height='50' width='816'>");
	largephoto.document.write("<table class='body1' border='0' cellpadding='0' cellspacing='0' width='816' height='25'>");
	largephoto.document.write("<tr><td width='500' valign='middle' align='left'><img src='../images/1x1.gif' width='8' height='8' border='0'>");
	largephoto.document.write("Copyright (c) 2004 Diamond Air Service. All right reserved. </td>");
	largephoto.document.write("<td class='body1'  valign='middle' align='right'>");
	largephoto.document.write(thearea);	
	largephoto.document.write("<img src='../images/1x1.gif' width='8' height='8' border='0'>");
	largephoto.document.write("</td></tr></table>");
	largephoto.document.write("</td></tr></table>");
	largephoto.document.write("</body></html>");
	largephoto.document.close();
	largephoto.moveTo(0,0);
//	largephoto.focus();
}

function voi() {
}
