function showCallMe() {
	document.getElementById("callme").style.visibility = "visible";
}
function hideCallMe() {
	document.getElementById("callme").style.visibility = "hidden";
}


function setFlash( link ) {
	if (window.document["vscreen"]) window.document["vscreen"].SetVariable("submenu", link);      // (on Mozilla browsers such as Netscape)
	if (document.embeds["vscreen"]) document.embeds["vscreen"].SetVariable("submenu", link);      // Mozilla Netscape, Firefox or Opera
	if (window["vscreen"]) window["vscreen"].SetVariable("submenu", link);               // (on Internet Explorer as of ver 5)
} // end function setFlash
