function email (login,domain,linktext)
{
mail="<a href=\"mailto:"+login+"@"+domain+"\">" + linktext + "</a>";
document.write (mail);
}

function m_click(h){
	window.location=h;
}

function Enlarge(img,w,h) {
        h+=20; w+=20;
        ss=window.open(""+img+"","show"+w+h,"height="+h+",width="+w+",status=0,toolbar=0,menubar=0,location=0,top=5,left=5");
}

function fakeEMail(user,at,text)
{
   document.write("<a href=\"mailto:"+user+"@"+at+"\">"+text+"</a>");
}

function show_submenu(id)
{
	if(document.getElementById(id).style.display!="") document.getElementById(id).style.display="";
	else document.getElementById(id).style.display="none";
	cfgw();
}

function cfgw()
{
//	document.getElementById('menu').style.height='100%';
//	document.getElementById('submenu1').style.height='100%';
//	document.getElementById('submenu2').style.height='100%';
	h = (document.getElementById('content').offsetHeight-46)+'px';
	document.getElementById('rmline').style.height = h;
}