/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='dce0e1';			// Background color when mouse is not over
	var LowSubBgColor='dce0e1';			// Background color when mouse is not over on subs
	var HighBgColor='6699dd';			// Background color when mouse is over
	var HighSubBgColor='6699ee';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='999999';			// Border color
	var BorderSubColor='999999';			// Border color for subs
	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=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 MenuCentered='center';
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	//var StartTop=240;				// Menu offset x coordinate
	var StartTop=67;				// Menu offset x coordinate
	//var StartLeft=1;				// Menu offset y coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	//var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	//var DissapearDelay=1000;			// delay before menu folds in
	var DissapearDelay=500;			// 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=0;			// 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("Home","/NPTS/index.htm","",0,18,90);

Menu2=new Array("About Us","/NPTS/aboutus/index.htm","",6);
	Menu2_1=new Array("Background","/NPTS/aboutus/background.html","",0,18,140);
	Menu2_2=new Array("Code of Ethics","/NPTS/aboutus/codeofethics.html","",0,18,140);	
	Menu2_3=new Array("Administractive Info","/NPTS/aboutus/administrativeinfo.html","",0,18,140);			
	Menu2_4=new Array("Major Clients","/NPTS/aboutus/majorclients.html","",10);
		Menu2_4_1=new Array("DOE","/NPTS/aboutus/majorclients.html#doe","",0,18,180);
		Menu2_4_2=new Array("Carolina Power & Light","/NPTS/aboutus/majorclients.html#carolina","",0);
		Menu2_4_3=new Array("New York Power Authority","/NPTS/aboutus/majorclients.html#ny","",0);
		Menu2_4_4=new Array("Niagara Mohawk Power","/NPTS/aboutus/majorclients.html#niagara","",0,18,180);
		Menu2_4_5=new Array("Illinois Power Company","/NPTS/aboutus/majorclients.html#illinois","",0);
		Menu2_4_6=new Array("STP Nuclear Operating","/NPTS/aboutus/majorclients.html#stp","",0);
		Menu2_4_7=new Array("Rochester Gas & Electric","/NPTS/aboutus/majorclients.html#rochester","",0,18,180);
		Menu2_4_8=new Array("Wisconsin Public Service","/NPTS/aboutus/majorclients.html#wisconsinp","",0);
		Menu2_4_9=new Array("Wisconsin Electric Power","/NPTS/aboutus/majorclients.html#wisconsine","",0);
		Menu2_4_10=new Array("Wolf Creek Nuclear","/NPTS/aboutus/majorclients.html#wolf","",0,18,180);
	Menu2_5=new Array("Locations","/NPTS/aboutus/locations.html","",0);
	Menu2_6=new Array("Reactor Types","/NPTS/aboutus/reactortypes.html","",0);
	
Menu3=new Array("Services","/NPTS/services/index.htm","",4);
	Menu3_1=new Array("Engineering","/NPTS/services/engineering.html","",6,18,140);	
		Menu3_1_1=new Array("Electrical Design","/NPTS/services/engineering.html#electrical","",0,18,180);
		Menu3_1_2=new Array("Instrumentation & Control","/NPTS/services/engineering.html#instrumentation","",0);
		Menu3_1_3=new Array("Mechanical Design","/NPTS/services/engineering.html#mechanical","",0);
        Menu3_1_4=new Array("Computer Aided Design","/NPTS/services/engineering.html#cad","",0);
        Menu3_1_5=new Array("ISI/IST Engineering","/NPTS/services/engineering.html#isi","",0);
		Menu3_1_6=new Array("Human Factors","/NPTS/services/engineering.html#human","",0);
                          
	Menu3_2=new Array("Maintenance","/NPTS/services/maintenance.html","",5);
		Menu3_2_1=new Array("Reliability Centerd","/NPTS/services/maintenance.html#reliability","",0,18,180);
		Menu3_2_2=new Array("Program Review","/NPTS/services/maintenance.html#review","",0);
		Menu3_2_3=new Array("Procedure Development","/NPTS/services/maintenance.html#procedure","",0);
		Menu3_2_4=new Array("Staff Augmentation","/NPTS/services/maintenance.html#staff","",0);
		Menu3_2_5=new Array("Component Database","/NPTS/services/maintenance.html#component","",0);
	Menu3_3=new Array("Operations","/NPTS/services/operations.html","",0);
	Menu3_4=new Array("Support","/NPTS/services/support.html","",7);
		Menu3_4_1=new Array("Outage Management","/NPTS/services/support.html#outage","",0,18,180);
		Menu3_4_2=new Array("Quality Assurance","/NPTS/services/quality.html","",0);
		Menu3_4_3=new Array("Staff Augmentation","/NPTS/services/augmentation.html","",0);
		Menu3_4_4=new Array("Computer Software","/NPTS/services/support.html#computer","",0,18,180);
		Menu3_4_5=new Array("Licensing","/NPTS/services/support.html#licensing","",0);
		Menu3_4_6=new Array("Radiation Protection","/NPTS/services/support.html#radiation","",0);
		Menu3_4_7=new Array("Decommissioning","/NPTS/services/support.html#decommissioning","",0,18,180);
		
Menu4=new Array("Employment","/NPTS/employment/index.asp","",2);
	Menu4_1=new Array("Job Postings","/NPTS/employment/job.asp","",0,18,140);
	Menu4_2=new Array("Upload Resume","/NPTS/employment/resume.asp","",0);
	
Menu5=new Array("Comments","/NPTS/comments/index.asp","",2);
	Menu5_1=new Array("Infomation Request","/NPTS/comments/request.asp","",0,18,140);
	Menu5_2=new Array("Feedback","/NPTS/comments/feedback.asp","",0);

Menu6=new Array("NPTS Timer","javascript:top.location.href='/npts.timer/login.asp'","",0);
