if(isMac){document.write('<link rel="stylesheet" href=' + strInc + '/styles/mac.css />')}
	else{
		if	(ns) {document.write('<link rel="stylesheet" href=' + strInc + '/styles/ns.css />')}
		else {
			if(ie6){document.write('<link rel="stylesheet" href=' + strInc + '/styles/ie6.css />')}
			else{document.write('<link rel="stylesheet" href=' + strInc + '/styles/ie.css />')}
		}
}
//document.write('<link rel="stylesheet" href=' + strInc + '/styles/global.css type="text/css">');