
<!--


/* Opens the phone booking link */


function phone_booking_popup(url, townname) {

	if (typeof url=="undefined") { return false; }

	url = url + 'town/' + townname;

	window.open(url,'phonepopup',"height=160,width=500,left=200,top=190");

	return true;

}


// -->
