

	var isIE = false;
	var label = "ECS P45T-A";
	var browserCheck = navigator.userAgent.toLowerCase();

	if ( (browserCheck.indexOf("msie 6") > -1 || browserCheck.indexOf("msie 7") > -1 || browserCheck.indexOf("msie 8") > -1) && browserCheck.indexOf("windows") > -1 ) {
		isIE= true;
	}
	    document.writeln('<script type="text/javascript" language="JavaScript" src="http://ecom.futuremark.com/ecom/js/ecom.js"></script>');


	document.writeln('<div align="left"><div style="font-family: Arial, sans-serif; font-size: 10px; color: #666666; background: #ffffff;">');

	document.write('<a href="http://www.ecs.com.tw/ECSWebSite/W2B/WhereToBuy.aspx?MenuID=26&LanID=0" style="text-decoration: underline; color: #666666;">');
	document.writeln('<img src="http://ecom.futuremark.com/ecom/js/ecs/images/buynow_icon2.jpg" align="absmiddle" border="0" style="text-decoration: none; " /></a>');

	document.writeln('</div></div>');




