var dlpage="/tp/attribute/browser_dl.html";

var isMac = false;

var isIE = false;

checkEnv();

if(isMac && isIE){ window.location.href=dlpage; }

if(this.categoryId==undefined){

	document.write("<script type=\"text/javascript\" src=\"/common/js/header/oldglobal.js\"></script>");

}else{

	document.write("<script type=\"text/javascript\" src=\"/common/js/header/newglobal.js\"></script>");

}

/******************************************************************************/

function checkEnv(){

	isMac = (navigator.userAgent.indexOf("Mac") != -1);

	isIE = (navigator.appName.indexOf("Internet Explorer") != -1);

}

