function setMenu(id)
{
	document.getElementById(id).className = 'menulink1active';
}

function wm(n, d, c)
{
	document.write('<a class="' + c + '" href="mailto:' + n + '@' + d + '">' + n + '@' + d + '</a>');	
}

function wapPopup()
{
	var top = 250;
	var left = (screen.width - 126) / 2;
	var wapPop = window.open("wap.aspx","wapPopup","width=126,height=150,resizable=no,scrollbars=no,top=" + top + ",left=" + left);	
}
