// JavaScript Document
function menu_over(_this,x){
	x="/images/menu-" + x + "o.gif"
	_this.src= x
	}
function menu_out(_this,x){
	x="/images/menu-" + x + ".gif"
	_this.src= x
	}
function button_over(_this,x){
	x="/images/buttons/" + x + "o.gif"
	_this.src= x
	}
function button_out(_this,x){
	x="/images/buttons/" + x + ".gif"
	_this.src= x
	}
function button_click(_this,x){
	x="/images/buttons/" + x + "c.gif"
	_this.src= x
	}