<!--function isNS()	 {		return ((navigator.appName.indexOf("Netscape") != -1) && 		(parseInt(navigator.appVersion) >= 4) &&		(parseInt(navigator.appVersion) < 5));	 }		if (isNS())	 {		document.write('<LINK REL="stylesheet" HREF="css/cbay-ns.css" TYPE="text/css">');	 }		else	 {		document.write('<LINK REL="stylesheet" HREF="css/cbay-ie.css" TYPE="text/css">');	 }		function author() {}		function doNothing() {}  		function openWindow(url,width,height)	 {		    window.open(url,"popup","toolbar=no,directories=no,status=no,scrollbars=yes,menubar=no,left=100,top=100,width="+width+",height="+height);			 }// -->

// <![CDATA[function toggleContent(name,n) {	var i,t='',el = document.getElementById(name);	if (!el.origCont) el.origCont = el.innerHTML;		for (i=0;i<n;i++) t += el.origCont;	el.innerHTML = t;	}// ]]>
