/*
last updated -----------------------------------------------
08/03 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/sportoptics/shared/css/" + cssname + ".css">')
};