function clearText(thefield) {
	if (thefield.defaultValue==thefield.value) {
		thefield.value = "";
		thefield.style.color = '#000000';
	}
}

function selectedOrNot(myURL, isIndexPage) {
	var url = window.location.href;
	if (url.indexOf(myURL) > -1) {
		if (isIndexPage) {
			if (url.indexOf('index.html') > -1 || url.indexOf('.html') == -1) {
				return ' class="selectedNav"';
			}
			return '';
		} else {
			return ' class="selectedNav"';
		}
	}
	return '';
}

function emix1_xxx(n) {
	var a,b,c
	a='<a href=\"mai'
	b=n
	c='\">'
	a+='lto:'
	b+='@'
	b+='sonnetsoftware.com'
	document.write(a+b+c)
}

function emix_end() {
	var e
	e='</a>'
	document.write(e)
}

