
function PopUpWin(id) {
	novi=window.open("http://sviz.cezarus.si/?page=slika&slika="+id,"_blank","location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes,left=20,top=20,height=300,width=400");
}

function PopUpWindow(id) {
	novi=window.open(id,"_blank","location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=20,top=20,height=400,width=500");
}

function PopUpVoscilnica(id) {
	novi=window.open(id,"_blank","location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes,left=20,top=20,height=400,width=500");
}

function PopUpZasedenost(print,mesec,leto) {
	if (print) {
		natisni=window.open('http://sviz.cezarus.si/?page=si/pocitnice/stanovanja/pregled&print=1&mesec='+mesec+'&leto='+leto,"_blank","location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes,left=10,top=10,height=695,width=990");
	} else {
		novi=window.open("http://sviz.cezarus.si/?page=si/pocitnice/stanovanja/pregled","_blank","location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes,left=10,top=10,height=695,width=990");
	}
}
