	function openPopWin(winURL,winWidth,winHeight) {
	    var winOptions = 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=' + winWidth + ',height=' + winHeight;
	    popwin = window.open(winURL, 'pgp', winOptions);
		if(!popwin || popwin == null)alert("In order to view this screen, please disable your popup blockers.");
	}
		function bookmarksite(title, url){
			if (document.all)
				window.external.AddFavorite(url, title);
			else if (window.sidebar)
				window.sidebar.addPanel(title, url, "")
		}	