this.IE=0;
this.IEapp=(navigator.appName=="Microsoft Internet Explorer") ? 1 : 0;
if(this.IEapp) {
	document.writeln("<style type='text/css'>");
	document.writeln("#content div.inner{width:100%}");
	document.writeln("td#related div.inner {border:1px solid #fff}");
	document.writeln("#map div {filter:alpha(opacity=80)}");
	document.writeln("</style>");
}