function rollOver(area, status) { document.images["IMG_nav_" + area].src = "/_TPL/IMG/fr/nav_" + area + "_" + status + ".gif"; } function dynWin(width, height, id) { var leftPos = (screen.availWidth / 2) - (width / 2); var topPos = (screen.availHeight / 2) - (height / 2); var myWin = window.open('/popup.php?lang=de&id=' + id, 'popup', 'width=' + width + ',height=' + height + ',left=' + leftPos + ',top=' + topPos); myWin.focus(); } function dynWinpic(width, height) { var leftPos = (screen.availWidth / 2) - (width / 2); var topPos = (screen.availHeight / 2) - (height / 2); var myWin = window.open('/popup_1.php?lang=fr', 'popuppic', 'width=' + width + ',height=' + height + ',left=' + leftPos + ',top=' + topPos); myWin.focus(); }