//Sound switch functions
function SwitchOnHome()
{
  document.getElementById("soundframe").src="BgSound-On-Home.html";
  document.links[0].blur();
}
function SwitchOffHome()
{
  document.getElementById("soundframe").src="BgSound-Off.html";
  document.links[0].blur();
}
