function OpenWin_menu(url){
var winop = window.open(url,"newwindow","width=700,height=600,scrollbars=yes,resizable=yes,status=yes");
winop.window.focus();
}

function OpenWin_result(url){
var winop = window.open(url,"result","width=850,height=600,scrollbars=yes,resizable=yes,status=yes");
winop.window.focus();
}
