function winopen(url) {
	newwin = window.open(url,'sendmail','scrollbars=yes,resizable=no,menubar=no,width=650,height=700')
	newwin.focus();
}
