function load_frameset(){
	// Sivuohjaukset jos saavutaan suoraan ko. sivulle

	//alert(parent.location.href);
	//myUrl = parent.location.href;
	myUrl = '';
	//alert(myUrl);
	//myUrl = '';
	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.kampaamoverkko.fi/kadus/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';

}


