
var servicesGif = "gnav_services";
var industriesGif = "gnav_industries_clients";
var aboutusGif = "gnav_about_us";

if (section == "services")
{
	servicesGif = "gnav_services_on";
}
else if (section == "clients")
{
	industriesGif = "gnav_industries_clients_on";
}
else if (section == "aboutus")
{
	aboutusGif = "gnav_about_us_on";
}
/**/


oM=new makeCM("oM"); 
oM.resizeCheck=1; 
oM.rows=1;  
oM.onlineRoot=""; 
oM.pxBetween =0; 
oM.fromTop=108;
oM.fromLeft=0;
oM.wait=300;
oM.zIndex=400;
oM.useBar=1;
oM.barWidth="menu";
oM.barHeight="menu";
oM.barX=0;
oM.barY="menu";
oM.barClass="clBar";
oM.barBorderX=0;
oM.barBorderY=0;
oM.level[0]=new cm_makeLevel(90,34,"clT","clTover",0,0,"clB",0,"bottom",0,1,0,0,0);
oM.level[1]=new cm_makeLevel(175,24,"clS","clSover",0,1,"clB",0,"left",0,0,"menu_arrow.gif",10,10);
//oM.level[2]=new cm_makeLevel(110,22,"clS2","clS2over");
//oM.level[3]=new cm_makeLevel(140,22);

oM.makeMenu('m1','','services','/services/','','81','34','/img/'+servicesGif+'.gif','/img/gnav_services_on.gif');
oM.makeMenu('m2','','industries','/industries/','','161','34','/img/'+industriesGif+'.gif','/img/gnav_industries_clients_on.gif');
oM.makeMenu('m3','','aboutus','/aboutus/','','94','34','/img/'+aboutusGif+'.gif','/img/gnav_about_us_on.gif');

oM.makeMenu('m4','m1','Statement Design','/services/design.html');
oM.makeMenu('m5','m1','Document Production','/services/document.html');
oM.makeMenu('m6','m1','Electronic Presentment','/services/epresentment.html');
oM.makeMenu('m7','m1','Printing','/services/printing.html');
oM.makeMenu('m8','m1','Lettershop and Fulfillment','/services/lettershop.html');

oM.makeMenu('m9','m2','Credit Unions','/industries/credit_union.html');
oM.makeMenu('m10','m2','Banks','/industries/banks.html');
oM.makeMenu('m12','m2','Government','/industries/government.html');
oM.makeMenu('m13','m2','Healthcare','/industries/healthcare.html');
oM.makeMenu('m14','m2','Insurance','/industries/insurance.html');

oM.makeMenu('m16','m3','History','/aboutus/history.html');
oM.makeMenu('m18','m3','Mission/Values','/aboutus/mission.html');
oM.makeMenu('m19','m3','Facility','/aboutus/facility.html');

oM.menuPlacement=new Array(3,84,245);
oM.construct();


