		function tover(q) {q.children.tags('a')[0].style.color = "#33FF00";}
		function trtover(q) {q.style.backgroundColor='#E8FFDD';}
		
		function tout(q) {q.children.tags('a')[0].style.color = "#000000";}
		function trtout(q) {q.style.backgroundColor = '#FFFFFF';}
		
		function vipover(q) {q.style.backgroundColor='#DFFFDD';}
		function vipout(q) {q.style.backgroundColor ='#ffe1e1';}
		
		function LmUp(path) {location.href = path;}
