function skipIntro()
{
	intro=document.getElementById('introbox');
	
	document.body.removeChild(intro);
}
