     function sendSubmitForm(){
     MF.submit();
    }
function urlpopup(gourl,s_w,s_h,scroll){
var x = (screen.width - s_w) / 2;
var y = (screen.height - s_h) / 2;
window.open(gourl,'','width='+s_w+',height='+s_h+',scrollbars='+scroll+',left='+x+',top='+y);
}
