function popup(url,width,height){
	mywin = window.open(url,'MailOrder',eval('"width='+width+',height='+height+',scrollbars=1,scrolling=1"'))
	mywin.focus();
}

