var ielt7 = false;

function post_load(page, tab) {
	if(ielt7) {
	    ie_navi("nav");
	}
	
    document.getElementById(page).className+=" locked";
	
	if (tab) {
		document.getElementById("a_" + tab).src = "/img/"+page+"/tab_up_" + tab + ".gif";
		document.getElementById("a_"+ tab).setAttribute("onmouseout"," ");
    }
}

function flipImage(element, image) {
    document.getElementById(element).src = image;
}

function mail(suffix, domain, user) {
    location.href = "mailto:" + user + "@" + domain + "." + suffix;
}