function newwin(url,name){
window.open(url,name,'width=640 height=480 location=no resizable=yes scrollbars=yes toolbar=yes')
}
