function go(jezik) {
document.getElementById(jezik).submit();
return true;
		   }


var popit=0
function pop_window(url, width, height) {
if(popit)
{
if(!popit.closed) popit.close();
}
popit = window.open(url, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+10+', top='+10+',screenX='+10+',screenY='+10+'')
					}
