var NoOffFirstLineMenus=10;		// Number of first level items

var LowBgColor='#00397B';		// Background color when mouse is not over
var HighBgColor='#BB9358';		// Background color when mouse is over
var LowSubBgColor='#005CAB';		// Background color when mouse is not over on subs
var HighSubBgColor='#bb9358';		// Background color when mouse is over on subs
var FontLowColor='#FFFFFF';		// Font color when mouse is not over
var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
var FontHighColor='#00387D';		// Font color when mouse is over
var FontSubHighColor='#FFFFFF';		// Font color subs when mouse is over
var BorderColor='#00397B';		// Border color
var BorderSubColor='#FFFFFF';		// Border color for subs

var BorderWidth=1;			// Border width
var BorderBtwnElmnts=0;		   	// Border between elements 1 or 0
var FontFamily="Verdana,Arial,Helvetica"// Font family menu items
var FontSize=8;				// 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='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=.1;		// vertical overlap child/ parent
var StartTop=118;			        // Menu offset x coordinate
var StartLeft=0;			// Menu offset y coordinate
var VerCorrect=0;			// Multiple frames y correction
var HorCorrect=0;			// Multiple frames x correction
var LeftPaddng=1;			// Left padding
var TopPaddng=1;			// Top padding
var FirstLineHorizontal=0;		// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
var DissapearDelay=0;			// delay before menu folds in
var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
var FirstLineFrame='main';		// Frame where first level appears
var SecLineFrame='main';		// Frame where sub levels appear
var DocTargetFrame='main';		// Frame where target documents appear
var TargetLoc='MenuPos';		// 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 KeepHilite=1;			// Keep selected path highligthed
var ShowArrow=1;			// Uses arrow gifs when 1
var Arrws=['../irgpics/arrow.gif',7,7];	// Arrow source, width and height
//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("Investors Column","investor.php","",0,20,139);
Menu2=new Array("Weekly Summary","summary1.php","",0,20,0);
Menu3=new Array("Mortgage Rates","mortgage.php","",0,0,0);
Menu4=new Array("Deposit Rates","deposit.php","",0,0,0);
Menu5=new Array("Indices","","",8,0,0);
	Menu5_1=new Array("All Companies","30sector.php?code=TOTL&type=Index","",0,16,140);
	Menu5_2=new Array("NZAX All","30sector.php?code=NZAX&type=Index","",0,0,0);
	Menu5_3=new Array("NZSX 10","30sector.php?code=NZ10&type=Index","",0,0,0);
	Menu5_4=new Array("NZSX 15","30sector.php?code=NZ15&type=Index","",0,0,0);
	Menu5_5=new Array("NZSX 50","30sector.php?code=NZ50&type=Index","",0,0,0);
	Menu5_6=new Array("NZSX SCI","30sector.php?code=NSCI&type=Index","",0,0,0);
	Menu5_7=new Array("NZSX MidCap","30sector.php?code=MIDC&type=Index","",0,0,0);
	Menu5_8=new Array("NZSX Portfolio","30sector.php?code=NZPORT&type=Index","",0,0,0);
Menu6=new Array("Sectors","","",19,0,0);
	Menu6_1=new Array("Agriculture/Fishing","30sector.php?code=AGRI&type=Sector","",0,16,160);
	Menu6_2=new Array("Building/Construction","30sector.php?code=BUIL&type=Sector","",0,0,0);
	Menu6_3=new Array("Consumer","30sector.php?code=CONS&type=Sector","",0,0,0);
	Menu6_4=new Array("Energy/Utilities","30sector.php?code=ENER&type=Sector","",0,0,0);
	Menu6_5=new Array("Finance/Others","30sector.php?code=FINA&type=Sector","",0,0,0);
	Menu6_6=new Array("Food/Beverages","30sector.php?code=FOOD&type=Sector","",0,0,0);
	Menu6_7=new Array("Forestry/Forest Prod","30sector.php?code=FORE&type=Sector","",0,0,0);
	Menu6_8=new Array("Goods","30sector.php?code=GOOD&type=Sector","",0,0,0);
	Menu6_9=new Array("Intermediate/Durables","30sector.php?code=INTE&type=Sector","",0,0,0);
	Menu6_10=new Array("Investment","30sector.php?code=INVE&type=Sector","",0,0,0);
	Menu6_11=new Array("Leisure/Tourism","30sector.php?code=LEIS&type=Sector","",0,0,0);
	Menu6_12=new Array("Media/Telecomm's","30sector.php?code=MEDI&type=Sector","",0,0,0);
	Menu6_13=new Array("Mining","30sector.php?code=MINI&type=Sector","",0,0,0);
	Menu6_14=new Array("Ports","30sector.php?code=PORT&type=Sector","",0,0,0);
	Menu6_15=new Array("Primary","30sector.php?code=PRIM&type=Sector","",0,0,0);
	Menu6_16=new Array("Property","30sector.php?code=PROP&type=Sector","",0,0,0);
	Menu6_17=new Array("Services","30sector.php?code=SERV&type=Sector","",0,0,0);
	Menu6_18=new Array("Textiles/Apparel","30sector.php?code=TEXT&type=Sector","",0,0,0);
	Menu6_19=new Array("Transport","30sector.php?code=TRAN&type=Sector","",0,0,0);
Menu7=new Array("Company Results","results.php","",0,0,0);
Menu8=new Array("Latest Prices/Ratios","pricerat.php","",0,0,0);
Menu9=new Array("Latest Prices/Vols","pricevol.php","",0,0,0);
Menu10=new Array("Company Websites","nzxlink.php","",0,0,0);
