function formField(state){
	if(state == "on"){
		this.style.backgroundImage='url(_design/_images/active-button.gif)';
	} 
	if(state == "off"){
		this.style.backgroundImage='url(_design/_images/inactive-button.gif)';
	}
	
}



function MM_setTextOfTextfield(objId,x,newText) { //v9.0
	  with (document){ if (getElementById){
		var obj = getElementById(objId);} if (obj) obj.value = newText;
	  }
	}
	function MM_setTextOfLayer(objId,x,newText) { //v9.0
	  with (document) if (getElementById && ((obj=getElementById(objId))!=null))
		with (obj) innerHTML = unescape(newText);
	}
