var isMac = (navigator.appVersion.indexOf("Mac") != -1);
document.write('<link rel="stylesheet" href="/css/global_menu.css" type="text/css">')
if((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ) &&! isMac){document.write('<link rel="stylesheet" href="/css/tiffany_style_ie.css" type="text/css">')}
else if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4) && isMac){document.write('<link rel="stylesheet" href="/css/tiffany_style_ie_mac.css" type="text/css"/>')}
else if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) < 5) && isMac){document.write('<link rel="stylesheet" href="/css/tiffany_style_ns_mac.css" type="text/css"/>')}
else if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) < 5) &&! isMac){document.write('<link rel="stylesheet" href="/css/tiffany_style_ns.css" type="text/css"/>')}
else {document.write('<link rel="stylesheet" href="/css/tiffany_style_ie.css" type="text/css">')}

//Address Safari's Box Model
var isSafari = ((navigator.userAgent.toLowerCase().indexOf('safari')!=-1) && isMac) ?true:false;
if(isSafari) {document.write('<style>#content{border-right:1px solid #999999; border-left:1px solid #999999; border-bottom:1px solid #999999; border-top:1px solid #999999; width:770px; height:386px; text-align:left;}</style>');}
