if (navigator.appVersion.indexOf("Mac")!=-1 && navigator.appName.substring(0,9) == "Microsoft") {
	window.location="mac_ie_note.html";
}

function onloadFunctions(){
//adjust widths for Opera & Safari
	if(navigator.userAgent.indexOf('Opera')!=-1) {
		if (!document.getElementById('Default')) {
			document.getElementById('columnMain').style.marginTop=45 +'px';
		}
	} 
	
//	if(navigator.userAgent.indexOf('Safari')!=-1) {
//	}
}


