<!--

//level 1 menu:
var arrMenu=new Array( // [TEXT], [URL], [ITEM ID], [ITEM WIDTH]
"eMarketing &amp; SEO","SEO.aspx","new","119",
"EMR/EDR","emredr.aspx","sol","86",
"Government","Government.aspx","ser","86",
"Partners","partners.aspx","par","85",
"About Us","about.aspx","abo","88",
"Learn More","learnmore.aspx","dem","100"
);



//START: level 2 menus --  // [TEXT], [URL], [ITEM ID]
var arrMenu_sol=new Array(
"Electronic Medical Records","medical.aspx","sol_cval",
"Electronic Dental Records","dental.aspx","sol_diff"
);
var arrMenu_ser=new Array(
);
var arrMenu_why=new Array(
"Technology &mdash; <br />Legacy vs. Premier Infotech","legacy-v-Premier.aspx","why_tech"
);
var arrMenu_cus=new Array(
);
var arrMenu_par=new Array(
);
var arrMenu_abo=new Array(
"Careers","Careers.aspx","abo_tea",
"Contact Us","contact.aspx","abo_con",
"Order Online","Order.aspx","abo_ord"
);
var arrMenu_new=new Array(
"eCommerce","ecommerce.aspx","new_kit",
"Web Development","webdevelopment.aspx","new_med"
);
var arrMenu_dem=new Array(
);
//END: level 2 menus




//START: left menus --  // [TEXT], [URL], [ITEM ID]
var arrMenuLeft_sol=new Array(
"Medical and Dental Informatics","emredr.aspx","sol",
"Electronic Medical Records","medical.aspx","sol_cval",
"Electronic Dental Records","dental.aspx","sol_diff"
);
var arrMenuLeft_ser=new Array(
"Government Solutions","Government.aspx","ser"
);
var arrMenuLeft_why=new Array(
"Why We're Different","different.aspx","why",
"Technology &mdash; <br />Legacy vs. Premier Infotech","legacy-v-Premier.aspx","why_tech"
);
var arrMenuLeft_cus=new Array(
"Customers","customers.aspx","cus"
);
var arrMenuLeft_par=new Array(
"Partners","partners.aspx","par"
);
var arrMenuLeft_abo=new Array(
"About Us","about.aspx","abo",
"Careers","Careers.aspx","abo_tea",
"Contact Us","contact.aspx","abo_con",
"Order Online","Order.aspx","abo_ord"

);
var arrMenuLeft_new=new Array(
"eMarketing &amp; SEO","SEO.aspx","new",
"eCommerce","ecommerce.aspx","new_kit",
"Web Development","webdevelopment.aspx","new_med"
);
var arrMenuLeft_dem=new Array(
"Learn More","learnmore.aspx","par"
);
//END: left menus



var step1=4; //step for level 1 menu array
var step2=3; //step for level 2 menu array
var step3=3; //step for left menu array


// array with menu backgrounds images, for preloading:
var arrMenuBg=new Array(
"images/solutions_off.gif",
"images/solutions_on.gif",
"images/services_off.gif",
"images/services_on.gif",
"images/different_off.gif",
"images/different_on.gif",
"images/customers_off.gif",
"images/customers_on.gif",
"images/partners_off.gif",
"images/partners_on.gif",
"images/about_off.gif",
"images/about_on.gif",
"images/news_off.gif",
"images/news_on.gif",
"images/demo_off.gif",
"images/demo_on.gif"
);

//-->
