<!--

function MM_jumpMenu(targ,selObj,restore){ 
  if (selObj.options[selObj.selectedIndex].value == "") return;

  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

var bookmarkurl="http://www.fatesoft.com/s2f/"
var bookmarktitle="Code Visual to Flowchart - automatic code flow chart generator"

function addbookmark(){

 if (window.sidebar) { // firefox
              window.sidebar.addPanel(bookmarktitle, bookmarkurl,"");
        } else if( document.all ) { //MSIE
        
    window.external.AddFavorite(bookmarkurl,bookmarktitle)

  }
   else {
               alert("Sorry, your browser doesn't support this");
        }
}



//  End -->

