		function togglerooms1(){
			if(document.getElementById('rooms1').value=='on'){
					document.getElementById('rooms1').value='off';
					document.getElementById('rooms1img').src='../img/bt_form_1.gif';
				}
			else{
					document.getElementById('rooms1').value='on';
					document.getElementById('rooms1img').src='../img/bt_form_1_on.gif';
			}
		}
		function togglerooms2(){
			if(document.getElementById('rooms2').value=='on'){
					document.getElementById('rooms2').value='off';
					document.getElementById('rooms2img').src='../img/bt_form_2.gif';
				}
			else{
					document.getElementById('rooms2').value='on';
					document.getElementById('rooms2img').src='../img/bt_form_2_on.gif';
			}
		}
		function togglerooms3(){
			if(document.getElementById('rooms3').value=='on'){
					document.getElementById('rooms3').value='off';
					document.getElementById('rooms3img').src='../img/bt_form_3.gif';
				}
			else{
					document.getElementById('rooms3').value='on';
					document.getElementById('rooms3img').src='../img/bt_form_3_on.gif';
			}
		}
		function togglerooms4(){
			if(document.getElementById('rooms4').value=='on'){
					document.getElementById('rooms4').value='off';
					document.getElementById('rooms4img').src='../img/bt_form_4.gif';
				}
			else{
					document.getElementById('rooms4').value='on';
					document.getElementById('rooms4img').src='../img/bt_form_4_on.gif';
			}
		}
		function togglerooms5plus(){
			if(document.getElementById('rooms5plus').value=='on'){
					document.getElementById('rooms5plus').value='off';
					document.getElementById('rooms5img').src='../img/bt_form_5.gif';
				}
			else{
					document.getElementById('rooms5plus').value='on';
					document.getElementById('rooms5img').src='../img/bt_form_5_on.gif';
			}
		}
		function Atogglerooms1(){
			if(document.getElementById('rooms1').value=='on'){
					document.getElementById('rooms1').value='off';
					document.getElementById('rooms1img').src='/img/bt_form_1.gif';
				}
			else{
					document.getElementById('rooms1').value='on'; 
					document.getElementById('rooms1img').src='/img/bt_form_1_on.gif';
			}
		}
		function Atogglerooms2(){
			if(document.getElementById('rooms2').value=='on'){
					document.getElementById('rooms2').value='off';
					document.getElementById('rooms2img').src='/img/bt_form_2.gif';
				}
			else{
					document.getElementById('rooms2').value='on';
					document.getElementById('rooms2img').src='/img/bt_form_2_on.gif';
			}
		}
		function Atogglerooms3(){
			if(document.getElementById('rooms3').value=='on'){
					document.getElementById('rooms3').value='off';
					document.getElementById('rooms3img').src='/img/bt_form_3.gif';
				}
			else{
					document.getElementById('rooms3').value='on';
					document.getElementById('rooms3img').src='/img/bt_form_3_on.gif';
			}
		}
		function Atogglerooms4(){
			if(document.getElementById('rooms4').value=='on'){
					document.getElementById('rooms4').value='off';
					document.getElementById('rooms4img').src='/img/bt_form_4.gif';
				}
			else{
					document.getElementById('rooms4').value='on';
					document.getElementById('rooms4img').src='/img/bt_form_4_on.gif';
			}
		}
		function Atogglerooms5plus(){
			if(document.getElementById('rooms5plus').value=='on'){
					document.getElementById('rooms5plus').value='off';
					document.getElementById('rooms5img').src='/img/bt_form_5.gif';
				}
			else{
					document.getElementById('rooms5plus').value='on';
					document.getElementById('rooms5img').src='/img/bt_form_5_on.gif';
			}
		}
		