jftp.addToDesktop("Advanced Options", adv, 500, 180);
jftp.setLocation(adv.hashCode(), 110, 180);
}
else if(e.getSource() == manage)
{
BookmarkManager m = new BookmarkManager();
JFtp.desktop.add(m, new Integer(Integer.MAX_VALUE - 10));
}
else if(marks.contains(e.getSource()))
{
((BookmarkItem) e.getSource()).connect();