
function img (param,width,height) {
width=width+100;
height=height+100;
window.open(param, "obrázek", "width="+width+", height="+height+", location=no, menubar=no, status=no, toolbar=no, scrollbars=yes, resizable=no");
return false;
}



