/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='rgb(25,80,166)';			// Background color when mouse is not over
	var LowSubBgColor='rgb(25,80,166)';			// Background color when mouse is not over on subs
	var HighBgColor='rgb(25,80,166)';			// Background color when mouse is over
	var HighSubBgColor='rgb(25,80,166)';			// Background color when mouse is over on subs
	var FontLowColor='burlywood';			// Font color when mouse is not over
	var FontSubLowColor='burlywood';			// Font color subs when mouse is not over
	var FontHighColor='yellow';			// Font color when mouse is over
	var FontSubHighColor='yellow';			// Font color subs when mouse is over
	var BorderColor='rgb(25,80,166)';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// 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;				// 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' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=10;				// Menu offset x coordinate
	var StartLeft=1;				// 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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// 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='menuFrame';			// Frame where first level appears
	var SecLineFrame='mainFrame';			// Frame where sub levels appear
	var DocTargetFrame='mainFrame';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("Products","products.html","",18,25,140);
    Menu1_1=new Array("Overview","overview.html","",0,20,140);  
    Menu1_2=new Array("General Ledger","gl.html","",0);  
    Menu1_3=new Array("Debtors + Invoicing","db.html","",0);  
    Menu1_4=new Array("Creditors","cr.html","",0);  
    Menu1_5=new Array("Inventory","in.html","",0);  
    Menu1_6=new Array("Costing","jc.html","",0);  
    Menu1_7=new Array("Fixed Assets","fa.html","",0);  
    Menu1_8=new Array("Purchase Orders","po.html","",0);  
    Menu1_9=new Array("Sales Order Entry","oe.html","",0);  
    Menu1_10=new Array("Point Of Sale","ps.html","",0);  
    Menu1_11=new Array("Bill Of Materials","bm.html","",0);  
    Menu1_12=new Array("Bank Reconciliation","br.html","",0);  
    Menu1_13=new Array("Foreign Currency","fc.html","",0);  
    Menu1_14=new Array("Sales Analysis","sa.html","",0);  
    Menu1_15=new Array("Special Pricing","sp.html","",0);  
    Menu1_16=new Array("E-commerce","ec.html","",0);  
    Menu1_17=new Array("Standard Reports","std_reports.html","",0);  
    Menu1_18=new Array("Database Reporting","db_writers.html","",0);  

Menu2=new Array("Pricing","prices.html","",0);

Menu3=new Array("Consulting Partners","dealers.html","",8,25,140);
    Menu3_1=new Array("Western Australia","dealers.html#WA","",0,20,165);  
    Menu3_2=new Array("New South Wales","dealers.html#NSW","",0);  
    Menu3_3=new Array("Victoria","dealers.html#VIC","",0);  
    Menu3_4=new Array("South Australia","dealers.html#SA","",0);  
    Menu3_5=new Array("Tasmania","dealers.html#TAS","",0);  
    Menu3_6=new Array("Queensland","dealers.html#QLD","",0);  
    Menu3_7=new Array("Australian Capital Territory","dealers.html#ACT","",0);  
    Menu3_8=new Array("Northern Territory","dealers.html#NT","",0);  

Menu4=new Array("Training & Support","training.html","",0);

Menu5=new Array("Requirements","specs.html","",0);

Menu6=new Array("Downloads","download.html","",0);

Menu7=new Array("Documents","docs.html","",0);

Menu8=new Array("Newsletters","newsletters.html","",0);

Menu9=new Array("Media Centre","media.html","",0);

Menu10=new Array("Footy Tipping","javascript:top.location.href='http://footytips.triumph.com.au'","",0);
