function PopUp(url, width, height, locx, locy, skrol, page, resiz) {
	link = window.open(url,page,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+skrol+",resizable="+resiz+",width="+width+",height="+height+",left="+locx+",top="+locy);
	link.focus();
}