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("#main #top2 td.menu div div div.showsub{margin-top: -11px;}");
	document.writeln("#main #top2 td.menu div div a {width:100%}");
	document.writeln("#main #top2 td.menu table{margin: 0px;}");
	document.writeln(".related a {width: 100%;}");
	document.writeln("</style>");
}