function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function changeImage(el) {
	el.src="http://images-9.saatchi-gallery.co.uk/imgs/ballon2.gif";
	el.onmouseout=function() {
	el.src="http://images-9.saatchi-gallery.co.uk/imgs/ballon3.gif";
	}
}

function sendForm(rAction, rFormName){
	baseUrl = 'http://www.saatchi-gallery.co.uk/artists/';
	document[rFormName].action = baseUrl + rAction;
	document[rFormName].submit();
}

function sendFormDD(rAction, rFormName){
	baseUrl = 'http://www.saatchi-gallery.co.uk';
	document[rFormName].action = baseUrl + rAction;
	document[rFormName].submit();
}