function bookmarksite(title, url){ if (document.all) window.external.AddFavorite(url, title); else if (window.sidebar) window.sidebar.addPanel(title, url, "") } function newwindow(url) { window.open(url,'new_window','width=600,height=620,resizable=yes'); }