function winOpen(url) {
			win = window.open(url,'',"left=300, top=80, width=520, height=520,status=0,scrollbars=1,resizable=1");
			}