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

GrovalNavigationArea

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

//GrovalNavigationArea
function setPageGrovalNavigation(param){
	page = param;
	
	document.write('<ul>');
	
	//=================================================
	//US
	//Home
	if (page == "caho"){
		document.write('<li><a href="/caen/index.html" title="Home"><img src="/caen/lcommon/images/gnv_01_ca.gif" height="20" border="0" alt="Home" title="Home" class="noprint"><span class="rmv">Home</span></a></li>');
	} else {
		document.write('<li><a href="/caen/index.html" title="Home"><img src="/caen/lcommon/images/gnv_01_ca.gif" height="20" border="0" alt="Home" title="Home" class="noprint" onMouseOver="this.src=\'/caen/lcommon/images/gnv_01_r_ca.gif\'" onMouseOut="this.src=\'/caen/lcommon/images/gnv_01_ca.gif\'"><span class="rmv">Home</span></a></li>');
	}
	
	//Products
	if (page == "capr"){
		document.write('<li><a href="/caen/products/index.html" title="Products"><img src="/caen/lcommon/images/gnv_02_stay_ca.gif" height="20" border="0" alt="Products" title="Products" class="noprint"><span class="rmv">Products</span></a></li>');
	} else {
		document.write('<li><a href="/caen/products/index.html" title="Products"><img src="/caen/lcommon/images/gnv_02_ca.gif" height="20" border="0" alt="Products" title="Products" class="noprint" onMouseOver="this.src=\'/caen/lcommon/images/gnv_02_r_ca.gif\'" onMouseOut="this.src=\'/caen/lcommon/images/gnv_02_ca.gif\'"><span class="rmv">Products</span></a></li>');
	}
	
	//Product Support
	if (page == "caprs"){
		document.write('<li><a href="/caen/productsupport/index.html" title="Product Support"><img src="/caen/lcommon/images/gnv_03_stay_ca.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="/caen/productsupport/index.html" title="Product Support"><img src="/caen/lcommon/images/gnv_03_ca.gif" height="20" border="0" alt="Product Support" title="Product Support" class="noprint" onMouseOver="this.src=\'/caen/lcommon/images/gnv_03_r_ca.gif\'" onMouseOut="this.src=\'/caen/lcommon/images/gnv_03_ca.gif\'"><span class="rmv">Product Support</span></a></li>');
	}
	
	//Technology &amp; Solutions
	if (page == "cate"){
		document.write('<li><a href="/caen/technology_solution/index.html" title="Technology &amp; Solutions"><img src="/caen/lcommon/images/gnv_04_stay_ca.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="/caen/technology_solution/index.html" title="Technology &amp; Solutions"><img src="/caen/lcommon/images/gnv_04_ca.gif" height="20" border="0" alt="Technology &amp; Solutions" title="Technology &amp; Solutions" class="noprint" onMouseOver="this.src=\'/caen/lcommon/images/gnv_04_r_ca.gif\'" onMouseOut="this.src=\'/caen/lcommon/images/gnv_04_ca.gif\'"><span class="rmv">Technology &amp; Solutions</span></a></li>');
	}
	
	//About idec
	if (page == "caab"){
		document.write('<li><a href="/caen/about_idec/index.html" title="About IDEC"><img src="/caen/lcommon/images/gnv_05_stay_ca.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="/caen/about_idec/index.html" title="About IDEC"><img src="/caen/lcommon/images/gnv_05_ca.gif" height="20" border="0" alt="About IDEC" title="About IDEC" class="noprint" onMouseOver="this.src=\'/caen/lcommon/images/gnv_05_r_ca.gif\'" onMouseOut="this.src=\'/caen/lcommon/images/gnv_05_ca.gif\'"><span class="rmv">About IDEC</span></a></li>');
	}
	
	//News &amp; Events
	if (page == "cane"){
		document.write('<li><a href="/caen/news_and_events/index.html" title="News &amp; Events"><img src="/caen/lcommon/images/gnv_07_stay_ca.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="/caen/news_and_events/index.html" title="News &amp; Events"><img src="/caen/lcommon/images/gnv_07_ca.gif" height="20" border="0" alt="News &amp; Events" title="News &amp; Events" class="noprint" onMouseOver="this.src=\'/caen/lcommon/images/gnv_07_r_ca.gif\'" onMouseOut="this.src=\'/caen/lcommon/images/gnv_07_ca.gif\'"><span class="rmv">News &amp; Events</span></a></li>');
	}
	
	
	//World IDEC
	if (page == "cawo" ){
		document.write('<li><a href="/caen/world_idec/index.html" title="World IDEC"><img src="/caen/lcommon/images/gnv_09_stay_ca.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="/caen/world_idec/index.html" title="World IDEC"><img src="/caen/lcommon/images/gnv_09_ca.gif" height="20" border="0" alt="World IDEC" title="World IDEC" class="noprint" onMouseOver="this.src=\'/caen/lcommon/images/gnv_09_r_ca.gif\'" onMouseOut="this.src=\'/caen/lcommon/images/gnv_09_ca.gif\'"><span class="rmv">World IDEC</span></a></li>');
	}
	
	document.write('</ul>');
	
}

