<!-- 
var d=document;

if (d.images) {

won = new Image();
won.src = "/img/wo_b.gif";

wer = new Image();
wer.src = "/img/we_b.gif";

zor = new Image();
zor.src = "/img/zo_b.gif";

her = new Image();
her.src = "/img/he_b.gif";

inr = new Image();
inr.src = "/img/in_b.gif";

ond = new Image();
ond.src = "/img/on_b.gif";

uit = new Image();
uit.src = "/img/ui_b.gif";
}


function openPopup(i, w, h) {
window.open(i, 'popwin', 'width='+ w +',height='+ h);
return false;
}
// -->
