
if(top.frames.length>0) top.location.href=location.href;


function sendmail(mnam,msvr,mdom,text)
	{
	  if(text=="0")
	    document.write('eMail: <a href="mailto:'+mnam+'@'+msvr+'.'+mdom+'">'+mnam+'@'+msvr+'.'+mdom+'</a>');
	}

