// browser sniffer - warning for non W3C browsers //

if (document.getElementById?0:1)
{
// 	open('w3c.html', 'error', 'target=_blank,width=380,height=440,screenX=40,screenY=40');
}

var ns = ((navigator.appName == 'Netscape')&&(parseInt(navigator.appVersion) >= 5));

function nya()
{
	document.getElementById('msg').innerHTML = '<p>This page is not yet available.</p>';
	document.getElementById('msg').style.visibility = 'visible';
}
 
function xmsg()
{
	document.getElementById('msg').style.visibility = 'hidden';
}

function emlk(n, d, s)
{
	var a = n+'@'+d;
	var t = s==null?a:s;
	document.write('<a href="mailto:'+a+'">'+t+'</a>');
}


