var browserName = navigator.userAgent.toLowerCase();
// if Browser NOT Internet Explorer => load another style-sheet    ##########################################
if (browserName.indexOf ('msie',0) == -1) {
	document.write ('<link href="../styles/ff_detail.css" rel="stylesheet" type="text/css">');
} 