<!--

var sImage = "new";
var sBack = "new";
var sTitel = "new";

function setImage()
{
	window.showImage.innerHTML = window.top.frames("Title").document.all("showImage").innerText;
	window.returnPath.innerHTML = window.top.frames("Title").document.all("returnPath").innerText;
}

function showImg(sImagePath, sReturnPath)
{
	window.top.frames("Title").document.all("showImage").innerText = "<img  src='" + sImagePath + "' class='image'>";
	window.top.frames("Title").document.all("returnPath").innerText = "<a href='" + sReturnPath + "'>Zurück</a>";
	window.open("showImg.htm","_self");
}

function playSng(sSongPath)
{
	window.open(sSongPath, null, "width=300,height=50,location=no,addressbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no"); 
}

function setTitle(sTitle)
{
	window.top.frames("Title").document.all("Title").innerText = sTitle;
	window.top.frames("Image").document.all("Image").innerHTML = "<a href='home.htm' target='Main'><img class='image' src='images/Titus-Neu_140.jpg' style='border-style: none' width='155' height='120' /></a>";
}

function rollIn(obj)
{
	obj.style.backgroundColor="#3399ff"
}

function rollOut(obj) 
{
	obj.style.backgroundColor="#ffffcc"
}

//-->

