function Star1() {
	document.getElementById("L1").src="images/star_1.png";
	document.getElementById("L2").src="images/star_2.png";
	document.getElementById("L3").src="images/star_2.png";
	document.getElementById("L4").src="images/star_2.png";
	document.getElementById("L5").src="images/star_2.png";
	window.parent.document.getElementById('hotel_level').value='1';
	window.parent.document.getElementById('hotelcfm').value='yes';
}
function Star2() {
	document.getElementById("L1").src="images/star_1.png";
	document.getElementById("L2").src="images/star_1.png";
	document.getElementById("L3").src="images/star_2.png";
	document.getElementById("L4").src="images/star_2.png";
	document.getElementById("L5").src="images/star_2.png";
	window.parent.document.getElementById('hotel_level').value='2';
	window.parent.document.getElementById('hotelcfm').value='yes';
}
function Star3() {
	document.getElementById("L1").src="images/star_1.png";
	document.getElementById("L2").src="images/star_1.png";
	document.getElementById("L3").src="images/star_1.png";
	document.getElementById("L4").src="images/star_2.png";
	document.getElementById("L5").src="images/star_2.png";
	window.parent.document.getElementById('hotel_level').value='3';
	window.parent.document.getElementById('hotelcfm').value='yes';
}
function Star4() {
	document.getElementById("L1").src="images/star_1.png";
	document.getElementById("L2").src="images/star_1.png";
	document.getElementById("L3").src="images/star_1.png";
	document.getElementById("L4").src="images/star_1.png";
	document.getElementById("L5").src="images/star_2.png";
	window.parent.document.getElementById('hotel_level').value='4';
	window.parent.document.getElementById('hotelcfm').value='yes';
}
function Star5() {
	document.getElementById("L1").src="images/star_1.png";
	document.getElementById("L2").src="images/star_1.png";
	document.getElementById("L3").src="images/star_1.png";
	document.getElementById("L4").src="images/star_1.png";
	document.getElementById("L5").src="images/star_1.png";
	window.parent.document.getElementById('hotel_level').value='5';
	window.parent.document.getElementById('hotelcfm').value='yes';
}
