function fncOpenImage(argTarget)
	{
	
	strTarget = argTarget
	strTarget = strTarget.split ('/')
	
	strFolder = '../Images/Galerien/' + strTarget[strTarget.length - 2] + '/'
	
	strTarget = strTarget[strTarget.length -1].replace(/_s/g,'_l')
	
	top.strImage = strFolder + strTarget
	
	document.location.href= '../BigImage.htm'
	
	}

function fncSetLyric(argString)
	{
	top.strLyric = argString
	}
