function ow(file,wid,hei,bars,resiz,status) {
xpos=(750-wid)/2;
ypos=100; window1=window.open(''+file+'',"MG",'scrollbars='+bars+',resizable='+resiz+',width='+wid+',height='+hei+',left='+(screen.width-wid)/2+',top='+(screen.height-hei)/2+',screenx='+xpos+',screeny='+ypos+',status='+status+'');
 window1.focus();
}

function nospam(name,domain) { document.location="mailto:"+name+"@"+domain; }
function nospamt(name,domain) { document.write(name+"@"+domain); }
function nospama(name,domain) { document.write('<a href="mailto:'+name+'@'+domain+'">'+name+'@'+domain+'</a>'); }