//<!--
	
		var hw=""
		var nhw=""
		function pophelp(path) {
			
			if(navigator.appName.indexOf("WebTV")==-1){
				hw=window.open(path,"help","height=700,width=400,scrollbars=yes,resizable=yes,titlebar=no,status=no,toolbar=no,menubar=no,location=no");
				if ((navigator.userAgent.toLowerCase().indexOf("msie")==-1) || (parseInt(navigator.appVersion)>=5))
					hw.focus();
					return false;
					}
				else { 
					document.location.href=path;
					}
				}
		

		var hw=""
		var nhw=""
		function outbound(path) {
			
			if(navigator.appName.indexOf("WebTV")==-1) {
				if ((navigator.userAgent.toLowerCase().indexOf("msie")==-1) || (parseInt(navigator.appVersion)>=5))
					document.parent.location.href=path;
					return false;
					}
				else { 
					document.location.href=path;
					}
				}
		
// -->
