	function display(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=1,width=650,height=420');");
	}
	function noexit(){ 
		exit = false; return;
	}
	function bookmark(url, description)	{
		netscape="First push OK and then hit CTRL+D to add a bookmark to this site.";

		if (navigator.appName=='Microsoft Internet Explorer')	{
			window.external.AddFavorite(url, description);
		}
		else if (navigator.appName=='Netscape')	{
			alert(netscape);
		}
	}