function _onLoad()
{
	if(!top.frames.BORContent)
	{
		top.location.href = "default.asp";
		return(false);
	}
	else
		return(true);
}

function _showLine(id)
{
	//document.images[id].src = 'images/linie_grau.gif';
}

function _hideLine(id)
{
	//document.images[id].src = 'images/linie_grau.gif';
}

function openWin(link, name, height, width, top, left)
{
	window.open(link, name , 'height=' + height + ',width=' + width + ',top=' + top + ',left=' + left + ',scrollbars=yes,resizable=yes');
	this.navigate ='';
}

