var browser = self.navigator.userAgent;
var isExplorer = false;

function M(){
	window.open('/faq/morgan.html','mlf','height=400,width=600,toolbar=0,menubar=0,scrollbars=1,resizable=0,location=0,directories=0,status=1')
}

function decideWhichStyle(){
	if (browser.indexOf('MSIE') >= 0){
		document.all.ss.href = "/iestyle.css";
	}
}
