/*

=============================================



BannerArea

Customized for Distributor Locator page  only

Tony Funaki 7-31-2007



=============================================

*/



function setPageBanner(param){

	page = param;

	

	document.write('<h2 class="rmv"><a name="honbun" id="honbun">BannerArea</a></h2>');

	document.write('<div id="bnr">');

	document.write('<ul>');

	

	if (page == "uspr"){

		document.write('<table width="95%"  border="0" cellpadding="5" cellspacing="0" bgcolor="#E9F8EF"><tr><td valign="top"><font size="2"><strong>National Distributors</strong></font><br /><br /><font size="1"><b>Allied Electronics</b><br /><a href="http://www.alliedelec.com" target="_blank">www.alliedelec.com</a><br />Phone: (800) 433-5700</font><br /><br /><font size="1"><b>Carlton-Bates Company</b></font><br /><font size="1"><a href="http://www.carlton-bates.com" target="_blank">www.carlton-bates.com</a><br />Phone: (800) 482-9313<br /><br /><font size="1"><b>Kele, Inc.</b><br /><a href="http://www.kele.com" target="_blank">www.kele.com</a><br /><a href="mailto:info@kele.com">info@kele.com</a><br>Phone: (888) 397-5353</font><br /><br /><font size="1"><b>NewarkInOne</b><br /><a href="http://www.newark.com" target="_blank">www.newark.com</a><br />Phone: (800) 463-9275<br /><br /><font size="1"><b>Nedco Electronics</b><br /><a href="http://www.nedcoelectronics.com" target="_blank">www.nedcoelectronics.com</a><br />Phone: (800) 605-2323<br /><br /><font size="1"><b>Hagemeyer North America, Inc.</b><br /><a href="http://www.hagemeyerna.com" target="_blank">www.hagemeyerna.com</a><br />Phone: (800) 424-4676<br /><br /><font size="1"><b>Hammond Electronics Inc.</b><br /><a href="http://www.hammondelec.com" target="_blank">www.hammondelec.com</a><br /> Phone: (800) 929-3672<br /></td></tr></table>');

	}else if (page == "usprs"){

		

	}else if (page == "uste"){

		//BannerArea : [us]Technology & Solutions

	

	}else if (page == "usab"){

		//BannerArea : [us]About IDEC

	

	}else if (page == "usin"){

		//BannerArea : [us]Investor Center

	

	}else if (page == "usne"){

		//BannerArea : [us]News and Events

	

	}else if (page == "usjo"){

		//BannerArea : [us]Jobs & Careers

	

	}else if (page == "uswo"){

		//BannerArea : [us]World IDEC

	

	}

	

	document.write('</ul>');

	document.write('</div>');

	

}




