var newwin;function smallwin(url){	newwin=window.open(url,'name','height=680,width=700,scrollbars=yes');	if (window.focus) {newwin.focus()}}