var p_Win=null;
var p_count=0;

function closeWindow(){
    if (p_count == 1){
        p_Win=window.open("", "popWindow", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=10,height=10");
        window.p_Win.close();
        p_count = 0;
        }
    return true
}


function komado(obj_html_file,w,h){
    closeWindow();
    p_count = 1;
    pp = obj_html_file.substring(0,obj_html_file.length);
    ww=w.substring(0,w.length);
    hh=h.substring(0,h.length);
    setTimeout('popWindow(pp,ww,hh)',500);
}


function popWindow(obj_html_file,w,h) {
p_Win = window.open(obj_html_file, "popWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width="+w+",height="+h);
}
// -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
