WebFXMenu.prototype.borderWidth		= 0;
WebFXMenu.prototype.paddingWidth	= 0;
WebFXMenu.prototype.borderTop		= 0;
WebFXMenu.prototype.paddingTop		= 0;

var myMenu = new WebFXMenu;
	 myMenu.add(new WebFXMenuItem("Product catalogue" , "ListCatalog.asp", "Product catalogue and prices"));
	 myMenu.add(new WebFXMenuItem("Campaign offers", "ListKampagne.asp","View current offers"));
	 myMenu.add(new WebFXMenuItem("Service agreement", "ShowPage.asp?pdid=877","Service agreement"));
	 

if (op) {
	myMenu.left  = 11;
	myMenu.top   = 21;
	myMenu.width = 139;
}
else {
	myMenu.left  = 10;
	myMenu.top   = 19;
	myMenu.width = 139;
}

var myMenu1 = new WebFXMenu;
	 myMenu1.add(new WebFXMenuItem("Delfi solutions" , "ListSolutions.asp?cat=delfi", "Delfi solutions"));
//	 myMenu1.add(new WebFXMenuItem("Retail solutions" , "ListSolutions.asp?cat=forhandler", "Retail solutions"));
	myMenu1.left  = (op) ? 151 : 150;
	myMenu1.top   = (op) ? 21 : 19;
	myMenu1.width = (op) ? 138 : 139;

var myMenu2 = new WebFXMenu;
	 myMenu2.add(new WebFXMenuItem("Download" , "ListFiles.asp", "Download"));
	 myMenu2.add(new WebFXMenuItem("Support" , "showpage.asp?pdid=516", "Support"));
//	 myMenu2.add(new WebFXMenuItem("Links" , "showpage.asp?pdid=50", "Links"));
	 myMenu2.add(new WebFXMenuItem("Repairs" , "showpage.asp?pdid=373", "Repairs"));
	 myMenu2.add(new WebFXMenuItem("Online repairdb." , "OnlineRep.asp", "Online repairdb."));
	 myMenu2.add(new WebFXMenuItem("Find activation key." , "ClientActivationKey.asp", "Find activation key"));

	myMenu2.left  = (op) ? 291 : 290;
	myMenu2.top   = (op) ? 21 : 19;
	myMenu2.width = (op) ? 138 : 139;

var myMenu3 = new WebFXMenu;
	 //myMenu3.add(new WebFXMenuItem("Annoncering" , "showPage.asp?pcid=815", "Annoncering"));	
	 myMenu3.add(new WebFXMenuItem("Job at Delfi" , "ShowPage.asp?pdid=51", "Job at Delfi"));
//	 myMenu3.add(new WebFXMenuItem("Case Stories" , "showPage.asp?pcid=868", "Case Stories"));
//	 myMenu3.add(new WebFXMenuItem("Newsletters" , "ListPages.asp?category_id=3", "Delfi-letter"));
	 //myMenu3.add(new WebFXMenuItem("Presse" , "showPage.asp?pcid=709", "Presse"));
	 //myMenu3.add(new WebFXMenuItem("Pressemeddelelser" , "ListPages.asp?category_id=1", "Pressemeddelelser"));

	myMenu3.left  = (op) ? 433 : 430;
	myMenu3.top   = (op) ? 21 : 19;
	myMenu3.width = (op) ? 138 : 139;


var myBar = new WebFXMenuBar;

myBar.add(new WebFXMenuButton("Products", null, "Products", myMenu));
myBar.add(new WebFXMenuButton("Solutions", null, "Solutions", myMenu1));
myBar.add(new WebFXMenuButton("Support", null, "Support", myMenu2));
myBar.add(new WebFXMenuButton("Jobs", null, "Jobs", myMenu3));

