function changeImage(source,image) {
	//alert(source + "\n" + image);
	if (navigator.appName == "Microsoft Internet Explorer")	{
		window.event.srcElement.src = image;
	}
}

function form_reservation( destination ) { //v1.0
	if ( !destination ) { 
		destination = '';
	}
	window.open("form_reservation.php?destination=" + destination,"_blank","scrollbars=yes,resizable=yes,width=480,height=520");
}
function form_feedback() { //v1.0
	window.open("form_feedback.php","_blank","scrollbars=yes,resizable=yes,width=480,height=420");
}
function form_tellafriend(link) { //v1.0
	window.open("form_tellafriend.php?link="+link,"_blank","scrollbars=yes,resizable=yes,width=480,height=550");
}
