function sendmail(url, method) {
document.forms[0].url.value=url;
document.forms[0].method.value=method;
open(); 
}

