var bg = new Array('#93957E','#B8BB9E','#93957E','#D5D8AB');
function in_out(obj,s) {
 obj.style.backgroundColor=bg[s];
}
function setAction(obj){
	document.getElementById('ab').value = obj.value;
}
function fenster(seite){
   MyWindow =  window.open(seite,"Autovermietung","width=560, height=300,top=240,left=200 scrollbars=no");
   MyWindow.focus();
}
function getPic(obj){
          document.getElementById('center').src=obj;
}
