//onLoad function calls

function init(){
	userNavcolor('navbar');
	dynaPageheight('content');
	//userPageheight();
	
	if (document.getElementById("pageid").value=="home") {
		if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)==false){
			alert('This site is designed to be viewed with Microsoft Internet Explorer version 5 and up. Other browsers are known to have compatibility issues. If you do not have this browser installed, please visit Microsoft for download information.');
		}
	}
	
}
window.onload = init;