function openPopupHomeVesti(lang, straid, verzid){
	x = window.open("/php/home_vesti/frameset.php?Id="+verzid+"&lang="+lang+"&straid="+straid, "vestiFrame", "height=600, width=650, resizable=yes");
	x.focus();
}

function openPopupBaneri(lang, straid, verzid){
	x = window.open("/php/baneri/frameset.php?Id="+verzid+"&lang="+lang+"&straid="+straid, "baneriFrame", "height=600, width=650, resizable=yes");
	x.focus();
}

function openPopupLinks(lang, straid, verzid){
	x = window.open("/php/shortcuti/frameset.php?Id="+verzid+"&lang="+lang+"&straid="+straid, "linkoviFrame", "height=600, width=650, resizable=yes");
	x.focus();
}

function openPopupDokumenti(lang, straid, verzid){
	x = window.open("/php/dokumenti/frameset.php?Id="+verzid+"&lang="+lang+"&straid="+straid, "baneriFrame", "height=600, width=650, resizable=yes");
	x.focus();
}