function loadApplet() {
	if (navigator.appName == "Netscape") {
		var search_win = navigator._searchWin;
	} else {
		var isSearch = getCookie('searchUP');
		if (isSearch == 'true') {
			var search_win = window.open("", "_appletWindow");
		} else {var search_win = null;}
	}

        if (search_win == null || search_win.closed) {
	    search_win = window.open("./SEARCH/CDSEARCH.HTM", "_appletWindow",
                                     "width=385,height=395,resizable=0,status=0,menubar=0,scrollbar=0");
	    navigator._searchWin = search_win;	} 	search_win.focus();}




