function omClick(n){ 
	if( n == '' ) return ;
	top.location.href='./?'+n;
}
function omblank(n){ n.value = '' ; }

