


function popup(url,mwidth,mheight){
eval('window.open(url,"","width='+mwidth+'px,height='+mheight+'px,resizable=  0,scrollbars=1,status=1,top=10,left=10")')
}

