<!--function cssLoad(){	winIE6='common/ie6fix.css';	winIE7='common/ie7fix.css';	var cssFile='';	strApp=navigator.appName;	strApv=navigator.appVersion;	strAgnt=navigator.userAgent;	if (strAgnt.indexOf("Win") != -1) {		if (strApp.indexOf('Microsoft') != -1) {			if (strApv.indexOf('6.0') != -1) {				cssFile = winIE6;			} else if (strApv.indexOf('7.0') != -1) {				cssFile = winIE7;			} 		} 		} 	if (cssFile != '') {		document.write('<LINK rel="stylesheet" href="' +cssFile+ '" type="text/css" media="screen,print">');	}}cssLoad();//-->