// JavaScript Document

function webmail() {
}
function closebox() {
}
function openbox(s) {
//	var s = eval(elem);
	window.open(s,'newwindow','toolbar=0,location=0,resizable=yes,scrollbars=yes,width=900,top=0,height=600');
	//alert(s);
}
function openmapbox(s) {
//	var s = eval(elem);
	window.open(s,'newwindow','toolbar=0,location=0,resizable=yes,scrollbars=yes,width=900,top=0,height=700');
	//alert(s);
}

function showBold(elem) {
  elem.style.color = "white";
}
function hideBold(elem) {
  elem.style.color = "black";
}
function showvirtoul(elem) {
  elem.style.color = "#0644A8";
}
function hidetour(elem) {
  elem.style.color = "#5B87CE";
}

function hideBold_1(elem) {
  elem.style.color = "#5A001E";
}

function showfooter(elem) {
  elem.style.color = "#D95700";
}


			
			