<!--
function ss(w) {
	window.status = w;
	return true;
}
function cs(){
	window.status='';
}
function ga(id) {
		top.location.href=document.getElementById(id).href
}
//-->
