function loadPage() {
//	loadAirQuoteFuncs();
	area_nav();
	if (document.all) {//check for IE
			addEvent(getElementsByClassName("proppopupv"),"click",event_popup_features(propPopupParms3IE));
	}
	else if (BrowserDetect.browser == "Safari") { //check for Safari
			addEvent(getElementsByClassName("proppopupv"),"click",event_popup_features(propPopupParms3));
	}
	else {
			addEvent(getElementsByClassName("proppopupv"),"click",event_popup_features(propPopupParms3w));
	}	
	document.getElementById("loadmsg").style.display = "none";
	if (document.getElementById("villadivs"))	document.getElementById("villadivs").style.display = "block";
}

addLoadEvent(loadPage);

