function skipIntro()
{
 window.close();
}

function openIntro()
{
 newWindow = window.open("flash.html","Intro","width=550,height=570");
 newWindow.focus();
}
