var hoch=screen.availHeight-80

function info(URL)
{
if(document.images)
infoWin = open(URL,"info","width=700,height=400,menubar=no,status=no,locationbar=no,resizable=yes,scrollbars=yes");
infoWin.moveTo(10,25);
infoWin.resizeTo(700,hoch);
infoWin.focus();
}

function show(URL)
{
if(document.images)
showWin = open(URL,"look","width=800,height=550,menubar=no,status=no,locationbar=no,resizable=no,scrollbars=no");
showWin.moveTo(10,25);
showWin.focus();
}