  	function nocopy(){
	  	event.returnValue=false;
  	}
	function contextmenufalse(){
	return false;
	}
	function forie() {
	if(navigator.appName == "Microsoft Internet Explorer") {
		if(document.getElementById('maincolumn_full') != null) {
			var node = document.getElementById('maincolumn_full').parentNode;
			document.getElementById('maincolumn_full').style.width = parseInt(node.offsetWidth*0.95);
			document.getElementById('maincolumn_full').style.float = "left";
		}
	}
}
	window.onload = forie;
	document.oncontextmenu = contextmenufalse;

  