function inzerat(id) {
	window.open("inzerat.php?id="+id, 'TRUE' , "scrollbars=yes,resize=yes,status=yes,width=800,height=720");
}

function img_top(id) {
	window.open("open_img_top.php?id="+id, 'TRUE' , "scrollbars=yes,resize=yes,status=yes,width=700,height=720");
}

function img_vip(id) {
	window.open("vip_inzerat.php?id="+id, 'TRUE' , "scrollbars=yes,resize=yes,status=yes,width=700,height=720");
}

function vip_right(id) {
	window.open("open_vip_right.php?id="+id, 'TRUE' , "scrollbars=yes,resize=yes,status=yes,width=700,height=720");
}

function Skok(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
