var supported = (document.getElementById || document.all);if (supported)	{	document.write("<style type='text/css'>");	document.write(".linkbody {display:none}");	document.write("</style>");	var linkmax = 10;	var linkshown = new Array();	for (c=1;c<=linkmax;c++) {linkshown[c+1] = false;}	}function charollais(c)	{	if (!supported) { alert('although this link does not work in your browser you are still able to access all the content and infomation.');return; }	linkshown[c] = (linkshown[c]) ? false : true;	current = (linkshown[c]) ? 'block' : 'none';	if (document.getElementById)	{		document.getElementById('linkb'+c).style.display = current;		}	else if (document.all)		{		document.all['linkb'+c].style.display = current;		}	}
