function popup(url, name, width, height)
{
settings=
"toolbar=no,location=no,directories=no,left=300,top=300,"+
"status=no,menubar=no,scrollbars=no,"+
"resizable=yes,width="+width+",height="+height;

NoviProzor=window.open("http://"+url,name,settings);
}
