var agent = navigator.userAgent.toLowerCase();
var OS,browser,total,thestring;
var version = 0;

if (checkIt('msie')) browser = "Internet Explorer"
if (!version) version = agent.charAt(place + thestring.length);
if (checkIt('win')) OS = "Windows";

function checkIt(string) {
	place = agent.indexOf(string) + 1;
	thestring = string;
	return place;
}

function TransFix() {
	if (browser == "Internet Explorer") {
		this.display = display;
		this.display();
	}
}

function display() {
	document.write("<style>");
	document.writeln(".o1 { width: 100%; }");
	document.writeln(".o2 { width: 100%; }");
	document.writeln(".o3 { width: 100%; }");
	document.writeln(".o4 { width: 100%; }");
	document.writeln(".o5 { width: 100%; }");
	document.writeln(".o6 { width: 100%; }");
	document.writeln(".o7 { width: 100%; }");
	document.writeln(".o8 { width: 100%; }");
	document.writeln(".o9 { width: 100%; }");
	document.writeln(".oa { width: 100%; }");
	document.writeln(".ob { width: 100%; }");
	document.writeln(".oc { width: 100%; }");
	document.writeln(".od { width: 100%; }");
	document.writeln(".oe { width: 100%; }");
	document.writeln(".of { width: 100%; }");
	//document.writeln("#MainLayer .iecornhole { right: 1px; bottom: 1px; }");
	document.writeln("</style>");
}

