// JavaScript Document
document.write( "<link rel='stylesheet' href='standard.css' type='text/css' />" );
if( navigator.appName.indexOf("Microsoft") > -1 ){
//	document.write( "<link rel='stylesheet' href='standardie.css' type='text/css' />" );
}else{
	document.write( "<link rel='stylesheet' href='standard2.css' type='text/css' />" );	
}