function popit(url,name) {
window.open(url,name,"menubar=no,toolbar=no");
}