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://support.novell.com/index.html?sourceid=suplnav_suphome",,,,,,,,2],
	["Download","http://download.novell.com?sourceid=suplnav_dwnld",,,,,,,,1],
	["Help yourself","http://support.novell.com/support_options.html?tab=1&sourceid=suplnav_selfsupport",,,,,,,,1],
	["Let us help","http://support.novell.com/support_options.html?sourceid=suplnav_supportprog",,,,,,,,1],
	["Contribute","",,,,,,,,1],
	["Customer Center","http://www.novell.com/center/?sourceid=suplnav_customercenter",,,,,,,,2]
]

menu_1_2 = [//download
	[],
	["Patches","http://support.novell.com/patches.html?sourceid=suplnav2_patches",,,,,,,,1],
	["Products","http://download.novell.com?sourceid=suplnav2_dwnld",,,,,,,,0],
	["Drivers","http://developer.novell.com/devres/drivers/?sourceid=suplnav2_drivers",,,,,,,,0],
	["Beta","http://beta.novell.com/?sourceid=suplnav2_beta",,,,,,,,0],
	["Cool Tools","http://www.novell.com/communities/coolsolutions/?sourceid=suplnav2_cooltools",,,,,,,,0]
]

menu_1_3 = [//help yourself
	[],
	["Knowledgebase","http://support.novell.com/index.html?sourceid=suplnav3_kb",,,,,,,,0],
	["Novell Support Advisor","http://support.novell.com/advisor/index.html?sourceid=suplnav3_advisor",,,,,,,,0],
	["Discussion Forums","http://forums.novell.com/?sourceid=suplnav3_forums",,,,,,,,0],
	["Documentation","http://www.novell.com/documentation/index.html?sourceid=suplnav3_doc",,,,,,,,0],
	["Support by Product","http://www.novell.com/support/product/products.do?sourceid=suplnav3_communities",,,,,,,,0],
	["Product Support Lifecycle","http://support.novell.com/lifecycle/index.html?sourceid=suplnav3_lifecycle",,,,,,,,0],
	["Activate My Product","http://www.novell.com/activate/",,,,,,,,0],
	["Bookstore","http://www.novell.com/training/books/index.html?sourceid=suplnav3_press",,,,,,,,0],
	["Technical Subscriptions","http://support.novell.com/subscriptions/index.html?sourceid=suplnav3_subscriptions",,,,,,,,0],
	["Support FAQ","http://support.novell.com/additional/faq.html?sourceid=suplnav3_faq",,,,,,,,0]
	
]

menu_1_4 = [//let us help
	[],
	["Novell Support Programs","http://support.novell.com/support_options.html?sourceid=suplnav4_supportprog",,,,,,,,1],
	["Support from Partner","http://support.novell.com/partner_services.html?sourceid=suplnav4_frompartner",,,,,,,,0],
	["Open Service Request","http://support.novell.com/contact/index.html?sourceid=suplnav4_openSR",,,,,,,,0],
	["Chat with Us (Non-technical questions)","https://secure-www.novell.com/center/eservice/chatApp?action=ChatActions.display&type=GeneralSupportQuestionsLiveChat",,,,,,,,0]
	
]

menu_1_5 = [//contribute
	[],
	["Participate in Beta","http://www.novell.com/beta/index.jsp?sourceid=suplnav5_beta",,,,,,,,0],
	["Report Bug","http://support.novell.com/additional/bugreport.html?sourceid=suplnav5_bug",,,,,,,,0],
	["Share a Tip, Trick, etc.","http://support.novell.com/products/submit_a_tip.html?sourceid=suplnav5_tip",,,,,,,,0],
	["Request Enhancement","http://support.novell.com/enhancement/index.html?sourceid=suplnav5_enhancement",,,,,,,,0],
	["Report Software Vulnerability","http://support.novell.com/security-alerts/index.html?sourceid=suplnav5_vulnerability",,,,,,,,0],
	["Provide Feedback","http://support.novell.com/feedback/index.html?sourceid=suplnav5_feedback",,,,,,,,0]
	
]

menu_1_2_1 = [//patches
	[],
	["Patch Home","http://support.novell.com/patches.html?sourceid=suplnav2a_patch",,,,,,,,0],
	["Patch Finder","http://download.novell.com/patch/finder?sourceid=suplnav2a_patchfinder",,,,,,,,0]
	
]

menu_1_4_1 = [//support programs
	[],
	["Linux Support","http://support.novell.com/linux/index.html?sourceid=suplnav4a_linux",,,,,,,,0],
	["Support for MLA","http://support.novell.com/programs/mla.html?sourceid=suplnav4a_mla",,,,,,,,0],
	["Support for VLA","http://support.novell.com/programs/vla.html?sourceid=suplnav4a_vla",,,,,,,,0],
	["Support for Academic Customers","http://support.novell.com/programs/academic.html?sourceid=suplnav4a_ala",,,,,,,,0],
	["Support for Partners","http://www.novell.com/partners/?sourceid=suplnav4a_suppartner",,,,,,,,0],
	["Single Service Request","http://support.novell.com/contact/getsupport.html?sourceid=suplnav4a_phonesup",,,,,,,,0],
	["All Support Programs","http://support.novell.com/support_options.html?sourceid=suplnav4a_allsupportprog",,,,,,,,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;
