function btnover (_this){
    _this.style.backgroundColor='#6EAFCF';	
 }
 function btnout (_this){
    _this.style.backgroundColor='#000000';
 } 
 function mnover (_this){
    _this.style.background='none';
	_this.style.backgroundColor='#6EAFCF';
 }
 function mnout (_this){
    _this.style.background='#000000 url(/images/site/metal_07.jpg) repeat-x 0 bottom';
 }
