// JavaScript Document
function popup(url){
	noweOkienko = window.open(url,'popup','width = 700px, height = 400px, toolbar = no, location = no, status = no, scrollbars = yes, menubar = no, resizable = no, left = 300, top = 200')}

