if (!exclude) { 

var menuALIGN = "left";		// alignment
var absLEFT = 	10;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	88; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "/js/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#3366CC";	// main nav cell color
var rCOLOR = 	"C2CFEA";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"black";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana, arial, helvetica, sans-serif";	// 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 = 	7;		// 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 = 	"3366CC";	// submenu cell color

var srCOLOR = 	"C2CFEA";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"black";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana, arial, helvetica, sans-serif";// submenu font face
var sfSIZE = 	10;		// 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 =	2;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// submenu drop shadow color
var shOPACITY = 100;		// 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

// New in 3.5
var openTIMER = 50; // [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200; // [** new **] child-menu opening delay time (not ns4/op5/op6)

var allowPRINTING = false; // allow the navbar and menus to print (not ns4)

var arrWIDTH = 13; // [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13; // [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1; // [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3; // [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle"; // [** new **] arrow vertical align (not ns4/op5/op6)

//var arrLEFT = ">"; // [** new **] left arrow (not ns4/op5/op6)
//var arrRIGHT = "<"; // [** new **] right arrow (not ns4/op5/op6)


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","Kvaser &#9660;",80,"left","","",0,0);

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(137,"left","left",-2,-4,"");
		// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("","About Kvaser &nbsp;&nbsp;&#9654;","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"left","left",11,-8,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("/corporate/history.htm","History","","History");
		addChildmenuItem("/corporate/vision.htm","Vision","","");
		addChildmenuItem("/corporate/why.htm","Why Kvaser ?","","");
		addChildmenuItem("/corporate/segments.htm","Segments","","");
		addChildmenuItem("/corporate/market.htm","The Market","","");
		addChildmenuItem("/corporate/offer.htm","Our Offer","","");
		addChildmenuItem("/corporate/future.htm","The Future","","");
		
		// GÖMMER CUSTOMER QUOTES: addChildmenuItem("/corporate/quotes.htm","Customer quotes","","");
		
	
	addSubmenuItem("/corporate/jobs.htm","Jobs at Kvaser","","");
  addSubmenuItem("/corporate/address.htm","Contact us","","");
  addSubmenuItem("/corporate/privacy_policy.htm","Privacy Policy","","");
  addSubmenuItem("/oem/oemproducts.htm","OEM Information","","");
  addSubmenuItem("/latest_news/main.htm","Latest News","","");
  addSubmenuItem("/corporate/newsletter.htm","Newsletter","","");


// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","Resellers &#9660;",85,"left","","",0,0);
	defineSubmenuProperties(160,"left","left",-2,-4,"");
	addSubmenuItem("/corporate/resellers.htm",               "Qualified Resellers","","");
	addSubmenuItem("/corporate/associates.htm",     "Technical Associates","","");
	addSubmenuItem("/corporate/assoclogin.htm",     "Login Technical Associates","","");


addMainItem("","Education &#9660;",100,"left","","",0,0);
	defineSubmenuProperties(130,"left","left",-2,-4,"");
	addSubmenuItem("/can/main.htm","About CAN","","");
	addSubmenuItem("/education/main.htm","Kvaser CAN classes","","");
	
addMainItem("","Products &#9660;",90,"left","","",0,0);

	defineSubmenuProperties(130,"left","left",-2,-4,"");
	addSubmenuItem("/prod/overview.htm",		"Overview","","");
	addSubmenuItem("/prod/p_list.htm",			"Product List","","");
	addSubmenuItem("/prod/drivers/main.htm","Supporting Software","","");
  addSubmenuItem("/3rdparty/main.htm",    "Third-party Products","","");
	addSubmenuItem("/order/main.htm",				"Web Shop","","");
	
addMainItem("","Support &#9660;",85,"left","","",0,0);
	defineSubmenuProperties(200,"left","left",-2,-4,"");
  addSubmenuItem("/support/main.htm",           "Overview","","");
	addSubmenuItem("/support/technote/main.htm",  "Support Notes","","");
	addSubmenuItem("/support/documentation.htm",  "Documentation","","");
	addSubmenuItem("/support/relnotes/main.htm",  "Release Notes","","");
	addSubmenuItem("/download/main.php",          "Downloads","","");
	addSubmenuItem("/support/contact.htm",        "Contact Kvaser Support","","");
	

addMainItem("","Developer &#9660;",100,"left","","",0,0);
	defineSubmenuProperties(130,"left","left",-2,-4,"");
	addSubmenuItem("/can/main.htm",               "About CAN","","");
	addSubmenuItem("/prod/canlib/canlib.htm",     "CANLIB","","");
	addSubmenuItem("/support/technote/main.htm",  "Support Notes","","");
	addSubmenuItem("/support/relnotes/main.htm",  "Release Notes","","");
	addSubmenuItem("/download/main.php",          "Downloads","","");
  addSubmenuItem("/download/main.php#beta",     "Beta Releases","","");
	
addMainItem("/corporate/address.htm",           "Contact us",88,"left","","",0,0,"c");

addMainItem("","Sitemap &#9660;",80,"left","","",0,0);
	defineSubmenuProperties(130,"left","left",-2,-4,"");
	addSubmenuItem("/sitemap.htm",               "Sitemap","","");
	addSubmenuItem("/search/main.htm",     "Search","","");

}

