
function doit(PopupUrl) { 
 window.open(PopupUrl, "PopupWindow", "width=400,height=300,scrollbars=no,resizable=no,menubar=no,location=no,toolbar=no,status=no");
}  

function msg_update() {
 alert("Update");
}

