
function ___launchCSS () {
   window.open 
("http://research.pricerunner.com/cgi-bin/quest/css-start?quest=100&client=23221", 
"_blank", 
	        "height=490,width=340,resizable=yes,scrollbars=no,z-lock=0");
}

function launchCSS() {
  //window.close();
  var remote = 
open("http://research.pricerunner.com/cgi-bin/quest/quest?quest=100&client=23221&q_40=", 
"__blank", 
                    "height=600,width=800,resizable=yes,scrollbars=yes,z-lock=0");
}

function launchCSSInWindow () {
    window.location = 
"http://research.pricerunner.com/cgi-bin/quest/quest?quest=100&client=23221";
}


