function NewWindow(mypage, myname, w, h, scroll) {
	winprops = 'height='+700+',width='+800+',top='+0+',left='+0+',scrollbars='+scroll+',unresizable'
	var win = window.open(mypage, myname, winprops);
	win.focus();
}

function emLink(linkTxt) {
	var mLink = ["griffith", "r138", "@", "ya", "hoo", ".", "com"];
	var txt = mLink.join("");
	linkTxt = linkTxt ? linkTxt : txt;
	document.write('<a href="mai' + 'lto' + ':' + 'Roberta Griffith ' + '<' + txt + '>?subject=[web site]">' + linkTxt + '</a>');
}

