function ShowLinks () {
	document.getElementById('Language').style.visibility='visible';
}
function skipIntro(){
	window.location.href='/np-index';
}
URL = window.location.href;
if(URL.match(/http:\/\/([^\/]*)\/$/)) {
	window.setTimeout("skipIntro()", 5000);
}

