function handpointer(src) {
	if (navigator.appName.indexOf("Internet Explorer") == -1) {
		src.style.cursor = "pointer";
	} else {
		src.style.cursor = "hand";
	}
}
// NewsNow script required to locate full news story
function err() {
	return true;
}
	window.onerror=err;
	browserName = navigator.appName;
	browserVer = parseInt(navigator.appVersion);
	ver = "no";
	browserVendor = browserName.substring(0,9);
function wopen(url) {
	if(browserVendor=='Microsoft' && browserVer < 4) {
		return true;
	}
	window.open(url,'_blank','toolbar=0, location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=640,height=400');  
	return false;
}

function openwin(popurl, ww, hw) {
		var newWin;
		if (ww=="") {ww = 330; }
		if (hw=="") {hw = 590; }
		newWin = window.open(popurl, 'image','width='+ww+', height='+hw+', scrollbars=yes, resizable=yes');
		newWin.focus();		
} 

//<![CDATA{
	function myOnSubmitEventHandler() {
		try {
			document.getElementById('editor1').EscapeUnicode = true;
			document.getElementById('xhtml1').value = document.getElementById('editor1').value;		
		}
		catch(er) {
			document.getElementById('xhtml1').value = document.getElementById('alternate1').value;
		}
	}
//]]>