function doPopup(url){
    window.open(url,"popup","location=no,status=no,menubar=no,resizeable=no,scrollbars=yes,width=900,height=600");
}
