window.onerror=stopAllErrors;
function stopAllErrors(){
	return true;
}
if(navigator.appName=="Microsoft Internet Explorer"){
	if(navigator.userAgent.indexOf('Win') != -1){
	document.write('<link rel="stylesheet" type="text/css" href="../css/win_ie.css">');
	}else{
	document.write('<link rel="stylesheet" type="text/css" href="../css/mac_ie.css">');
	}
}
else if(navigator.appName=="Netscape"){
	if(navigator.userAgent.indexOf('Win') != -1){
	document.write('<link rel="stylesheet" type="text/css" href="../css/win_nn.css">');
	}else{
	document.write('<link rel="stylesheet" type="text/css" href="../css/mac_nn.css">');
	}
}
