
var _PAGE="";
    _PAGE="";

var _CONTENT=""; 

function openImageWindow(imageSrc,imageTitle)
{
_CONTENT="";
_CONTENT+="<html>\n";
_CONTENT+="<head>\n";
_CONTENT+="<title> SRI LANKA PHOTO GALLERY </title>\n"; 
_CONTENT+="<link rel='stylesheet' href='srilanka.css' type='text/css'>\n";
_CONTENT+='</head>\n';
_CONTENT+="<body topmargin='0' leftmargin='0'>\n";
_CONTENT+="<script language='JavaScript'>\n";
_CONTENT+="window.moveTo(0,0);\n";
_CONTENT+="window.resizeTo(screen.width,screen.height);\n";
_CONTENT+="</script>\n";
_CONTENT+="<"+"SCRIPT>\n";
_CONTENT+="document.write('<table border=\\'0\\' cellpadding=\\'0\\' cellspacing=\\'0\\' style=\\'border-collapse: collapse\\' bordercolor=\\'#111111\\' width=\\'100%\\'>');\n";
_CONTENT+="document.write('<tr>');\n";
_CONTENT+="document.write('<td width=\\'33%\\'>');\n";
_CONTENT+="document.write('<img border=\\'0\\' src=\\'imgx/main_image_top_L.jpg\\' width=\\'76\\' height=\\'53\\'></td>');\n";
_CONTENT+="document.write('<td width=\\'33%\\'>');\n";
_CONTENT+="document.write('<img border=\\'0\\' src=\\'imgx/main_image_top.jpg\\' width=\\'852\\' height=\\'53\\'></td>');\n";
_CONTENT+="document.write('<td width=\\'34%\\'>');\n";
_CONTENT+="document.write('<img border=\\'0\\' src=\\'imgx/main_image_top_R.jpg\\' width=\\'76\\' height=\\'53\\'></td>');\n";
_CONTENT+="document.write('</tr>');\n";
_CONTENT+="document.write('<tr>');\n";
_CONTENT+="document.write('<td width=\\'33%\\'>');\n";
_CONTENT+="document.write('<img border=\\'0\\' src=\\'imgx/main_image_L.jpg\\' width=\\'76\\' height=\\'642\\'></td>');\n";
_CONTENT+="document.write('<td width=\\'33%\\'>');\n";
_CONTENT+="document.write('<p align=\\'center\\'>');\n";
_CONTENT+="document.write('<img border=\\'0\\' src=\\'"+imageSrc+"\\' width=\\'852\\' height=\\'642\\'></td>');\n";
_CONTENT+="document.write('<td width=\\'34%\\'>');\n";
_CONTENT+="document.write('<img border=\\'0\\' src=\\'imgx/main_image_R.jpg\\' width=\\'76\\' height=\\'642\\'></td>');\n";
_CONTENT+="document.write('</tr>');\n";
_CONTENT+="document.write('<tr>');\n";
_CONTENT+="document.write('<td width=\\'33%\\'>');\n";
_CONTENT+="document.write('<img border=\\'0\\' src=\\'imgx/main_image_bot_L.jpg\\' width=\\'76\\' height=\\'56\\'></td>');\n";
_CONTENT+="document.write('<td width=\\'33%\\'>');\n";
_CONTENT+="document.write('<img border=\\'0\\' src=\\'imgx/main_image_bot.jpg\\' width=\\'852\\' height=\\'56\\'></td>');\n";
_CONTENT+="document.write('<td width=\\'34%\\'>');\n";
_CONTENT+="document.write('<img border=\\'0\\' src=\\'imgx/main_image_bot_R.jpg\\' width=\\'76\\' height=\\'56\\'></td>');\n";
_CONTENT+="document.write('</tr>');\n";
_CONTENT+="</"+"SCRIPT>\n";
_CONTENT+="</table>\n";
_CONTENT+="</body>\n";
_CONTENT+="</html>\n";

 var _parms = 'directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=no,width=1004,height=768';
 var _windowName = "PicViewer";
  if(_PAGE)
  {
    fileName = 'popup.htm?' + escape(imageSrc) + '&amp;' + escape(imageTitle);
    myWindowHandle = window.open(fileName,_windowName,_parms);
  }
  else
  {
    myWindowHandle=window.open("",_windowName,_parms);
    myWindowHandle.document.open();
    myWindowHandle.document.write(_CONTENT);
    myWindowHandle.document.close();
  }
  myWindowHandle.focus();
}
