function PopupMultiCost() {
	Popup("Multi-Day Tour Cost","This is the total amount that you can expect to spend for this tour starting from our meeting point at the start of the tour. It <b>includes your guide, bike, rack and helmet</b> and is based on the average daily per person costs. It includes all expenses as well as the <b>Guides&#39; Fee</b> the <b>transportation during the tour</b> and the <b>trekking</b>. It does not include souvenirs nor the cost of optional or extra side trips and excursions. The flight is also not included; please check with your travel agent.<br><br>Please contact us for a discount if you plan to bring your own bike.")
}

function PopupNoBikeCost() {
	Popup("No bicycle rental included","This is the total amount that you can expect to spend for this tour starting from our meeting point at the start of the tour. It is based on the average daily per person costs. It includes all expenses as well as the <b>Guides&#39; Fee</b> and <b>transportation during the tour</b>. It does not include souvenirs nor the cost of optional or extra side trips and excursions. The flight is also not included; please check with your travel agent.<br><br>Please note that you must bring your own bicycle for this tour.");
}

function PopupDayCost() {
	Popup("Day Tour Cost","This price includes your guide, and your bike and helmet rental.")
}

function PopupJuneToAugust() {
	Popup("Weather","<b>May to October</b> is rainy season in San Cristobal. Don&#39;t worry though, it doesn&#39;t rain all the time, nor every day. On days when it rains, it&#39;s usually sunny all morning and only starts to rain in the afternoon. That all said, please come prepared for rain.<br><br>From <b>November to April</b>, it&#39;s quite dry and cooler. It can get cold at night.")
}
