function fixwidth(){
	/* this acts as min-width for IE */
	if(document.body.all && document.body.clientWidth < 740){
		document.getElementById("wrapper").style.width="740px";
		document.getElementById("header").style.width="740px";
		document.getElementById("footer").style.width="740px";
	}
}
