// JavaScript Document


function popup(url, width, height) {
	var theWindow = window.open(url,'popup','directories=no,location=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,width='+width+',height='+height+'');
	theWindow.focus();
}

function addbookmark() {
	bookmarkurl="http://www.qbq.com/features/desktop.php"
	bookmarktitle="QBQ! Panic Button"
	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
