        var confWin=null;
        function hf(str,str2){
        confWin= window.open(str, "hf", "Width=550,Height=500,toolbar=yes,scrollbars=yes,resizable=yes");
        confWin.opener = self;
        };
        
        var anfWin=null;
        function af(str)
        {
        	anfWin= window.open(str, "af", "Width=550,Height=530,toolbar=yes,scrollbars=yes,resizable=yes");
	  }
        var confWin=null;
        function checkForm(f){
        	confWin = window.open("", "confWin", "Width=700,Height=500,toolbar=no,scrollbars=yes,resizable=yes");
        	confWin.focus();
        }
       function checkAll(f) {
	   		cb=document.compare.elements["p"];
	   		for (i=0;i<cb.length;i++) cb[i].checked = f;
		}
