function loadmenus() {
if (window.AppForms) return;

window.AppForms = new Menu('Application Forms','Arial, Helvetica, sans-serif',11,'FFFFFF','FFFFFF','F3B45C','EF9820','left','top',3,1,500,3,0,true,true,true,0);

				var v_menuurl = 'document.location.href=\''+gusbasehref+'qld_government_applications.cfm'+gusurltoken+'\'';
				AppForms.addMenuItem("QLD Government Applications",v_menuurl);
				
				var v_menuurl = 'document.location.href=\''+gusbasehref+'non_government_applications.cfm'+gusurltoken+'\'';
				AppForms.addMenuItem("Non Government Applications",v_menuurl);
				
				var v_menuurl = 'document.location.href=\''+gusbasehref+'caltex_online_access_applications.cfm'+gusurltoken+'\'';
				AppForms.addMenuItem("Caltex Online Access Applications",v_menuurl);
				
AppForms.menuWidth = 170
AppForms.hideOnMouseOut=true;


AppForms.writeMenus();

}

