function init()
{
	var menuType = "vertical";
	var subMenuType = "vertical";
	var posLeft =-64;
	var posTop = 168;
	var xPos = -4;
	var yPos = -0;
	var MainBg = "#210102";
	var ManeBgHover = "#ffffff";
	var fontFamily = "Arial";
	var fontSize = 12;
	var fontWeight = "normal";
	var fontWeightHover = "Bold";
	var fontColor = "#ffffff";
	var fontColorHover = "#f40b0b";
	var borderSize = 0;
	var borderColor = "#720c15";
	var paddingTopLeft = 10;
	var rollOverArrows = "";
	var UnfoldsOnClick = false;
	var MenuSlide = 27;
	
	menus[0] = new menu(144, menuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, borderSize, borderColor, 0, rollOverArrows, UnfoldsOnClick, true, true, true, MenuSlide, true, 0, 0, "black");
	menus[0].addItem("index.html", "", 40, "left", "rollover:images/home.jpg:images/home_off.jpg", 0);
	menus[0].addItem("profile.html", "", 40, "left", "rollover:images/profile.jpg:images/profile_off.jpg", 0);
	menus[0].addItem("#", "", 40, "left", "rollover:images/products.jpg:images/products_off.jpg", 1);
	menus[0].addItem("clients.html", "", 40, "left", "rollover:images/clients.jpg:images/clients_off.jpg",0);
	menus[0].addItem("contact.html", "", 38, "left", "rollover:images/contact_us.jpg:images/contact_us_off.jpg", 0);
	menus[0].floatMenu(800, 600, 0, 0);

	menus[1] = new menu(210, subMenuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, 1, borderColor, paddingTopLeft, rollOverArrows, UnfoldsOnClick, true, false, true, MenuSlide, true, 0, 0, "black");
	menus[1].addItem("#", "", 34, "left", ":: Switch Supporting Accessories ", 2);
	menus[1].addItem("#", "", 34, "left", ":: Lighting ", 3);
	menus[1].addItem("#", "", 34, "left", ":: Circuit Breakers ", 4);
	menus[1].addItem("#", "", 34, "left", "::  Others ", 5);
	
	menus[2] = new menu(180, subMenuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, 1, borderColor, paddingTopLeft, rollOverArrows, UnfoldsOnClick, true, false, true, MenuSlide, true, 0, 0, "black");
	menus[2].addItem("concealedboxes.html", "", 34, "left", ":: Concealed Boxes", 0);
	menus[2].addItem("surfaceboxes.html", "", 34, "left", ":: Surface Boxes", 0);
	menus[2].addItem("switchplate.html", "", 34, "left", ":: Switch Plate", 0);
	menus[2].addItem("junctionboxes.html", "", 34, "left", ":: Junction Boxes", 0);
	
	menus[3] = new menu(180, subMenuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, 1, borderColor, paddingTopLeft, rollOverArrows, UnfoldsOnClick, true, false, true, MenuSlide, true, 0, 0, "black");
	menus[3].addItem("slimcopcopperfixture.html", "", 34, "left", ":: Slim Cop Fixture ", 0);
	menus[3].addItem("i-lite.html", "", 34, "left", ":: i-Lite ", 0);
	menus[3].addItem("lednightlamp.html", "", 34, "left", ":: Led Night Lamp ", 0);
		
		
	menus[4] = new menu(180, subMenuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, 1, borderColor, paddingTopLeft, rollOverArrows, UnfoldsOnClick, true, false, true, MenuSlide, true, 0, 0, "black");
	menus[4].addItem("miniaturecircuitbreaker.html", "", 34, "left", ":: Miniature Circuit Breaker", 0);
	menus[4].addItem("distributionboxes.html", "", 34, "left", ":: Distribution Boxes ", 0);
	menus[4].addItem("timeswitch.html", "", 34, "left", ":: Time Switch ", 0);
	menus[4].addItem("residualcircuitbreaker.html", "", 34, "left", ":: RCCB  ", 0);
	menus[4].addItem("isolators.html", "", 34, "left", ":: Isolators  ", 0);
		
	menus[5] = new menu(180, subMenuType, posLeft, posTop, xPos, yPos, MainBg, ManeBgHover, fontFamily, fontSize, fontWeight, fontWeightHover, fontColor, fontColorHover, 1, borderColor, paddingTopLeft, rollOverArrows, UnfoldsOnClick, true, false, true, MenuSlide, true, 0, 0, "black");
	menus[5].addItem("computeradapter.html", "", 34, "left", ":: Computer Adapter", 0);
	menus[5].addItem("maybachbell.html", "", 34, "left", ":: Maybach Bell ", 0);
	menus[5].addItem("imacbell.html", "", 34, "left", ":: i-Mac Bell ", 0);
		  }