function openSesame( )
{
    window.open( "musicPlayer.asp",
                 "MontyRocks",
                 "height=300, width=300" );
}

function openSesame2( )
{
    window.open( "musicPlayer2.asp",
                 "MontyRocksAcoustic",
                 "height=300, width=300" );
}
