function popApage(url) {
//alert("Entering popApage.....");
//replaces current Page with contents of url  (all chrome is on)
//
 window.location.replace(url);
}  //end popApage()