function popit(url) {
	window.open(url, "_popups", "toolbar=no, status=1, location=no, menubar=no, resizable=no, scrollbars=yes, top=100,left=100,height=550,width=398")
}
