if(navigator.appName == "WebTV")
{
        var StartTop=237;				// Menu offset x coordinate
	var StartLeft=-5;				// Menu offset y coordinate
}
 if(navigator.appName == "Netscape")
{
	var StartTop=28;				// Menu offset x coordinate
	var StartLeft=100;				// Menu offset y coordinate
}
 if(navigator.appName == "Microsoft Internet Explorer")
{
	var StartTop=28;				// Menu offset x coordinate
	var StartLeft=90;				// Menu offset y coordinate
}
 if(navigator.appName == "Opera")
{
	var StartTop=237;				// Menu offset x coordinate
	var StartLeft=-6;				// Menu offset y coordinate
}


	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='transparent';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';		// Background color when mouse is not over on subs
	var HighBgColor='transparent';			// Background color when mouse is over
	var HighSubBgColor='#F0DE5C';		// Background color when mouse is over on subs
	var FontLowColor='#2C4128';			// Font color when mouse is not over
	var FontSubLowColor='#2C4128';		// Font color subs when mouse is not over
	var FontHighColor='#0666A0';		// Font color when mouse is over
	var FontSubHighColor='#0666A0';		// Font color subs when mouse is over
	var BorderColor='transparent';			// Border color
	var BorderSubColor='#A7ACA5';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="ARNPRIOR,Arial,sans-serif"	// Font family menu items
	var FontSize=9;						// Font size menu items
	var FontBold=1;						// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,12,'tridown.gif',12,5,'trileft.gif',5,12];	// 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("rollover:images/aboutus.jpg:images/aboutus_h.jpg","about_us.html","",0,31,82);

Menu2=new Array("","","images/line.jpg",0,31,4);

Menu3=new Array("rollover:images/services.jpg:images/services_h.jpg","#","",4,31,82);
       Menu3_1=new Array("Residential ","residential.html","",0,22,180);
       Menu3_2=new Array("Commercial ","commercial.html","",0,22,180);
       Menu3_3=new Array("Free Consultation","contactus.html","",0,22,180);
       Menu3_4=new Array("FAQ","faq.html","",0,22,155); 

Menu4=new Array("","","images/line.jpg",0,31,4);
     
Menu5=new Array("rollover:images/learn.jpg:images/learn_h.jpg","#","",3,31,184);
      Menu5_1=new Array("Solar PV Electric Systems","learn_solarpv.html","",0,22,184);
      Menu5_2=new Array("Solar Hot Water Systems","solar_thermal.html","",0,22,184);
      Menu5_3=new Array("Small Wind Turbine Systems","small_windturbine.html","",0,30,184);


Menu6=new Array("","","images/line.jpg",0,43,4);

Menu7=new Array("rollover:images/financing.jpg:images/financing_h.jpg","#","",2,31,86);
      Menu7_1=new Array("Government Incentives and Rebates","government.html","",0,22,210);
           
      Menu7_2=new Array("Solar Lease & PPA","solar_lease_ppa.html","",0,22,180); 

Menu8=new Array("","","images/line.jpg",0,31,4);

Menu9=new Array("rollover:images/contact-us.jpg:images/contact-us_h.jpg","contactus.html","",0,31,86);

Menu10=new Array("","","images/line.jpg",0,43,4);

Menu11=new Array("rollover:images/resources.jpg:images/resources_h.jpg","#","",2,31,86);
      Menu11_1=new Array("News","news.html","",0,22,86); 
      Menu11_2=new Array("Events","#","",0,22,86); 

