function openWin1(){
        secondWin=window.open("about_pf.html", "theWin", "toolbar=yes,location=no,directories=no,resizable=no,status=no,menubar=yes,scrollbars=yes,height=480,width=600");
}

