
function bookmark_page()
{if(document.all)
window.external.AddFavorite(location.href,"Systematix: "+document.title);else if(window.sidebar)window.sidebar.addPanel
("Systematix: "+document.title,location.href,'');}
