function mailwin(URL) {
window.open(encodeURI(URL),'formmailer','resizable=no,scrollbars=no,status=0,top=100,left=400,width=400,height=525');
}
