//
function launchFlash (strSwf) {
	if(confirm ("A Flash presentation with audio will be opening:\n\rAdjust your speaker volume accordingly. Additional volume control is \n\rlocated on the lower left of the presentation.\n\rPop-up blockers may prevent this from displaying.")) {
	window.open(strSwf,"displayWindow","resizable=yes, scrollbars=no, toolbar=no"); }
}
//
function doSearch() {
	var searchword = window.document.fsearch.searchv.value;
	if (trim(searchword).length > 0 && searchword != 'Search') {
		window.location = "/searchresults.cfm?searchkey=" + searchword;
	} else {
		alert("Please enter a search term in the search textbox.");
	}
}
