<!--

// tell a friend

function ShowRecommend() 
{
	var rndURL = (1000*Math.random());
	var url = "http://www.thinkmt.ca/cgi-bin/csrecommend/csrecommend.cgi?command=showrecommend&page="+escape(window.location);
	h=480;
	w=480;
	newWindow = window.open(url,'search','width='+w+',height='+h+',top='+(screen.height-h)/2+',left='+(screen.width-w)/2+',location=0,directories=0,status=no,menuBar=no,scrollBars=no,resizable=yes');
	newWindow.focus();
}

	function focusColor(theField, theColor){
    theField.style.backgroundColor = theColor;  
    return true;	
}

	function windowstate(filename, name, scroll, width, height, left, top)
	{
		windowops = eval("'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=" + scroll + ",resizable=yes,copyhistory=yes,alwaysRaised=yes,width=" + width + ",height=" + height + ",left=" + left + ",top=" + top + "'");

		newWindow = window.open(filename, name, windowops);
		newWindow.focus();
		return;
	}

// -->
