function load_frameset(){
	// Sivuohjaukset jos saavutaan suoraan ko. sivulle
	myUrl = top.location.href;
	if(myUrl == 'http://www.kadus.fi/etusivu.php') top.location.href = 'http://www.kadus.fi/?p=etusivu';
	if(myUrl == 'http://www.kadus.fi/kampaamohaku.php') top.location.href = 'http://www.kadus.fi/?p=kampaamohaku';
	if(myUrl == 'http://www.kadus.fi/tuotteet.php') top.location.href = 'http://www.kadus.fi/?p=tuotteet';
	if(myUrl == 'http://www.kadus.fi/yhteystiedot.php') top.location.href = 'http://www.kadus.fi/?p=yhteystiedot';
	if(myUrl == 'http://www.kadus.fi/kisa.php') top.location.href = 'http://www.kadus.fi/?p=kisa';
	if(myUrl == 'http://www.kadus.fi/hallinta.php') top.location.href = 'http://www.kadus.fi/?p=hallinta';
	if(myUrl == 'http://www.kadus.fi/messuarvonta.php') top.location.href = 'http://www.kadus.fi/?p=messuarvonta';

}


