
/******************************************************
Scripts in this file help manage navigation on the KORA website.

Created: 2000-05-05
Last modified: 2000-05-05

Copyright: Uli Mueller
*******************************************************/
var currLocURL=parent.location.href
var absoluteHome="http://www.kora.ch/index.html"
var absoluteParent="http://www.kora.ch/main.htm"

function checkOnLoad()
{
//*checkInFrame();*/
}

function checkInFrame()
{
if (currLocURL.indexOf('main.htm') == -1)
	{
	parent.frtop.location = absoluteParent;
	}

}
