<!--
function big(url, width, height) {
var info = window.open("popwhitehurst.php?id=" + url,"",'width=' + width + ',height=' + height + ',left=0,top=0,resizable=no,scrollbars=no,menubar=no' );
}
//
function biv(url, width, hgt) {
var wys = window.screen.height - 60;
if (hgt > wys) {wysokosc = wys} else {wysokosc = hgt}
var szer = width + 16;
var info = window.open("popwhitehurst.php?id=" + url,"",'width=' + szer + ',height=' + wysokosc + ',left=0,top=0,resizable=1,scrollbars=1,menubar=no' );
}
//-->

