/*
if (top.location == location && top.location != "http://www.management-und-karriere.de" && top.location != "http://www.management-und-karriere.de/")
{
	top.location="index.html"
}
*/		
function popup(datei, awidth, aheight)
{
	var win;
	param = "left=202, top=180, resizable=no, width=awidth,  height=aheight";
	nparam = param.replace(/awidth/, awidth);
	nparam = nparam.replace(/aheight/, aheight);
	awin=self;
	win=awin.open(datei, "fenster1",nparam);
	win.focus();
}

function goback()
{
	document.getElementsByName("step")[0].value = "1";
	document.forms[0].submit();
}

function showmain()
{
	parent.unavi.document.getElementById("btn1").src = "../img/gutschein.gif";		
	document.forms[0].action = "http://www.pixaweb.de/bannuscher/seminar.php";
	document.forms[0].submit();
}

