function StartMusic()
{
if ((parent.frames['rightempty'].location.href != 'http://www.su-casa.nl/LeegMetMuziek.html') && (parent.frames['rightempty'].location.href != 'http://www.sucasa.nl/LeegMetMuziek.html')) {
	// Muziek is niet actief, muziekpagina inladen
	parent.frames['rightempty'].location.href='LeegMetMuziek.html';	
} else {
	// Muziek is actief, niets doen
}
}

function StopMusic() {
	// Muziek uitschakelen
	parent.frames['rightempty'].location.href='leeg.html';	
}
	
function SunSet(i)
{
//  document.images[i].src="images/sunset.gif";
}

function SunRise(i)
{
  for(j=0;j++;j<10)
  {
     document.images[j].src="images/sunset.gif";
  }
  document.images[i].src="images/sunrise.gif";
}

function drieframes(URL1,F1,URL2,F2,URL3,F3)
{  
  parent.frames[F1].location.href=URL1;
  parent.frames[F2].location.href=URL2;
//  parent.frames[F3].location.href=URL3;
}

function resetframes()
{
  parent.content.location.href='routebeschrijving.html';
}

function test()
{
  parent.bottom.location.href='leeghuis.html';


}