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("</style>");
	document.writeln('<link href="/css/print.css" rel="stylesheet" type="text/css" media="print">');
}