	var bMSIE = false, bMSIE4 = false, bMSIE5 = false, bMSIE55 = false, bMSIE6 = false, bMSIE4ABV = false;
  var ua = navigator.userAgent;
  if (ua.indexOf("Opera")<1) 
	{ //kludge to handle opera
 	  bMSIE = (ua.indexOf("MSIE")>=1);
	  bMSIE4 = (ua.indexOf("MSIE 4.0")>=1);
	  bMSIE5 = (ua.indexOf("MSIE 5.0")>=1);
	  bMSIE55 = (ua.indexOf("MSIE 5.5")>=1);
	  bMSIE6 = (ua.indexOf("MSIE 6.0")>=1);
	  bMSIE4ABV = bMSIE4 || bMSIE5 || bMSIE55 || bMSIE6;
	}
	
	function over(thisLink) {
	  if (bMSIE4ABV) {
	  	thisLink.style.color = "yellow";
	  	thisLink.style.fontWeight = "bold";
	  }
 	}

	function out(thisLink) {
	  if (bMSIE4ABV) {
	  	thisLink.style.color = "#FFFFFF";
	  	thisLink.style.fontWeight = "normal";
	  }
	}		

	function sayInfo() {
		var infoaddr = "info03@";
		var infodom = "streamcrest.com";
		document.write('<a class="leftBarLinkh10" href=' + '"mai' + 'lto:'+infoaddr+infodom+'">'+infoaddr+infodom+'</a>');
	}

	function sayInfoNC() {
		var infoaddr = "info03@";
		var infodom = "streamcrest.com";
		document.write('<a href=' + '"mai' + 'lto:'+infoaddr+infodom+'">'+infoaddr+infodom+'</a>');
	}

