function centerWin(zwidth,zheight){ var winHeight var winWidth winHeight = screen.availHeight winWidth = screen.width if (zwidth > winWidth){zwidth=winWidth} if (zheight > winHeight){zheight=winHeight} zleft = parseInt((winWidth/2)-(zwidth/2)) if (zleft < 10){zleft = 0} ztop = parseInt((winHeight/2)-(zheight/2)) if (ztop < 25){ztop = 0} var x = "width=" + zwidth + ",height=" + zheight + ",left=" + zleft + ",top=" + ztop return x } function jobfair(){ var lsec = window.open("https://www.generalasp.com/sec/onlineapp/appFramesetJobFair.asp","lsec","location=no,resizable=yes,scrollbars=yes," + centerWin(635,430)) lsec.focus() } function startnew(){ var lsec = window.open("https://www.generalasp.com/sec/onlineapp/appFrameset.asp?starting=true","lsec","location=no,resizable=yes,scrollbars=yes," + centerWin(635,430)) lsec.focus() } function continueApp(){ var lsec = window.open("https://www.generalasp.com/sec/onlineapp/0signin.asp","lsec","location=no,resizable=yes,scrollbars=yes," + centerWin(635,430)) lsec.focus() } function usePasscodes(){ var lsec = window.open("https://www.generalasp.com/sec/onlineapp/0usePasscodes.asp","lsec","location=no,resizable=yes,scrollbars=yes," + centerWin(635,430)) lsec.focus() } document.write(''); document.write('
    '); if (navigator.appVersion >= "4"){ document.write('
  • Start an application for employment

    ') document.write('
  • Continue/modify my application for employment

    ') //document.write('
  • Use passcodes sent to you

    ') }else{ document.write('Notice:
    The online application takes advantage of many new internet features such as allowing you to print your application or finish over time. To continue you must have a version 4 or greater browser.
    ') document.write("We have detected that you are using version " + navigator.appVersion ) document.write('
    You can download a new version for free from www.browsers.com.
    Please return after you have upgraded your browser to a compliant version.') } document.write('
  • Request technical help'); document.write('                                                                                                       '); document.write('
');