/* general functions used in site */

	function MM_openBrWindow(theURL,winName,features) { //v2.0
		window.open(theURL,winName,features);
	}

	//jumps to a URL based on a call				
	function linkTo(optVal){
		if(optVal=="") return false;
		window.location=optVal;
	} 
	     