function poponload()
{
testwindow= window.open ("http://ithsc.com/colesandblackwell/terms_conditions.htm", "mywindow",
    "location=0,status=0,scrollbars=0,width=950,height=800");
testwindow.moveTo(0,0);
}
