function otvoriProzor64(url) {
	var w=640;
	var h=480;
window.open(url,'','height='+h.toString()+',width='+w.toString()+',toolbar=0,location=0,directories=0,fullscreen=0,resizable=1,menubar=0,scrollbars=1,status=0,titlebar=0');
}

function otvoriProzor86(url,w,h) {
	var w=800;
	var h=600;
window.open(url,'','height='+h.toString()+',width='+w.toString()+',left=100,top=50,toolbar=0,location=0,directories=0,fullscreen=0,resizable=1,menubar=0,scrollbars=1,status=0,titlebar=0');
}

function otvoriProzorCust(url,w,h,lijevo,gore) {
window.open(url,'','height='+h.toString()+',width='+w.toString()+',left=' +lijevo.toString+ ',top='+gore.toString+ ',toolbar=0,location=0,directories=0,fullscreen=0,resizable=1,menubar=0,scrollbars=1,status=0,titlebar=0');
}

function otvoriProzor1000(url,w,h) {
	var w=1020;
	var h=760;
window.open(url,'','height='+h.toString()+',width='+w.toString()+',left=0,top=0,toolbar=0,location=0,directories=0,fullscreen=0,resizable=1,menubar=0,scrollbars=1,status=0,titlebar=0');
}

function redirectOpener(href) {
  w=self.opener;
  self.close();
	w.location.href=href;
	
}


