// JavaScript Document

 function pop(whichPage) {
   myPop=window.open(whichPage,'pop','width=300,height=120,toolbars=no,location=no,srollbars=yes');
   myPop.focus();

   
 }