name        "Switch - use a different copy of BIRCH"
icon    "$BIRCH/public_html/images/birch_black_ico.png"
tip    "Switch to a different copy of BIRCH by choosing a different BIRCH folder."
var "BDIR"
    type        dir
    label       "BIRCH directory"
    default     "$BIRCH"
panel
    var "Run"
        type        button
        label       "Run"
        shell       "$BIRCH/admin/nobirch -Q; $BIRCH/admin/newuser.test %BDIR%"
        close       true
    var "Help"
        type        button
        label       "Help"
        shell       "$BIRCH/script/chooseviewer.py $BIRCH/doc/BIRCH/newuser/setup.newuser.html"
        close       false
	
