function winopn(url){
window.open(url,'newwin','width=650,height=490,menubar=no,scrollbars=yes,resizable=yes');
}
