<!--
function more_info(where){
	var more_info = window.open(where,'','scrollbars=no,menubar=no,height=400,width=600,resizable=yes,toolbar=no,location=no,status=no');

	}

function pageScroll(){
				if(document.cookie==0){
						if(document.body.scrollTop<230)
						{window.scrollBy(0, 1);	setTimeout('pageScroll()',10)}
						else{document.cookie = "1; ; path=/"}}
				else{document.body.scrollTop=230}
}

function navigation(where){
	document.getElementById(where+"A").style.color = "#ffffcc";
	document.getElementById(where+"A").style.textDecorationUnderline = "true";
	document.getElementById(where+"A1").style.color = "#ffffcc";
	document.getElementById(where+"A1").style.textDecorationUnderline = "true";

	}
//-->
