
<!-- ;



function whatBroswer() {

if (navigator.appName=="Netscape") {

document.provider.check.value="Yes";

};



}



function helpFile (currFile){ 

  helpWin = open( currFile, 'helpFile', 'width=600,height=220,top=100,scrollbars=yes');

  helpWin.focus();

}

function yes() {

document.provider.check.value="Yes";

}



function complete() {

if (document.provider.check.value=="NO") {

alert("You must check the Certify button to complete the application");

return false;}

else { return true;}

}



function pdfWindow(currFile) {



  helpWin = open( currFile, 'PdfhelpFile', 'width=640,height=420,resizable=yes,scrollbars=yes');

  helpWin.focus();



}



// end hide -->


