this.IE=0;
this.IEapp=(navigator.appName=="Microsoft Internet Explorer") ? 1 : 0;
if(this.IEapp) {
	document.writeln("<style type='text/css'>");
	document.writeln("#bluebox, #typefora #related, #typeforum #related  {filter:alpha(opacity=70)};");
	document.writeln("#fromto {filter:alpha(opacity=80)};");
	document.writeln("#graybox #navigation ul {margin-top:-31px;};");
	document.writeln("</style>");
	document.writeln('<link href="/css/print.css" rel="stylesheet" type="text/css" media="print">');
}