function on(obj) {
	obj.style.background='url(/media/img/menu-gradient-orange.gif) #e6e6e6 repeat-x';
 }

function out(obj, sign) {
	obj.style.background='url(/media/img/menu-gradient-'+sign+'.gif) #e6e6e6 repeat-x';
 }