
//*******
if (!exclude) { //********
//************************

var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	80; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"black";	// main nav cell color
var rCOLOR = 	"663399";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"663399"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	0;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"black";	// submenu cell color

var srCOLOR = 	"663399";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"663399"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"white";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"bold"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size
var shCOLOR =	"";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************




// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")


addMainItem("index.htm","Home",154,"center","","",0,0,"");

	

addMainItem("company.htm","Company",154,"center","","",0,0,"");

	
addMainItem("","Services",154,"center","","",0,0,"");

	defineSubmenuProperties(154,"center","center",-4,0,"");

	addSubmenuItem("translation.htm","Translation / Localisation","","");
    addSubmenuItem("games.htm","Videogames & Multimedia","","");
	addSubmenuItem("audio.htm","Voice-over & Audio","","");
	addSubmenuItem("other services.htm","Other Services","","");
	

addMainItem("Forms/Quote/quote_fr.htm","Quote",154,"center","","",0,0,"");
	

addMainItem("","Contact Us",154,"center","","",0,0,"");

	defineSubmenuProperties(154,"center","center",-4,0,"");

	addSubmenuItem("&#109;&#x61;&#105;&#x6c;&#x74;&#111;&#x3a;&#105;&#110;&#102;&#111;&#64;&#116;&#x72;&#x61;&#110;&#x73;&#101;&#x76;&#x6f;&#x6c;&#x75;&#116;&#105;&#111;&#110;&#x2e;&#x63;&#x6f;&#109;","Email Us","_blank","");
	addSubmenuItem("contact.htm","Contact Info","","");
	addSubmenuItem("Forms/CallBack/callBack_fr.htm","Free Call Back Service","","");
	

		



//*******
}//***********************
//************************

