function winopn(url){
window.open(url,'newwin','menubar=yes,scrollbars=yes,resizable=yes,status=yes,width=760,height=600,left=0,top=0');
}