var strImgBro   = "/images/BtnPicBWPrint.gif";
var strImgOnl   = "/images/BtnPicComp.gif";
var strImgBlank = "/images/btnpictransparent.gif"; 

function fwLoadMenus() {

   //Accident Injury Information
   window.mnuClmAcc = new Menu("root",170,17,"Verdana, Arial, Helvetica, sans-serif",10,"#003399","#000000","#CCEBF5","#ccccff");
	mnuClmAcc.addMenuItem("Claim certification", "GoToBWCPage('/bwccommon/services/claimcert/secure/claimcert0.asp',true)",	          "/bwccommon/services/claimcert/secure/claimcert0.asp", strImgOnl);
	mnuClmAcc.addMenuItem("Claim status",        "GoToBWCPage('/bwccommon/services/BasicClaimInfo/secure/basicclaiminfo0.asp', true)","/bwccommon/services/BasicClaimInfo/secure/basicclaiminfo0.asp", strImgOnl);
	mnuClmAcc.addMenuItem("Diagnosis info",      "GoToBWCPage('/bwccommon/services/MiscClaim/secure/MiscClaim0.asp',true)",           "/bwccommon/services/MiscClaim/secure/MiscClaim0.asp", strImgOnl);
	mnuClmAcc.addMenuItem("Injury/Illness",      "GoToBWCPage('/bwccommon/services/InjuryIllness/secure/InjuryIllness0.asp',true)",   "/bwccommon/services/InjuryIllness/secure/InjuryIllness0.asp", strImgOnl);

   //Claim Information
   window.mnuClmInfo = new Menu("root",190,17,"Verdana, Arial, Helvetica, sans-serif",10,"#003399","#000000","#CCEBF5","#ccccff");
	mnuClmInfo.addMenuItem("Application tracking",  "GoToBWCPage('/bwccommon/services/AppTracking/secure/AppTracking0.asp',true)",                "/bwccommon/services/AppTracking/secure/AppTracking0.asp", strImgOnl);
	mnuClmInfo.addMenuItem("Claim assignment",      "GoToBWCPage('/bwccommon/services/ClaimAssignment/secure/ClmAssignment0.asp', true)",     "/bwccommon/services/ClaimAssignment/secure/ClmAssignment0.asp", strImgOnl);
	mnuClmInfo.addMenuItem("Claim history profile", "GoToBWCPage('/bwccommon/services/iwclmhist/secure/iwcpage0.asp',true)",             "/bwccommon/services/iwclmhist/secure/iwcpage0.asp", strImgOnl);
	mnuClmInfo.addMenuItem("Claim party contacts",   "GoToBWCPage('/bwccommon/services/PartyContact/secure/PartyContact0.asp',true)","/bwccommon/services/PartyContact/secure/PartyContact0.asp", strImgOnl);
	mnuClmInfo.addMenuItem("Exam information",      "GoToBWCPage('/bwccommon/services/ClaimExams/secure/BasicClaimExam0.asp',true)",    "/bwccommon/services/ClaimExams/secure/BasicClaimExam0.asp", strImgOnl);
    mnuClmInfo.addMenuItem("Return-to-work history","GoToBWCPage('/bwccommon/services/RTWHistory/secure/RTWHistory0.asp',true)",        "/bwccommon/services/RTWHistory/secure/RTWHistory0.asp", strImgOnl);
	mnuClmInfo.addMenuItem("Settlement research",   "GoToBWCPage('/bwccommon/services/settlementresearch/secure/SettlementResearch0.aspx',true)",   "/bwccommon/services/settlementresearch/secure/SettlementResearch0.aspx", strImgOnl);
   
   //Claim Payments
   window.mnuClmPay= new Menu("root",230,17,"Verdana, Arial, Helvetica, sans-serif",10,"#003399","#000000","#CCEBF5","#ccccff");
	mnuClmPay.addMenuItem("Comp benefit summary",  "GoToBWCPage('/bwccommon/services/CompensationBenefitSummary/secure/CompBenefitSummary0.asp',true)", "/bwccommon/services/CompensationBenefitSummary/secure/CompBenefitSummary0.asp",strImgOnl);
	mnuClmPay.addMenuItem("Comp payment history",  "GoToBWCPage('/bwccommon/services/comppayment/CompPaymentPaid/secure/paid0.asp',true)",              "/bwccommon/services/comppayment/CompPaymentPaid/secure/paid0.asp", strImgOnl);
	mnuClmPay.addMenuItem("Direct deposit account history",  "GoToBWCPage('/worker/services/directdeposit/secure/iwdeposit0.asp', true)",                   "/worker/services/directdeposit/secure/iwdeposit0.asp", strImgOnl);
	mnuClmPay.addMenuItem("Medical bill payment look-up",  "GoToBWCPage('/bwccommon/services/medbilllookup/secure/medbillclaim0.asp', true)",                   "/bwccommon/services/medbilllookup/secure/medbillclaim0.asp", strImgOnl);
	mnuClmPay.addMenuItem("Pending comp payment",  "GoToBWCPage('/bwccommon/services/comppayment/CompPaymentPending/secure/pending0.asp', true)",       "/bwccommon/services/comppayment/CompPaymentPending/secure/pending0.asp", strImgOnl);
	mnuClmPay.addMenuItem("Scheduled comp payment","GoToBWCPage('/bwccommon/services/comppayment/CompPaymentScheduled/secure/scheduled0.asp',true)",    "/bwccommon/services/comppayment/CompPaymentScheduled/secure/scheduled0.asp", strImgOnl);

   //Claim Reference Documentation
   window.mnuClmComm= new Menu("root",170,17,"Verdana, Arial, Helvetica, sans-serif",10,"#003399","#000000","#CCEBF5","#ccccff");
	mnuClmComm.addMenuItem("Claim documents",      "GoToBWCPage('/bwccommon/services/ClaimDocuments/secure/ClaimDocuments0.aspx', true)", "/bwccommon/services/ClaimDocuments/secure/ClaimDocuments0.aspx", strImgOnl);
	mnuClmComm.addMenuItem("Correspondence",  "GoToBWCPage('/bwccommon/services/ClaimCorrespondence/secure/BasicClaimCorr0.asp',true)",     "/bwccommon/services/ClaimCorrespondence/secure/BasicClaimCorr0.asp",	strImgOnl);
	mnuClmComm.addMenuItem("Notes",	       "GoToBWCPage('/bwccommon/services/ClaimNotes/secure/BasicClaimNote0.asp',true)",              "/bwccommon/services/ClaimNotes/secure/BasicClaimNote0.asp",	strImgOnl);
   mnuClmComm.writeMenus();

}