/*
=============================================

GrovalNavigationArea

=============================================
*/

//GrovalNavigationArea
function setPageGrovalNavigation(param){
	page = param;
	
	document.write('<ul>');
	
	//=================================================
	//US
	//Home
	if (page == "gbho"){
		document.write('<li><a href="/gben/index.html" title="Home"><img src="/gben/lcommon/images/gnv_01_gb.gif" height="20" border="0" alt="Home" title="Home" class="noprint"><span class="rmv">Home</span></a></li>');
	} else {
		document.write('<li><a href="/gben/index.html" title="Home"><img src="/gben/lcommon/images/gnv_01_gb.gif" height="20" border="0" alt="Home" title="Home" class="noprint" onMouseOver="this.src=\'/gben/lcommon/images/gnv_01_r_gb.gif\'" onMouseOut="this.src=\'/gben/lcommon/images/gnv_01_gb.gif\'"><span class="rmv">Home</span></a></li>');
	}
	
	//Products
	if (page == "gbpr"){
		document.write('<li><a href="/gben/products/index.html" title="Products"><img src="/gben/lcommon/images/gnv_02_stay_gb.gif" height="20" border="0" alt="Products" title="Products" class="noprint"><span class="rmv">Products</span></a></li>');
	} else {
		document.write('<li><a href="/gben/products/index.html" title="Products"><img src="/gben/lcommon/images/gnv_02_gb.gif" height="20" border="0" alt="Products" title="Products" class="noprint" onMouseOver="this.src=\'/gben/lcommon/images/gnv_02_r_gb.gif\'" onMouseOut="this.src=\'/gben/lcommon/images/gnv_02_gb.gif\'"><span class="rmv">Products</span></a></li>');
	}
	
	//Product Support
	if (page == "gbprs"){
		document.write('<li><a href="/gben/productsupport/index.html" title="Product Support"><img src="/gben/lcommon/images/gnv_03_stay_gb.gif" height="20" border="0" alt="Product Support" title="Product Support" class="noprint"><span class="rmv">Product Support</span></a></li>');
	} else {
		document.write('<li><a href="/gben/productsupport/index.html" title="Product Support"><img src="/gben/lcommon/images/gnv_03_gb.gif" height="20" border="0" alt="Product Support" title="Product Support" class="noprint" onMouseOver="this.src=\'/gben/lcommon/images/gnv_03_r_gb.gif\'" onMouseOut="this.src=\'/gben/lcommon/images/gnv_03_gb.gif\'"><span class="rmv">Product Support</span></a></li>');
	}
	
	//Technology &amp; Solutions
	if (page == "gbte"){
		document.write('<li><a href="/gben/technology_solution/index.html" title="Technology &amp; Solutions"><img src="/gben/lcommon/images/gnv_04_stay_gb.gif" height="20" border="0" alt="Technology &amp; Solutions" title="Technology &amp; Solutions" class="noprint"><span class="rmv">Technology &amp; Solutions</span></a></li>');
	} else {
		document.write('<li><a href="/gben/technology_solution/index.html" title="Technology &amp; Solutions"><img src="/gben/lcommon/images/gnv_04_gb.gif" height="20" border="0" alt="Technology &amp; Solutions" title="Technology &amp; Solutions" class="noprint" onMouseOver="this.src=\'/gben/lcommon/images/gnv_04_r_gb.gif\'" onMouseOut="this.src=\'/gben/lcommon/images/gnv_04_gb.gif\'"><span class="rmv">Technology &amp; Solutions</span></a></li>');
	}
	
	//About idec
	if (page == "gbab"){
		document.write('<li><a href="/gben/about_idec/index.html" title="About IDEC"><img src="/gben/lcommon/images/gnv_05_stay_gb.gif" height="20" border="0" alt="About IDEC" title="About IDEC" class="noprint"><span class="rmv">About IDEC</span></a></li>');
	} else {
		document.write('<li><a href="/gben/about_idec/index.html" title="About IDEC"><img src="/gben/lcommon/images/gnv_05_gb.gif" height="20" border="0" alt="About IDEC" title="About IDEC" class="noprint" onMouseOver="this.src=\'/gben/lcommon/images/gnv_05_r_gb.gif\'" onMouseOut="this.src=\'/gben/lcommon/images/gnv_05_gb.gif\'"><span class="rmv">About IDEC</span></a></li>');
	}
	
	//News &amp; Events
	if (page == "gbne"){
		document.write('<li><a href="/gben/news_and_events/index.html" title="News &amp; Events"><img src="/gben/lcommon/images/gnv_07_stay_gb.gif" height="20" border="0" alt="News &amp; Events" title="News &amp; Events" class="noprint"><span class="rmv">News &amp; Events</span></a></li>');
	} else {
		document.write('<li><a href="/gben/news_and_events/index.html" title="News &amp; Events"><img src="/gben/lcommon/images/gnv_07_gb.gif" height="20" border="0" alt="News &amp; Events" title="News &amp; Events" class="noprint" onMouseOver="this.src=\'/gben/lcommon/images/gnv_07_r_gb.gif\'" onMouseOut="this.src=\'/gben/lcommon/images/gnv_07_gb.gif\'"><span class="rmv">News &amp; Events</span></a></li>');
	}
	
	
	//World IDEC
	if (page == "gbwo" ){
		document.write('<li><a href="/gben/world_idec/index.html" title="World IDEC"><img src="/gben/lcommon/images/gnv_09_stay_gb.gif" height="20" border="0" alt="World IDEC" title="World IDEC" class="noprint"><span class="rmv">World IDEC</span></a></li>');
	} else {
		document.write('<li><a href="/gben/world_idec/index.html" title="World IDEC"><img src="/gben/lcommon/images/gnv_09_gb.gif" height="20" border="0" alt="World IDEC" title="World IDEC" class="noprint" onMouseOver="this.src=\'/gben/lcommon/images/gnv_09_r_gb.gif\'" onMouseOut="this.src=\'/gben/lcommon/images/gnv_09_gb.gif\'"><span class="rmv">World IDEC</span></a></li>');
	}
	
	document.write('</ul>');
	
}

