function myopen(url)
{
	window.open(url, '', 'width=550, height=300, status=0, toolbar=0, menubar=0, location=0, resizable=0, scrollbars=0, left=200, top=200');
}

function NoSpam(a,b){
	mailto=(a+'@'+b);
	document.write( '<A href="mailto:'+mailto+'">'+mailto+'</a>' );
}