<!--
function HideErrors() { return true; }	
	window.onerror = HideErrors;	
	
	function LaunchWindow(method) { 
  		x = '/index.cfm?method='+method;
  		window.open(x,'KiraSmallSite','toolbar=no,scrollbars=yes,height=500,width=670');
	}
//-->