function open_ped(did){
lnk = "ped.php?d="+did;
f = window.open(lnk,'_blank','location=0,menubar=0,reziseable=0,scrollbars=1,status=0,toolbar=0,width=600,height=600')
void f
}

function open_reg(did){
lnk = "reg.php?d="+did;
f = window.open(lnk,'_blank','location=0,menubar=0,reziseable=0,scrollbars=0,status=0,toolbar=0,width=650,height=520')
void f
}

function open_zw(){
lnk = "zw.php";
f = window.open(lnk,'_blank','location=0,menubar=0,reziseable=0,scrollbars=0,status=0,toolbar=0,width=550,height=420')
void f
}

function show_artikel(id) {
         Frame1=eval("parent.artikel");
	art = document.forms['artikel'].elements[id].value;
         if(art>0)
         {
         Frame1.location.href = "artikel.php?art="+art;
	document.forms['artikel'].elements[id].selectedIndex = 0;
         }
}

function big_image(id){
lnk = "image.php?img="+id;
f = window.open(lnk,'_blank','location=0,menubar=0,reziseable=0,scrollbars=0,status=0,toolbar=0,width=640,height=480')
void f
}

function shop_image(id, w, h){
lnk = "img_shop.php?img="+id+"&width="+w+"&height="+h;
site = "location=0,menubar=0,reziseable=0,scrollbars=0,status=0,toolbar=0,width="+w+",height="+h
f = window.open(lnk,'_blank', site)
void f
}

function image(id, w, h, t){
lnk = "img.php?img="+id+"&width="+w+"&height="+h+"&title="+t;
site = "location=0,menubar=0,reziseable=0,scrollbars=0,status=0,toolbar=0,width="+w+",height="+h
f = window.open(lnk,'_blank', site)
void f
}
