if (document.getElementById) { // ie4+, Netscape6+
	document.writeln('<link rel="STYLESHEET" href="/Styles/Midland.css" type="text/css">');
} else {
	document.writeln('<link rel="STYLESHEET" href="/Styles/Midland_NS.css" type="text/css">');
}
//  this script handles the Netscape 4 bug on CSS layers 

if(document.layers){
	origWidth=innerWidth;origHeight=innerHeight;onresize=function(){ 
	if(innerWidth!=origWidth||innerHeight!=origHeight)location.reload()
	}
} 