

function forcetoindex()
{

if (parent.frames.length == 0 )//|| parent.frames[0].name != framename)
{
	location.replace("../index.html");
}	//location = "index.html"

}

function forcetokompetenz()
{

if (parent.frames.length == 0 )//|| parent.frames[0].name != framename)
{
	location.replace("../softwareentwicklung_java_kompetenz.html");
}	//location = "index.html"

}