var bookmarkurl="http://www.slowcomputerhelp.com";
var bookmarktitle="Slow Computer Help - Increase the speed and efficiency of your computer";

function addbookmark(){
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle);
	else if (window.sidebar)
		window.sidebar.addPanel(bookmarktitle,bookmarkurl,"");
}

function submitform() {
	document.form.submit();
}