// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("Message from the        Inspector General","message.html","",0,40,180,"","","","","");

Menu2=new Array("News Releases / Reports","","",2,20);
		Menu2_1=new Array("OIG News Releases / Reports","news.html","",0,20,240,"","","","","");
		Menu2_2=new Array("SDA OIG News Releases / Reports","sda_news.html","",0,20,240,"","","","","");

Menu3=new Array("File a Complaint","","",2,20);
		Menu3_1=new Array("File a OIG Complaint","complaint.html","",0,20,160,"","","","","");
		Menu3_2=new Array("File a SDA Complaint","sdacomplaint.html","",0,20,160,"","","","","");

Menu4=new Array("FAQ","faq.html","",0,20,150);

Menu5=new Array("Inspector General Bio","bio.html","",0,20);

Menu6=new Array("Related Links","","",3,20,150);
		Menu6_1=new Array("The Association of Inspectors General","http://www.inspectorsgeneral.org/","",0,20,300,"","","","","");
		Menu6_2=new Array("Whistleblower Information","http://www.state.nj.us/labor/CEPA270.2.pdf","",0,20,300,"","","","","");
		Menu6_3=new Array("New Jersey Schools Development Authority","http://www.njscc.com","",0,20,300,"","","","","");


