function popup(url, width, height, scroll){
	window.open(url,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars="+scroll+", resizable=no, copyhistory=no, width="+width+", height="+height + ", top=100, left=100");
}
