function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location,linktarget);
// AddSubItemSubItem(idSubItem, text, hint, location,linktarget);


	menu = new Menu();
	menu.addItem("webmainid", " Main Menu&nbsp;", "Main menu options, Home page etc",  null, null);
//<img src='image/icon/house.jpg' style='text-align:center; border:none; width:14; height:14'>
	menu.addItem("gasnewsid", " News Room&nbsp;", "News Room",  null, null);//<img src='image/icon/automotivenews.jpg' style='text-align:center; border:none; width:14; height:14'>
	menu.addItem("vehicleinfoid", " Vehicle information&nbsp;", "Info pertaining to your vehicle. recalls etc...",  null, null);//<img src='image/icon/car2.ico' style='text-align:center; border:none; width:14; height:14'>
//	menu.addItem("vehicleserviceid", "Selfserve", "Informatopn pertaining to gas\nin your are, looking for a reputal shop etc...",  null, null);
	menu.addItem("techlineid", " Tech Line&nbsp;", "Technical area for the professional, DIYers and areas of interest",  null, null);
//<img src='image/icon/people.ico' style='text-align:center; border:none; width:14; height:14'>
	menu.addItem("gasaboutid", " All About Us&nbsp;", "Information About Global Auto Service Inc.",  null,null);
	//<img src='image/icon/globe.ico' style='text-align:center; border:none; width:14; height:14'>
//	menu.addItem("gascontactid", "Contact Us", "Contact Us",  null, null);


// Main menu Submenu

	menu.addSubItem("webmainid", "Home", "Goto HomePage",  "/index.html","_parent");


// Newsroom Submenu


//	menu.addSubItem("gasnewsid", "GASInc News", "News of what is happening now\n with Global Auto Service Inc.",  "http://www.globalautoserviceinc.com/news","");
	menu.addSubItem("gasnewsid", "Environmental ", "Information pertaining to our air resources\nissues, ozone levels etc.. what we should know.",  "/Environmental.html","");
	//http://airnow.gov/index.cfm?action=static.consumer
	menu.addSubItem("gasnewsid", "Automotive News", "What is happening in the automotive field",  "/automotivenews.html","mf");
	menu.addSubItem("gasnewsid", "Telematics", "What is happening in the \nworld of telmatics today",  "/telematics.html","mf");
	menu.addSubItem("gasnewsid", "Global Auto Service", "Global Auto Service Lastest News",  "/gasnewspage.html", "mf");
	menu.addSubItem("gasnewsid", "Fuel prices", "Find the lowest fuel prices in your area\nCanada and the United States",  "http://www.gasbuddy.com/","mf");

/*	menu.addSubItem("gasnewsid", "Wired News", "Wired News",  "http://www.wired.com");
	menu.addSubItem("gasnewsid", "TechWeb", "TechWeb",  "http://www.techweb.com");
*/


// Vehicle Information SubMenu

	menu.addSubItem("vehicleinfoid", "Your VIN", "Vehicle Identification Number\nverify manufacturer, year, model, engine size and more\nPLUS you can check for if your vehicle is a possible write off,flood\nor theft vehicle ",  "/vehvin.html","");
	menu.addSubItem("vehicleinfoid", "Vehicle Recalls --> U.S.", "National Highway Traffic Safety Administration.\nfind recalls & defects if any pertaining to your vehicle","http://www-odi.nhtsa.dot.gov/recalls/recallsearch.cfm",""); 
	menu.addSubItem("vehicleinfoid", "Vehicle Recalls  --> CAN", "National Highway Traffic Safety Administration.\nfind recalls & defects if any pertaining to your vehicle","http://www.tc.gc.ca/roadsafety/recalls/search_e.asp","");
	menu.addSubItem("vehicleinfoid", "Vehicle Recalls AllData", ".\nfind recalls & defects if any pertaining to your vehicle","http://alldata.com/recalls/","");
    menu.addSubItem("vehicleinfoid", "Child Safety Seat", "National Highway Traffic Safety Administration.\nfind child safety seat recalls\n& defects if any pertaining to your vehicle","http://www-odi.nhtsa.dot.gov/cars/problems/recalls/childseat.cfm\n","");
	menu.addSubItem("vehicleinfoid", "Technical Service Bulletin", "National Highway Traffic Safety Administration.\nfind TSBs and issues if any pertaining to your vehicle","http://www-odi.nhtsa.dot.gov/cars/problems/complain/complaintsearch.cfm\n","");
	menu.addSubItem("vehicleinfoid", "DMV --> US ", "Click here to locate the Dept of Motor Vehicle in your area of the United States","http://www.dmvonline.com/","");






/* Service Submenu*/

//	menu.addSubItem("vehicleserviceid", "Fuel prices", "Find the lowest fuel prices in your area\nCanada and the United States",  "http://www.gasbuddy.com/","");





/*Automotive Techline Submenu*/

//	menu.addSubItem("techlineid", "Telematics", "Information pertaining to vehicles of today. \nvehicle computers, phone systems, multimedia etc.",  "telematics.html",""); <!--http://www.telematicsupdate.com/-->
//	menu.addSubItem("techlineid", " Tools ", "Tool suppliers, find those hard to find tools or right tool to\ndo the job",  "/toolsupplier.html","");
	menu.addSubItem("techlineid", "On Board Diagnostics", "OBDII code listings", "/obdII.html","");
	menu.addSubItem("techlineid", "Air-conditioning", "AC cycle, issues, refrigerants etc... ", "/airconditioning.html","mf");
	menu.addSubItem("techlineid", "Auto Engines", "Engine types, designs, issues etc... ", "/engines.html","mf");

	http://globalautoserviceinc.com/help/module.php
//	menu.addSubItem("techlineid", "Chat with a Technician", "Ask a question or get advice from an automotive technician", "http://globalautoserviceinc.com/help/module.php?module=HelpCenter","mf");
//	menu.addSubItem("techlineid", "Vehicle Performance", "Performance issues ideas and means of delivery", "","");
//	menu.addSubItem("techlineid", "Online Chat", "Chat with a technician concerning an issue. Java required",  "","");



// Aboutus Submenu


	//menu.addSubItem("gasaboutid", "Contact Us", "A list of contact information\nfor Global Auto Service Inc.",  "/contacts.html","");
	menu.addSubItem("gasaboutid", "About Us", "Information about us, Our mission statement", "/aboutus.html","");
	//menu.addSubItem("gasaboutid", "Customer Comments", "What customers have to say about us",  "/custreviews.html","");
	menu.addSubItem("gasaboutid", "Email your inquiry", "Email your inquiry",  "/emailform1.php","");


//	menu.addSubItem.SubItem("gasaboutid", "Customer Reviews", "What our customers are saying about us",  "custreviews.html","");


	menu.showMenu();
}
