//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("home", "<img src='/khmer/images/top_nav_home_K.gif' width='138'  border='0'>", "HOME",  "/khmer/index.htm", null);
	menu.addItem("aboutus", "<img src='/khmer/images/top_nav_aboutus_K.gif' width='111'   border='0'>", "ABOUT US",  "/khmer/aboutus/index.htm", null);
	menu.addItem("solutions", "<img src='/khmer/images/top_nav_solution_K.gif' width='121' height='27'  border='0'>", "SOLUTIONS",  "/khmer/solutions/index.htm", null);
	menu.addItem("products", "<img src='/khmer/images/top_nav_products_K.gif'  border='0'>", "PRODUCTS",  "/khmer/products/index.htm", null);
	menu.addItem("partners", "<img src='/khmer/images/top_nav_partners_K.gif' width='109'  border='0'>", "PARTNERS",  "/khmer/partners/index.htm", null);
	menu.addItem("contactus", "<img src='/khmer/images/top_nav_contactus_K.gif' width='158'   border='0'>", "CONTACT US",  "/khmer/contactus/index.htm", null);


	//menu.addSubItem("home", "Home", "Home",  "/index.html", "");
    //about us
	menu.addSubItem("aboutus", "<font face='myCat' size='5'>Rbvtiþrbs´Rkumh‘unrIhßlv¨UexmbUDa</font>", "Company Profile",  "/khmer/aboutus/profile.htm", "");
	menu.addSubItem("aboutus", "<font face='myCat' size='5'>vb,Fm’rbs´Rkumh‘unrIhßlv¨UexmbUDa</font>", "Resolvo Culture",  "/khmer/aboutus/culture.htm", "");
	menu.addSubItem("aboutus", "<font face='myCat' size='5'>viFIsaRsþRKb´RKgKMerag</font>", "Project Management Approach",  "/khmer/aboutus/ria.htm", "");
	menu.addSubItem("aboutus", "<font face='myCat' size='5'>dMNwgeRCIserIsbuK:lik</font>", "Careers",  "/khmer/aboutus/careers.htm", "");
	menu.addSubItem("aboutus", "<font face='myCat' size='5'>karpßaysarB&t’man</font>", "Press Releases",  "/khmer/aboutus/pressrelease.htm", "");
	menu.addSubItem("aboutus", "<font face='myCat' size='5'>BiB&rN_rUbPaB</font>", "Photos Gallery",  "/khmer/photos/index.htm", "");
	//menu.addSubItem("aboutus", "Locations", "Locations",  "/aboutus/locations.htm", "");	
	
    //solutions
	menu.addSubItem("solutions", "<font face='myCat' size='5'>dMeNa¼Rsayepßg@</font>", "Solutions",  "/khmer/solutions/index.htm", "");	
	menu.addSubItem("solutions", "<font face='myCat' size='5'>dMeNa¼RsayFnaKarkic©</font>", "Banking Solutions",  "/khmer/solutions/banking/index.htm", "");
	menu.addSubItem("solutions", "<font face='myCat' size='5'>RbB&n§BsþúPar</font>", "Logistics Systems",  "/khmer/solutions/logistics/index.htm", "");
	menu.addSubItem("solutions", "<font face='myCat' size='5'>vis&yTUrKmnaKmn_</font>", "Telecommunications",  "/khmer/solutions/telecomm/index.htm", "");
	menu.addSubItem("solutions", "<font face='myCat' size='5'>esvaGb´rMeTAelIvis&ybec©kviTüaB&t’manviTüaKmnaKmn_B&t’manviTüa</font>", "ICT Education",  "/khmer/solutions/education/index.htm", "");
	menu.addSubItem("solutions", "<font face='myCat' size='5'>kmµviFICaPasaExµr</font>", "Localization",  "/khmer/solutions/localization/index.htm", "");
	menu.addSubItem("solutions", "<font face='myCat' size='5'>kareFVIEpnkarFnFanshRKas</font>", "Enterprise Resource Planning",  "/khmer/solutions/resources/index.htm", "");
	menu.addSubItem("solutions", "<font face='myCat' size='5'>ehdæarcnasm&&lt;n§nigsuvtiSPaB</font>", "Infrastructure & Security",  "/khmer/solutions/infrastructure/index.htm", "");
	//products
	menu.addSubItem("products", "<font face='myCat' size='5'>plitplRKb´RbePT</font>", "All Products",  "/khmer/products/index.htm", "");
	menu.addSubItem("products", "Wyse- Thin Computing", "Wyse Technology- Thin Computing",  "/khmer/products/wyse/index.htm", "");
	menu.addSubItem("products", "<font face='myCat' size='5'>RbB&n§GKi:snIedIredayfamBlBnøWRB¼GaTitü </font> ", "Solar Energy System",  "/khmer/products/solectric/index.htm", "");
	menu.addSubItem("products", "<font face='myCat' size='5'>karrkßaTinñn&y</font>", "Backup",  "/khmer/products/arkeia/index.htm", "");
	menu.addSubItem("products", "<font face='myCat' size='5'>karRKb´RKgGaCIvkmµ</font>", "Business Performance Management",  "/khmer/products/kpi/index.htm", "");
	menu.addSubItem("products", "<font face='myCat' size='5'>karpøas´bþÚrEdsfb</font>", "Desktop Migration",  "/khmer/products/moveover/index.htm", "");
	menu.addSubItem("products", "<font face='myCat' size='5'>GñkRKb´RKgd&remn</font>", "Domain Controller",  "/khmer/products/quro/index.htm", "");
	menu.addSubItem("products", "<font face='myCat' size='5'>m¨asuInbeRmIsMbuRteGLicRtUnic</font>", "Mail Server",  "/khmer/products/bynari/index.htm", "");
	menu.addSubItem("products", "<font face='myCat' size='5'>shRbtiþkarkariyal&y</font>", "Office Collaboration",  "/khmer/products/weboffice/index.htm", "");

	menu.showMenu();
}