
    document.write("<iframe width=\"156\" scrolling=\"no\" height=\"117\" frameborder=\"0\" style=\"visibility: visible; z-index: 999; position: absolute; left: -500px; top: 0px; width: 156px; height: 117px;\" src=\"/scripts/datetime/ipopeng.htm\" id=\"gToday:datetime:agenda.js:gfPop4:plugins_12.js\" name=\"gToday:datetime:agenda.js:gfPop4:plugins_12.js\">picker4</iframe>" );
    document.write("<iframe width=\"156\" scrolling=\"no\" height=\"117\" frameborder=\"0\" style=\"visibility: visible; z-index: 999; position: absolute; left: -500px; top: 0px; width: 156px; height: 117px;\" src=\"/scripts/datetime/ipopeng_date.htm\" id=\"gToday:datetime:agenda.js:gfPop3:plugins_12.js\" name=\"gToday:datetime:agenda.js:gfPop3:plugins_12.js\">picker3</iframe>" );

    function btnDateClick( src, includeTime ) {
    
        if(includeTime) {
            if(self.gfPop4) {
                self.gfPop4.fPopCalendar( document.getElementById( src ));
            }
        }
        else {
            if(self.gfPop3) {
                self.gfPop3.fPopCalendar( document.getElementById( src ));
            }
        }
        return false;
    }
    
    function btnDateClearClick( src, includeTime ) {
        
        document.getElementById( src ).value = "";
        if(includeTime){
            if(self.gfPop4){
                gfPop4.fHideCal();
            }
        }
        else {
            if(self.gfPop3){
                gfPop3.fHideCal();
            }
        }
        
        return false;
    }
    

