<!--
function onleftbutton(element){
	element.style.backgroundColor="#E2E2E2";
	element.style.color='#285276';
}
function offleftbutton(element){
	element.style.backgroundColor="#F8F8F8";
	element.style.color='#000000';
}
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
//-->

