<!-- Begin
function popUp1(picgoal,picname,dummyw,dummyh) {
PicWin=window.open('+picgoal+', 'poppage', 'toolbars=0, location=0, statusbars=0, menubars=0, scrollbars=1, resizable=0, width=358, height=465, top=0, left=50');
  PicWin.document.open();
  PicWin.document.writeln('<html>');
  PicWin.document.writeln('<head>');
  PicWin.document.writeln('<title>'+picname+' :: Shower Enclosure</title>');
  PicWin.document.writeln('<META HTTP-EQUIV="imagetoolbar" CONTENT="no"><META HTTP-EQUIV="imagetoolbar" CONTENT="false"><LINK REL="stylesheet" type="text/css" href="./images/MarbleGranite/shower_doors_2.css"></head>');
  PicWin.document.writeln('<body background="#ffffff" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" oncontextmenu="return false"><center><a href="javascript:window.close()" title="Click to close Window ..."><img src="'+picgoal+'" width="'+dummyw+'" height="'+dummyh+'" border=0 vspace=3 hspace=3 alt="Click to close Window ..."></a></center>');
  PicWin.document.writeln('</body>');
  PicWin.document.writeln('</html>');
  PicWin.document.close();
}
// End -->