//"Accept terms" form submission- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use

var checkobj

function agreesubmit(){
//document.forms["agreeform"].Process.disabled=false;
document.forms.FrontPage_Form2.Process.disabled=false;
}

function defaultagree(el){
if (!document.all&&!document.getElementById){
if (window.checkobj&&checkobj.checked)
return true
else{
alert("Please read/accept terms to submit form")
return false
}
}
}


function openWindowCSC(url)
{
popupWin = window.open(url,'new_page','width=460,height=500,resizable=1,scrollbars=no');
}