function hover(id,bild){
	document.getElementById(id).src="images/slice/"+bild+".jpg";
 }


function conf(_go,_id) {
if (confirm("Wollen Sie diese Daten wirklich löschen?")){ 
		 location.href="index.php?go="+_go+"&id="+_id+"";
	 }
	  else { 
	 } 
}


function submitForm() {
	//make sure hidden and iframe values are in sync before submitting form
	//to sync only 1 rte, use updateRTE(rte)
	//to sync all rtes, use updateRTEs
	//updateRTE('rte1');
	updateRTEs();
	
	//change the following line to true to submit form
	return true;
}
