

<!--

	function mOvr(src,clrOver)
	{ if (!src.contains(event.fromElement)) { src.style.cursor = 'default'; src.bgColor = clrOver; src.style.cursor = 'hand'; }}
	function mOut(src,clrIn) 
	{ if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn;}}
	function goThere(url) {location.href = url;}




function survey()
{
newWindow = window.open("survey/current.html","Survey","width=250,height=400" );
}





//-->