
function openResizablePopupWindow(strUrl) {   
   var strP = "width=900,height=635,menubar=0,toolbar=0,resizable=1,scrollbars=1,"
   window.open(strUrl, 'flowanweb_popup_win', strP);
}
function openResizablePopupWindowHD(strUrl) {   
   var strP = "width=1015,height=700,menubar=0,toolbar=0,resizable=1,scrollbars=1,"
   window.open(strUrl, 'flowanweb_popup_win_hd', strP);
}
