function ShowMe($Bild, $Sprache)
{
$BildMe = window.open("/Common/ShowPic.php?b=" + $Bild + "&l=" + $Sprache, "Detailansicht", "width=700, height=500, scrollbars=YES, top=10");
$BildMe.focus();
}

function ClickMe(MyObject)
{
MyObject.firstChild.click();
}