<!--//
function intro(){
location.href = "intro.html";
}
function page(){
/*location.href = "the_player_Built.html";*/
location.href = "index.php?info=home&flash=y";

}
function outro(){
location.href = "index.php?info=outro";
}
function leave(){
parent.window.close();

}
//-->