function writeMenus()
	{
	var bar1 = new windowsMenuBar("menuBar", "774", 10)
		bar1.addButton("Services", "menu_", "", "Services")
		var menu_ = new windowsMenu("menu_");
			menu_.addItem("Production Facility", "", "../services/production_facility.html")
			menu_.addItem("Precision Machining", "", "../services/precision_machining.html")
			menu_.addItem("Development & Design", "", "../services/development_design.html")
			menu_.addItem("CAD Drawing", "", "../services/cad_drawing.html")
			menu_.addItem("Prototypes", "", "../services/prototypes.html")
		bar1.addButton("Manufacturing Process", "menu_1", "", "Manufacturing Process")
		var menu_1 = new windowsMenu("menu_1");
			menu_1.addItem("Heat Treatments", "", "../manufacturing_process/heat_treatments.html")
			menu_1.addItem("Plastic Machining", "", "../manufacturing_process/plastic_machining.html")
			menu_1.addItem("Plastic Fabrication", "", "../manufacturing_process/plastic_fabrication.html")
			menu_1.addItem("Plastic Bonding", "", "../manufacturing_process/plastic_bonding.html")
			menu_1.addItem("Plastic Polishing", "", "../manufacturing_process/plastic_polishing.html")
		bar1.addButton("Markets & Products", "menu_2", "", "Markets & Products")
		var menu_2 = new windowsMenu("menu_2");
			menu_2.addItem("Image Libraries", "", "../markets_products/image_library.html")
			menu_2.addItem("Overview", "", "../markets_products/overview.html")
			menu_2.addItem("Plastic Manifolds", "", "../markets_products/plastic_manifolds.html")
			menu_2.addItem("Medical Manifolds", "", "../markets_products/medical_manifolds.html")
			menu_2.addItem("Biotech Manifolds", "", "../markets_products/biotech_manifolds.html")
			menu_2.addItem("Pneumatics", "", "../markets_products/pneumatics.html")
			menu_2.addItem("Lenses", "", "../markets_products/lenses.html")
			menu_2.addItem("Writing Instruments", "", "../markets_products/writing_instruments.html")
			menu_2.addItem("Semi-Conductor", "", "../markets_products/semi_conductor.html")
			menu_2.addItem("Aerospace Components", "", "../markets_products/aerospace_components.html")
			menu_2.addItem("General Machining", "", "../markets_products/general_machining.html")
		bar1.addButton("Contact Us", "menu_3", "", "Contact Us")
		var menu_3 = new windowsMenu("menu_3");
			menu_3.addItem("Request a Quote", "", "../contact_us/request_quote.html")
			menu_3.addItem("Contact Details", "", "../contact_us/contact_details.html")
			menu_3.addItem("Map to Carville", "", "../contact_us/map.html")
			menu_3.addItem("Employment Opportunities", "", "../contact_us/recruitment.html")
			menu_3.addItem("Notices", "", "../contact_us/notices.html")
		bar1.addButton("FAQ's", "menu_4", "", "FAQ's")
		var menu_4 = new windowsMenu("menu_4");
			menu_4.addItem("What type of products", "", "../faqs/what_products.html")
			menu_4.addItem("What is the smallest or largest quantity", "", "../faqs/smallest_quantity.html")
			menu_4.addItem("What size and complexity can be achieved on liquid handling manifolds", "", "../faqs/what_complexity.html")
			menu_4.addItem("How do I get a quotation", "", "../faqs/quotation.html")
			menu_4.addItem("Why use acrylic", "", "../faqs/why_acrylic.html")
			menu_4.addItem("How do I eliminate material stress", "", "../faqs/eliminate_stress.html")
			menu_4.addItem("Which bonding techniques", "", "../faqs/bonding_techniques.html")
			menu_4.addItem("What is the smallest dimensions Carville can machine", "", "../faqs/smallest_dimensions.html")
			menu_4.addItem("Which material to use", "", "../faqs/which_material.html")
	}
