	var NoOffFirstLineMenus=5;			
	var LowBgColor='#000099';			
	var LowSubBgColor='#3D59A5';			
	var HighBgColor='#3D59A5';			
	var HighSubBgColor='#6F87C8';			
	var FontLowColor='#eeeeee';			
	var FontSubLowColor='#FFFFFF';			
	var FontHighColor='#FFFFFF';			
	var FontSubHighColor='#330033';			
	var BorderColor='#FFFFFF';			// Border color orange
	var BorderSubColor='#FFFFFF';			
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				
	var MenuTextCentered='center';			
	var MenuCentered='left';				
	var MenuVerticalCentered='top';		
	var ChildOverlap=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=-.4;			// vertical overlap child/ parent
	var StartTop=6;				// Menu offset x coordinate
	var StartLeft=180;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=[0];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// 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("News","/iri/index.html","",3,25,120);
	Menu1_1=new Array("Lastest News","/iri/news.html","",0,25,120);	
	Menu1_2=new Array("Newletter","/iri/IRINews.html","",0);	
	Menu1_3=new Array("Subscribe","/iri/orders-membership.html","",0);	

Menu2=new Array("Technical Research","","",2,25,170);
	Menu2_1=new Array("Conferences","","",4,25, 170);	
		Menu2_1_1=new Array("Tesla Conference and Technologies","/iri/tesla.htm","",0,25, 330);	
		Menu2_1_2=new Array("Low Energy Nuclear Reactions Educational Workshop","/iri/LENREW.html","",0);	
		Menu2_1_3=new Array("Conference on Future Energy","/iri/cofe.html","",0);	
		Menu2_1_4=new Array("Conference on Energy & Accountability","/iri/cea.html","",0);		
	Menu2_2=new Array("Programs","","",6,25);			
	  Menu2_2_1=new Array("Future Energy Program","/iri/FutureEnergy.html","",0,25, 250);	
		Menu2_2_2=new Array("Bioenergetics Program","/iri/Bioenergetics.html","",0);	
		Menu2_2_3=new Array("Helping to Reach the Stars","/iri/ReachStars.htm","",0);	
		Menu2_2_4=new Array("Zero Point Energy Utilization","/iri/ZPENERGY.html","",0);	
	  Menu2_2_5=new Array("Homopolar Generators","/iri/homopolar.html","",0);	
	  Menu2_2_6=new Array("Electrogravitics Systems","/iri/electrogravitics.html","",0);	
Menu3=new Array("Publications","/iri/catalog/index.html","",14,25,150);


	Menu3_1=new Array("Emerging Books","/iri/catalog/emerging.html","",0,25, 180);	
	Menu3_2=new Array("Bestsellers","/iri/catalog/bestsellers.html","",0);	
	Menu3_3=new Array("DVD/ CD/  Video","/iri/catalog/newcds.html","",2);	
				Menu3_3_1=new Array("New CDs & DVDs","/iri/catalog/newcds.html","",0,25,150);	
				Menu3_3_2=new Array("DVD/ CD/  Video","/iri/catalog/dvdvideos.html","",0);	
	Menu3_4=new Array("Bioenergy Books","/iri/catalog/bioenergy.html","",2);	
		Menu3_4_1=new Array("Bioenergy Books (pg1)","/iri/catalog/bioenergy.html","",0,25,150);	
	  Menu3_4_2=new Array("Bioenergy Books (pg2)","/iri/catalog/bioenergy2.html","",0);	
	Menu3_5=new Array("Tesla Resources","/iri/catalog/tesla.html","",0);	
	Menu3_6=new Array("Physics Books","/iri/catalog/physics.html","",2);		
		Menu3_6_1=new Array("Physics Books","/iri/catalog/physics.html","",0,25,150);	
		Menu3_6_2=new Array("Physics Reports","/iri/catalog/physicsReports.html","",0);	
	Menu3_7=new Array("Energy Reports","/iri/catalog/energyreports.html","",0);	
	Menu3_8=new Array("Propulsion","/iri/catalog/propulsion.html","",0);	
	Menu3_9=new Array("Engineering & Physics","/iri/catalog/engineering.html","",2);		
		Menu3_9_1=new Array("Reports","/iri/catalog/engineering.html","",0,25,90);	
		Menu3_9_2=new Array("Books","/iri/catalog/engineeringBooks.html","",0);
	Menu3_10=new Array("Research & Reference Books","/iri/catalog/research.html","",0);		
	Menu3_11=new Array("Bioelectric Products","/iri/catalog/bioelectric.html","",0);	
	Menu3_12=new Array("Conference Reports","/iri/catalog/cofe2.html","",3);	
			Menu3_12_1=new Array("COFE 2006","/iri/catalog/cofe2.html","",0,25,90);	
			Menu3_12_2=new Array("COFE 1999","/iri/catalog/cofe1.html","",0);	
			Menu3_12_3=new Array("Tesla 2003","/iri/catalog/tesla.html","",0);	
	Menu3_13=new Array("Membership","/iri/catalog/order-members.html","",0);		
	Menu3_14=new Array("One Page Order Form","/iri/orderAll.html","",0);	

Menu4=new Array("Membership","/iri/orders-membership.html","",3,25,130);
	Menu4_1=new Array("Join","/iri/orders-membership.html","",0,25,130);	
	Menu4_2=new Array("Donate","http://www.guidestar.org/partners/networkforgood/gs_report.jsp?npoId=100035694&amp;context=eNp1UkFrE0EUft0YTWKsbSKiBxWFeins2ktRBBWqrbFpGggePJXJ7mR34uzOOPO23RYRetGDN1EQTx489gcI/gl/gorXnsWbb5Jo6qELu7Bvvu/N973vHRxC2RoIQpX6opC%2BEaEf5yLiFpnx%2B8qPeZZp5a/ZHmcmTFZUhrxAVW58%2BH2l1/eg3oaTITPYihAa7SHbZoFkWRz00Igsvt2GSmgEciMYwvnxeY5CBl2jNDcouCVMLVKZMg9SJuQzeAEzbagOOIZJT%2BxxhOaRti26PuaGOHXJLG6oSAwEp7vnjvS%2Bz5AT4pRmMX9s/rasGa6VwS7DZFKZNdzmEm33P1zVcmuFylrRpHDGzQLJTSuLeOGKJepm8zRlZnfKq6NCJjcY6eZ2hCq0ptmec8J8J8yfmr7V%2BLqnl%2B%2B89xyzEvEBc0IcyysMNKeUh8wmyPqSN7%2BcXbj66OfnEnirUJOKRassRGVaUMWEjCRKRoW%2Bew/cs75ToW%2BZ3hMItYHKsyhbUREN07uxREHllq9J1Weyo9Wmxs0ckZAmJwBNzWBGKsFbWqZfZeIOS%2BmgKtzsKczdsa/5kUiXij9JpfHj46df%2B69ukqkWlLeZzDmZmZviOnna5%2BblwbtLp99%2Be%2B0BFJokXqZms1PHLr1kuD%2Bz/gQvlhxk5OXwzcL35wXCtWCizwYZxx1lng5IoVJRIFw6/tBqhAvHgRAWj%2BXb0YJvTXbCNdKjQObdQBGuH0uM7dZ4tRznH6X3B6N6HIw=","",0);
	Menu4_3=new Array("Members Only","http://cgibin.rcn.com/iri/cgi-bin/password.cgi","",0);

Menu5=new Array("About IRI","","",3,25,120);
	Menu5_1=new Array("Contact","mailto:iri@erols.com","",0,25,120);
	Menu5_2=new Array("Board","/iri/bod.html","",0);
	Menu5_3=new Array("Related Links","/iri/links.html","",0);





	
