/* -- Adobe GoLive JavaScript Library */
/* -- Global Functions */
function getRootPath(path)
{
	var patternRoot = new RegExp("(^.+blanken/)");
	if (patternRoot.test(path))
	{
		return RegExp.$1;
	}
	else {
		return "";
	}
	
	 
}

function aufloesung()
{var Breite;
Breite=screen.width;
if (Breite<=800)
{
document.location.href="600x800.html";
}

}