//<![CDATA[ 
/*
$Id: menu_var.js,v 1.13 2010-12-15 03:39:12 cvs Exp $

Description: Menu set up file.

Copyright (c) Communicat
*/
	var NoOffFirstLineMenus=7;			// Number of first level items
	//var LowBgColor='#FFDF80';			// Background color when mouse is not over
	//var LowBgColor='#Fff2cc';			// Background color when mouse is not over
	var LowBgColor='#ECe8e0';			// Background color when mouse is not over
	//var LowSubBgColor='#F1F1F1';			// Background color when mouse is not over on subs
	//var LowSubBgColor='#Fff2cc';			// Background color when mouse is not over on subs
	//var LowSubBgColor='#D4D0C8';			// Background color when mouse is not over on subs	
	var LowSubBgColor='#ECe8e0';			// Background color when mouse is not over on subs	
	//var HighBgColor='#F9F9F9';			// Background color when mouse is over
	var HighBgColor='#faf8f4';			// Background color when mouse is over
	var HighSubBgColor='#faf8f4';			// Background color when mouse is over on subs
	var FontLowColor='#666666';			// Font color when mouse is not over
	var FontSubLowColor='#777777';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#111111';			// Font color subs when mouse is over
	var BorderColor='#f3f0ea';			// Border color
	var BorderSubColor='#f2efe8';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,helvetica,sans"	// Font family menu items
	var FontSize=8;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='middle';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=-147;				// 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=7;				// Left padding
	var TopPaddng=0;				// 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=100;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears for framed menu- topframe
	var SecLineFrame='self';			// Frame where sub levels appear for framed menu- main
	var DocTargetFrame='self';		// Frame where target documents appear for framed menu- self
	var TargetLoc='0';				// 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=['assets/images/tri.gif',5,10,'assets/images/tridown.gif',5,2,'assets/images/trileft.gif',5,10];	// Arrow source, width and height
	var Arrws=['assets/images/tri.gif',5,3,'assets/images/tridown.gif',5,3,'assets/images/trileft.gif',3,5];	// 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","home.cfm","",0,14,54);

Menu2=new Array("ABOUT","about.cfm","",6,14,63);
	Menu2_1=new Array("Our Mission","about-mission.cfm","",0,20,110);
	Menu2_2=new Array("Success Stories","about-story.cfm?type=S","",0,20,110);
	Menu2_3=new Array("Consultants","about-consultant.cfm?type=C","",0,20,110);
	Menu2_4=new Array("Privacy Policies","about-privacy.cfm","",0,20,110);
	Menu2_5=new Array("Communicat","redirect.cfm?title=communicat&toolbar=yes&menubar=yes&location=yes&goto=http://www.communicat.com.au","",0,20,110);
	Menu2_6=new Array("Internet","redirect.cfm?title=communicatinternet&toolbar=yes&menubar=yes&location=yes&goto=http://www.cat.net.au","",0,20,110);


Menu3=new Array(" CLIENT CENTRE","home.cfm?focus=1","",0,14,115);

Menu4=new Array("CANDIDATE CENTRE","candidate.cfm","",4,14,144);

	Menu4_1=new Array("Resume Tips","candidate-tip.cfm?type=R","",0,20,149);
	Menu4_2=new Array("Interview Tips","candidate-tip.cfm?type=I","",0,20,149);
	Menu4_3=new Array("Candidate Referral","referral-form.cfm","",0,20,149);
	Menu4_4=new Array("Temp Staff Login","candidate-tempLogin.cfm","",0,20,149);
/*
Menu5=new Array("HELPFUL RESOURCES","","",3,14,154);
	Menu5_1=new Array("Newsletter","","",2,20,163);
		Menu5_1_1=new Array("Subscription","newsletter-form.cfm","",0,20,120);
		Menu5_1_2=new Array("Latest Issues","newsletter-issues.cfm","",0,20,120);
			
	Menu5_2=new Array("Links","resource-link.cfm","",0,20,163);
	Menu5_3=new Array("Presentations","presentation.cfm","",0,20,163);	
*/
Menu5=new Array("BLOG","../blog/","",0,14,154);

Menu6=new Array("CONTACT","","",2,14,85);
	Menu6_1=new Array("Contact Details","contact-detail.cfm","",0,20,100);
	Menu6_2=new Array("Contact Form","contact-form.cfm","",0,20,100);

Menu7=new Array("EVENTS","seminar.cfm","",2,13,143);
	Menu7_1=new Array("Coming Events","seminar.cfm","",0,20,145);
	Menu7_2=new Array("Review Of Past Events","seminarReview.cfm","",0,20,145);

//]]> 
