function helpWindow_popup(url) {

window.open(url, "helpWindow_popup", "width=423,height=400,scrollbars");

//helpWindow_popup = window.open(url, "helpWindow_popup", "width=423,height=400,scrollbars");
//location.reload();
}