
// Products Banner
var pathT ="/en";
var urlPath = window.self.location.pathname;

document.write("<ul class='mtp35'>");
selectPdt();
document.write("<li class='mtp25'><a href='"+ pathT +"/why/dev0101.html'><img src='"+ pathT +"/share/img/bnr_data.gif' alt='Totani Data Communication System(DCS)' width='163' height='319' /></a></li>");
document.write("<li class='mtp15'><a href='http://www.youtube.com/user/TOMOSEMBO' target='_blank'><img src='"+ pathT +"/share/img/bnr_youtube.gif' alt='Go to YouTube!¨' width='163' height='77' /></a></li>");
document.write("</ul>");

function selectPdt() {
	findDir = urlPath.indexOf("products");
	if (findDir != -1) {
	document.write("<li><a href='"+ pathT +"/proposals/p0101.html'><img src='"+ pathT +"/share/img/bnr_boxpouch.gif' alt='Box Pouch (R)' width='163' height='52' /></a></li>");
	document.write("<li class='mtp8'><a href='"+ pathT +"/products/CT-60DLLSC_Best.html' target='_blank'><img src='"+ pathT +"/share/img/bnr_bestselling.gif' alt='North America's Best-Selling' width='163' height='52' /></a></li>");
	}
}


