﻿
   function PopupPic(sPicURL) {
     window.open( "../../popup.htm?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200");
   }

   function ShowModal(sPageUrl) {
       var sFeatures = "center:yes;toolbar:0;dialogHeight:34;dialogWidth:41;scroll:no;status:no"
       window.showModalDialog(sPageUrl, "",
      sFeatures);
   }
