
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=650,height=400');");
}

    function PopupPic(sPicURL) {
      window.open( "http://www.lazerdesigns.com/images/color/popup.html?"+sPicURL, "",
      "resizable=1,HEIGHT=700,WIDTH=700");
    }

    function LargePic(sPicURL) {
      window.open( "http://www.lazerdesigns.com/Merchant2/graphics/00000001/rf/lg/popup.html?"+sPicURL, "",
      "resizable=1,HEIGHT=500,WIDTH=400");
    }

