function viewSeal() {window.open('','webtrustseal','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=800');}
function vs1() {window.open('','webtrustseal1','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=480,height=540, left=10 , screenX=10, titlebar=yes');}
function vs2() {window.open('','webtrustseal2','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=480,height=640, left=60 , screenX=60, titlebar=yes');}
function vs3() {window.open('','webtrustseal3','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=480,height=860, left=110 , screenX=110, titlebar=yes');}
function help(page) {OpenWin = this.open(page, "help", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=550,alwaysRaised=yes'); OpenWin.focus();}
function popupWindow(url) {window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150');}

///////////////////////////////////////////////////////  SCRIPT FOR CHECK AGREE
function checkCheckBox(f) {
  if (f.agree.checked == false) {
    alert('Please check the box to continue.');
    return false;
  } else
    return true;
}

