function playMusic()
{
parent.frames["frameSound"].location.href="music.html";
}

function stopMusic()
{
parent.frames["frameSound"].location.href="music_off.html";
}
