// JavaScript Document

var Prefix = '/';

var menuItems = new Array(
	null,		/* leave first always "null" */
	new Array(
    	new Array("About EMJ", Prefix+"about.html", null),
    	new Array("Services", Prefix+"services.html", null),
    	new Array("Office Locations", Prefix+"offices.html", null),
    	new Array("Client List", Prefix+"client_list.html", null),
    	new Array("Testimonials", Prefix+"testimonials.html", null),
    	new Array("Co-Op Opportunities", Prefix+"coop.html", null),
		new Array("Employment Opportunities", Prefix+"employment.html", null),
		new Array("News", Prefix+"news/news.aspx", null),
		new Array("Media", Prefix+"media.html", null),
		new Array("Progress Gallery", Prefix+"ProjectsGallery/ListofProjects.aspx", null),
		new Array("MY BENERGY", Prefix+"benergy.html", null),
		new Array("Scholarship Program", Prefix+"pdf/Scholarship_Program_Information_Application.pdf", null),
		new Array("Employee Evaluations", "http://76.12.40.147/login.aspx", null)
    ),
	new Array(
    	new Array("Distribution Facilities", Prefix+"df_kohls1.html", null),
		new Array("Lifestyle & Community Centers", Prefix+"lcc_hamiltoncorner.html", null),
    	new Array("Regional Malls", Prefix+"rm_imperialvalley.html", null),
		new Array("Mall Renovations & Expansions", Prefix+"mre_stclair.html", null),
		new Array("Professional & Medical Offices", Prefix+"pmo_tendocs.html", null),
		new Array("Public, Educational & Ministry Facilities", Prefix+"pemf_hunter.html", null),
		new Array("Entertainment", Prefix+"e_tinseltown.html", null)
    ),
	new Array(
    	new Array("Bid Info for Upcoming Projects", Prefix+"upcoming_projects.asp", null),
		new Array("Subscribe to Bid List", Prefix+"bidapplication.asp", null),
    	new Array("Subcontractor Requisition Form", Prefix+"requisition_form.html", null),
    	new Array("Purchase Order Requisition Form", Prefix+"purchase_form.html", null),    	
		new Array("Joint Check Subcontractor Requisition Form", Prefix+"jointcheck_form.html", null),
		new Array("Subcontractor Supplier Reference Form", Prefix+"reference_form.html", null)
    ),
	new Array(
        new Array("Contact EMJ", Prefix+"contact.html", null),
	    new Array("Office Locations", Prefix+"offices.html", null),
	    new Array("Capabilities Brochure", Prefix+"brochure.html", null)
    ),
	null,
	null,
	null
  );

/* new Array(left-pos, top-pos, indiv-item-height, menu-width) */
var menuMeta = new Array(
	null,
	new Array(2, 135, 16, 178),
	new Array(76, 135, 16, 260),
	new Array(154, 135, 16, 310),
	new Array(272, 135, 16, 143),
	null,
	null,
	null
  );
