if(location.href.indexOf('coolsolutions') <= 0){

menu_1 = [
	[173,11,(typeof lNavHeight != 'undefined' && lNavHeight) ? lNavHeight : 106], // menu width, x position, y position
	// link order: text, href, font color, font mouseover color, bacground color, background mouseover color, sublinks arrow image, text arrow image, text over arrow image, has sublinks boolean
	["Support Home","http://www.novell.com/support",,,,,,,,2],
	["Download","http://download.novell.com/",,,,,,,,1],
	["Help yourself","http://support.novell.com/support_options.html?tab=1",,,,,,,,1],
	["Let us help","http://support.novell.com/support_options.html",,,,,,,,1],
	["Contribute","",,,,,,,,1],
	["Customer Center","http://www.novell.com/center/",,,,,,,,2]
]

menu_1_2 = [//download
	[],
	["Patches","http://support.novell.com/patches.html",,,,,,,,1],
	["Products","http://download.novell.com",,,,,,,,0],
	["Beta","http://beta.novell.com/",,,,,,,,0],
	["Cool Tools","http://www.novell.com/communities/coolsolutions/tools",,,,,,,,0]
]

menu_1_3 = [//help yourself
	[],
	["Knowledgebase","http://www.novell.com/support",,,,,,,,0],
	["Novell Support Advisor","http://support.novell.com/advisor/",,,,,,,,0],
	["Discussion Forums","http://forums.novell.com/",,,,,,,,0],
	["Documentation","http://www.novell.com/documentation/",,,,,,,,0],
	["Support by Product","http://www.novell.com/support/products",,,,,,,,0],
	["Product Support Lifecycle","http://support.novell.com/lifecycle/",,,,,,,,0],
	["Activate My Product","http://www.novell.com/activate/",,,,,,,,0],
	["Bookstore","http://www.novell.com/training/books/",,,,,,,,0],
	["Technical Subscriptions","http://support.novell.com/subscriptions/",,,,,,,,0],
	["Support FAQ","http://support.novell.com/additional/faq.html",,,,,,,,0]
]

menu_1_4 = [//let us help
	[],
	["Novell Support Programs","http://support.novell.com/support_options.html",,,,,,,,1],
	["Support from Partner","http://support.novell.com/partner_services.html",,,,,,,,0],
	["Open Service Request","http://support.novell.com/contact/",,,,,,,,0],
	["Chat with Us (Non-technical questions)","http://support.novell.com/chat/general/",,,,,,,,0]
]

menu_1_5 = [//contribute
	[],
	["Participate in Beta","http://www.novell.com/beta/",,,,,,,,0],
	["Report Bug","http://support.novell.com/additional/bugreport.html",,,,,,,,0],
	["Recommend KB Content","http://support.novell.com/search/recommend_content.html",,,,,,,,0],
	["Share a Tip, Trick, etc.","http://www.novell.com/communities/node/1394/how-submit-content",,,,,,,,0],
	["Request Enhancement","http://support.novell.com/enhancement/",,,,,,,,0],
	["Report Software Vulnerability","http://support.novell.com/security-alerts/",,,,,,,,0],
	["Provide Feedback","https://www.allegiancetech.com/v7/CustomerFeedback/FeedbackLoop.aspx?companyId=1006431",,,,,,,,0]
]

menu_1_2_1 = [//patches
	[],
	["Patch Home","http://support.novell.com/patches.html",,,,,,,,0],
	["Patch Finder","http://download.novell.com/patch/finder/",,,,,,,,0]
]

menu_1_4_1 = [//support programs
	[],
	["Linux Support","http://support.novell.com/linux/",,,,,,,,0],
	["Support for MLA","http://support.novell.com/programs/mla.html",,,,,,,,0],
	["Support for VLA","http://support.novell.com/programs/vla.html",,,,,,,,0],
	["Support for Academic Customers","http://support.novell.com/programs/academic.html",,,,,,,,0],
	["Support for Partners","http://www.novell.com/partners/",,,,,,,,0],
	["Single Service Request","http://support.novell.com/contact/getsupport.html",,,,,,,,0],
	["All Support Programs","http://support.novell.com/support_options.html",,,,,,,,0]
]

//The code below determines which pages show the Icon Key for the search engine. ariddle
	
}

if (location.href.indexOf('/support/microsites/searchEntry.do3') > 0 || location.href.indexOf('/support/microsites/searchEntry.do') > 0 || location.href.indexOf('/support/php/searchEntry.do') > 0 || location.href.indexOf('/support/search.do') > 0 || location.href.indexOf('/support/searchEntry.do') > 0 || location.href.indexOf('/support/savedItemsWidget.do') > 0 || location.href.indexOf('/support/browse.do') > 0 ){
	lnavTrail = '<p><a href="http://support.novell.com/use_search.html"><img src="http://support.novell.com/img/knova_icon_key.gif" border="0"></a></p>';
}

hasLeftNav = true;

