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