/*
last updated -----------------------------------------------
08/01 fixed cssname logic.
 -----------------------------------------------------------
*/
var cssname = (Win && IE)? ((navigator.userAgent.indexOf("MSIE 5")>0)? "fontstyle_wie_legacy" : "fontstyle_wie") : ((Win && NN)?"fontstyle_wnn":((Mac && IE)?"fontstyle_mie":((Mac && NN)?"fontstyle_mnn":"fontstyle_wie")));
if (cssname!="") {
	document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"\/products\/imaging\/shared\/css\/' + cssname + '.css\">')
};


