/***********************************************************************************
*	er11	          *
*	server er2.bismarcklibirary.org	          *
*	revision date12/21/2008 
*	revision date 2/26/2010
***********************************************************************************/

	var NoOffFirstLineMenus=25;		        // Number of first level items
	var LowBgColor='#8abdff';			// Background color when mouse is not over
	var LowSubBgColor='#8abdff';			// Background color when mouse is not over on subs
	var HighBgColor='#ffff00';			// Background color when mouse is over
	var HighSubBgColor='#ffff00';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#000000';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		        // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=115;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=8;				// Left padding
	var TopPaddng=8;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	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;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=1;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// 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("Licensed Magazines, Journals and Databases","","",8,50,200);
Menu1_1=new Array("MasterFILE Premier","http://www.odin.nodak.edu/authgate/?db=EBSCOF5H","",0,35,250);
Menu1_2=new Array("Academic Search Premier","http://www.odin.nodak.edu/authgate/?db=EBSCOAPH","",0,35,250);
Menu1_3=new Array("Business Source Premier","http://www.odin.nodak.edu/authgate/?db=EBSCOBUH","",0,35,250);
Menu1_4=new Array("Regional Business News","http://www.odin.nodak.edu/authgate/?db=EBSCOBWH","",0,35,250);
Menu1_5=new Array("Enhanced Business Search","","",0,35,250);
Menu1_6=new Array("EBSCO MegaFILE Search","http://www.odin.nodak.edu/authgate/?db=EBSCOKEH","",0,35,250);
Menu1_7=new Array("Newspaper Indexes","http://www.odin.nodak.edu/authgate/?db=bell","",0,35,250);
Menu1_8=new Array("Professional Collection","http://www.odin.nodak.edu/authgate/?db=SPOO","",0,35,250);
//
Menu2=new Array("Almanacs","","",4,35,200);
Menu2_1=new Array("Farmers Almanac","FA","",0,35,200);	
Menu2_2=new Array("infoPlease","IP","",0,35,200);	
Menu2_3=new Array("Fact Monster","FM","",0,35,200);
Menu2_4=new Array("World Factbook","ODCI","",0,35,200);
//
Menu3=new Array("Automotive Resources","","",7,35,200);
Menu3_1=new Array("Auto Repair Reference Center","ARRC","",0,35,250);
Menu3_2=new Array("Carfax","CARF","",0,35,250);
Menu3_3=new Array("Car Prices","CARP","",0,35,250);
Menu3_4=new Array("Consumer Guide Auto","CGAUT","",0,35,250);
Menu3_5=new Array("Edmunds Auto Buyers Guide","EABG","",0,35,250);
Menu3_6=new Array("Kelly Blue Book","KEBB","",0,35,250);
Menu3_7=new Array("NADA Guides","NADA","",0,35,250);
//
Menu4=new Array("Business Resources","","",6,35,200);
Menu4_1=new Array("Barrons","BARR","",0,35,200);
Menu4_2=new Array("Business Information","BUI","",0,35,200);
Menu4_3=new Array("Business Source Premier","BSP","",0,35,200);
Menu4_4=new Array("Business Week","BW","",0,35,200);
Menu4_5=new Array("Forbes","FOR","",0,35,200);
Menu4_6=new Array("Fortune","FTN","",0,35,200);
//
Menu5=new Array("Dictionaries","","",4,35,200);
Menu5_1=new Array("One Look","OL","",0,35,200)
Menu5_2=new Array("American Heritage","AHD","",0,35,200);
Menu5_3=new Array("Cambridge","CAM","",0,35,200);
Menu5_4=new Array("Merriam-Webster","MWO","",0,35,200);
//
Menu6=new Array("Encyclopedias","","",4,35,200);
Menu6_1=new Array("Britannica Online","BO","",0,35,250);
Menu6_2=new Array("DMOZ-Open Directory Project","DMOZ","",0,35,300);
Menu6_3=new Array("Encyclopedia.com","ECOM","",0,35,300);
Menu6_4=new Array("WikiPedia","WIKI","",0,35,300);
//
Menu7=new Array("Genealogy","","",4,35,200);
Menu7_1=new Array("Ancestry.com","http://www.ancestrylibrary.com","",0,35,225);
Menu7_2=new Array("General Resources","GRS","",0,35,225);
Menu7_3=new Array("Family Search","FSCH","",0,35,225);
Menu7_4=new Array("ND State Historical Society","NDSHS","",0,35,225);
 //  
Menu8=new Array("Government Offices","","",6,35,200);
Menu8_1=new Array("City of Bismarck","COB","",0,35,225);
Menu8_2=new Array("State of North Dakota","NDS","",0,35,225);
Menu8_3=new Array("Government Printing Office","GPO","",0,35,225);
Menu8_4=new Array("Immigration Service","USCIS","",0,35,225);
Menu8_5=new Array("Internal Revenue Service","IRS","",0,35,225);
Menu8_6=new Array("The White House","WH","",0,35,225);
//
Menu9=new Array("Health & Medicine","","",8,35,200);
Menu9_1=new Array("American Cancer Center","ACS","",0,35,250);
Menu9_2=new Array("Centers for Disease Control","CDC","",0,35,250);
Menu9_3=new Array("Healthfinder","HF","",0,35,250);
Menu9_4=new Array("Health & Wellness Center","HWC","",0,35,250);
Menu9_5=new Array("MedLine","ML","",0,35,250);
Menu9_6=new Array("Nat'l Institutes of health","NIH","",0,35,250);
Menu9_7=new Array("Nat'l Library of Medicine","NLM","",0,35,250);
Menu9_8=new Array("Women's Health Info Center","WIC","",0,35,250);
//
Menu10=new Array("Internet Library Resources","","",4,35,200);
Menu10_1=new Array("Electric Library","EL","",0,35,250);
Menu10_2=new Array("Internet Public Library","INPL","",0,35,250);
Menu10_3=new Array("Librarians Index to the Internet","LII","",0,35,250);
Menu10_4=new Array("Virtual Library","VL","",0,35,250);
//
Menu11=new Array("Jobs","","",6,35,200);
Menu11_1=new Array("Job Service of ND","NDJS","",0,35,250);
Menu11_2=new Array("Learning Express Library","LEX","",0,35,250);
Menu11_3=new Array("America's Job Bank","AJB","",0,35,250);
Menu11_4=new Array("Career Builder","CABU","",0,35,250);
Menu11_5=new Array("Monster.com","MONS","",0,35,250);
Menu11_6=new Array("USA Jobs","USAJ","",0,35,250);
//
Menu12=new Array("Look It Up","","",4,35,200);
Menu12_1=new Array("Telephone Directories","","",2,35,200);
Menu12_1_1=new Array("Infobel","TD1","",0,35,200);
Menu12_1_2=new Array("Switchboard","SWBD","",0,35,200);
Menu12_2=new Array("Weather Information","WTHR","",0,35,200);
Menu12_3=new Array("US Postal Service","USPS","",0,35,200);
Menu12_4=new Array("ZIP Codes","ZIP","",0,35,200);
//
Menu13=new Array("Libraries-Local & State","","",6,35,200);
Menu13_1=new Array("Bismarck State College","BSCL","",0,35,350);
Menu13_2=new Array("Central Dakota Library Network","CDLN","",0,35,350);
Menu13_3=new Array("Mandan Public Library","MPL","",0,35,350);
Menu13_4=new Array("Online Dakota Information Network (ODIN)","ODIN","",0,35,350);
Menu13_5=new Array("ND State Library","NSL","",0,35,350);
Menu13_6=new Array("University of Mary Library","UML","",0,35,350);
//
Menu14=new Array("Libraries-National","","",6,35,200);
Menu14_1=new Array("Government Libraries","GL","",0,35,200);
Menu14_2=new Array("International Libraries","INTL","",0,35,200);
Menu14_3=new Array("Library of Congress","LOC","",0,35,200);
Menu14_4=new Array("National Archives","NAR","",0,35,200);
Menu14_5=new Array("Presidential Libraries","PRL","",0,35,200);
Menu14_6=new Array("Public Libraries","PUL","",0,35,200);
//
Menu15=new Array("K-12 Student Resources","","",6,35,200);
Menu15_1=new Array("Discovering Collection","DC","",0,35,225);
Menu15_2=new Array("Electric Library Elementary","EKK","",0,35,225);
Menu15_3=new Array("InfoTrac Junior","ITJR","",0,35,225);
Menu15_4=new Array("InfoTrac Student","ITST","",0,35,225);
Menu15_5=new Array("InfoTrac Kids Infobits","KIB","",0,35,225);
Menu15_6=new Array("Junior Reference Collection","JUR","",0,35,225);
//
Menu16=new Array("Maps & Geography","","",5,35,200);
Menu16_1=new Array("Google Maps","GOOM","",0,35,220);
Menu16_2=new Array("Library of Texas Collection","LIBT","",0,35,220);
Menu16_3=new Array("MapQuest","MQ","",0,35,220);
Menu16_4=new Array("National Geographic","NATG","",0,35,220);
Menu16_5=new Array("Yahoo Maps","YM","",0,35,220);
//
Menu17=new Array("Newspapers","","",5,35,200);
Menu17_1=new Array("Bismarck Tribune","BT","",0,35,200);
Menu17_2=new Array("Fargo Forum","FF","",0,35,200);
Menu17_3=new Array("Grand Forks Herald","GFH","",0,35,200);
Menu17_4=new Array("Minot Daily News","MDN","",0,35,200);
Menu17_5=new Array("ProQuest Index","PROQ","",0,35,200);
//
Menu18=new Array("Quotations","","",2,35,200);
Menu18_1=new Array("QuotationReference","QUOT1","",0,35,200);
Menu18_2=new Array("QuoteWorld","QUOT2","",0,35,200);
//
Menu19=new Array("Search Engines","","",5,35,200);
Menu19_1=new Array("Ask","ASK","",0,35,180);
Menu19_2=new Array("Altavista","ALT","",0,35,180);
Menu19_3=new Array("Google","GI","",0,35,180);
Menu19_4=new Array("Mergent","MERG","",0,35,180);
Menu19_5=new Array("Yahoo","YAH","",0,35,200);

Menu20=new Array("Schools","","",9,35,200);
Menu20_1=new Array("Bismarck Public Schools","BPS","",0,35,250);
Menu20_2=new Array("Bismarck State College","BSC","",0,35,250);
Menu20_3=new Array("Dickinson State University","DSU","",0,35,250);
Menu20_4=new Array("Jamestown College","JC","",0,35,250);
Menu20_5=new Array("Minot State University","MSU","",0,35,250);
Menu20_6=new Array("North Dakota State University","NSU","",0,35,250);
Menu20_7=new Array("Valley City State University","VCSU","",0,35,250);
Menu20_8=new Array("University of North Dakota","UND","",0,35,250);
Menu20_9=new Array("University of Mary","UM","",0,35,250);
//
Menu21=new Array("Student Financial Aid","","",6,35,250);
Menu21_1=new Array("College Source Online","CSON","",0,35,250);
Menu21_2=new Array("FAFSA","FSFA","",0,35,250);
Menu21_3=new Array("Petersons.com Resources","PRES","",0,35,250);
Menu21_4=new Array("College& University Rankings","CAUR","",0,35,250);
Menu21_5=new Array("CollegeNET","COLNET","",0,35,250);
Menu21_6=new Array("The College Board","TCBD","",0,35,250);//
//
Menu22=new Array("Statistics & Data","","",7,35,200);
Menu22_1=new Array("Guiness Book of Records","GBWR","",0,35,250);
Menu22_2=new Array("Federal Statistics","FEDST","",0,35,250);
Menu22_3=new Array("Statistics - General","USTAT","",0,35,250);
Menu22_4=new Array("Statistics - Religious","ADHER","",0,35,250);
Menu22_5=new Array("Statistics - North Dakota","","",2,35,250);
Menu22_5_1=new Array("ND State Data Center","ST1ND","",0,35,350);
Menu22_5_2=new Array("UND Business & Economic Research","ST2ND","",0,35,350);
Menu22_6=new Array("Statistics - Social","STWT","",0,35,250);
Menu22_7=new Array("Statistics - Comparative","YNTN","",0,35,250);
//
Menu23=new Array("Taxes","","",4,35,200);
Menu23_1=new Array("North Dakota State","NDTAX","",0,35,250);
Menu23_2=new Array("Internal Revenue Service","IRS","",0,35,250);
Menu23_3=new Array("Tax Links","TLK","",0,35,250);
Menu23_4=new Array("1040.com","1040","",0,35,250);
//
Menu24=new Array("Travel","","",4,35,200);
Menu24_1=new Array("Cruise Information","CRSM","",0,35,250);
Menu24_2=new Array("Fodors Guides","FODOR","",0,35,250);
Menu24_3=new Array("Tourism Worldwide","TWWD","",0,35,250);
Menu24_4=new Array("Travelocity.com","TRAV","",0,35,250);
Menu24_5=new Array("US State Department","USTRV","",0,35,250);
//
Menu25=new Array("Unique & Unusual","","",2,35,200);
Menu25_1=new Array("The Invisible Web","IW","",0,35,250);
Menu25_2=new Array("The Gutenberg Project","GP","",0,35,250);
