	function cConvert(){
		window.open("/travel/currencyconvertor.html","frmCurrencyConverter","menubar=no,width=860,height=350")
	}

function changeStoryImage (img)
{
	var el = document.getElementById("storyImage" + img);

	for (i=1; document.getElementById("storyImage" + i) != null; i++)
	{
		document.getElementById("storyImageListItem" + i).className = "unselected";
		document.getElementById("storyImage" + i).style.display = "none";
	}
	if(el != null)
	{
		document.getElementById("storyImageListItem" + img).className = "selected";
		el.style.display = "block";
	}

}

function showPlayer(url)
{
	var win = window.open(url, "rteplayer", "height=560,width=860,status=yes,toolbar=no,menubar=no,location=no");
	win.focus();
}

function searchCountry(loc) {
	location.href = "/travel/search_test.html?query=" + loc;
}

function goPierre() {
	urchinTracker('/siteevents/travel/pierrevacances');
}

