//Otvarya nov prozorec s opredeleni settings
if(typeof(wnds)=="undefined")
	document.write("<SCRI"+"PT language=Javascript src=\"../js/newwindow.js\"></SCR"+"IPT>");

function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2: 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
wnd=window.open(mypage,myname,settings)
wnd.focus();
}

//Use this in web pages:
//<SCRIPT language=Javascript src="newwinset.js"><//SCRIPT>
//<a href="webpagename" class="classname" onclick="NewWindow(this.href,'name','690','560','yes');return false">