Qchar = '"';
BaseHref1 = location.href;
BaseHref2 = BaseHref1.substring(0,BaseHref1.length-12);
Bali = "SCRI";

function windowOpener(Picture)
{
winTitle = Picture;
wintexOpener(Picture,winTitle);
}
function wintexOpener(Picture,winTitle)
{
   msgWindow=window.open("","","width=316,height=300,menubar=no,toolbar=no,directories=no,status=no,scrollbars=no,resizable=no");

   msgWindow.document.open();

   msgWindow.document.write('<HTML><HE'+'AD><BASE HREF="../../CommunicationSite/javascripts/%27);%0A%20%20%20msgWindow.document.write(BaseHref2);%0A%20%20%20msgWindow.document.write(%27"><TITLE>---[ ');
   msgWindow.document.write(winTitle);
   msgWindow.document.write(' ]-----------</TITLE><');
   msgWindow.document.write(Bali);

   msgWindow.document.write(Bali);
   msgWindow.document.write('PT></HEAD><BODY  bgcolor="#ffffff"><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><td>');
   msgWindow.document.write('<IMG SRC="http://www.vopak.nl/images/vessel/');
   msgWindow.document.write(Picture);
   msgWindow.document.write('.jpg" border=0><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp<a href="" onClick="window.close()"><img src="http://www.vopak.nl/images/basic/closewindow.gif" border="0"></a></td></tr></table><');
   msgWindow.document.write(Bali);

   msgWindow.document.write(Bali);
   msgWindow.document.write('PT></BODY></HTML>');

}
