﻿/*
=============================================

BannerArea

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

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 == "twpr"){
		//BannerArea : [tw]Products
		//document.write('<li class="top"><a href="/twzht/stock_check/index.html" title="StockCheck"><img src="/twzht/images/stock_check02.jpg" width="151" height="53" alt="Banner" class="bnr"></a></li>');
	
	}else if (page == "twte"){
		//BannerArea : [tw]Technology & Solutions
	
	}else if (page == "twab"){
		//BannerArea : [tw]About IDEC
	
	}else if (page == "twin"){
		//BannerArea : [tw]Investor Center
	
	}else if (page == "twne"){
		//BannerArea : [tw]News and Events
	
	}else if (page == "twjo"){
		//BannerArea : [tw]Jobs & cnreers
	
	}else if (page == "twwo"){
		//BannerArea : [tw]World IDEC
	
	}
	
	document.write('</ul>');
	document.write('</div>');
	
}

