if (top.location != location) {
	top.location.href = document.location.href ;
}

function showLocation(theIndex){
	document.getElementById("home_image").style.backgroundPosition="0 -278px";
	document.getElementById("home_text").style.backgroundPosition="0 -" + ((theIndex * 43)-1) + "px";
	document.getElementById("address_" + theIndex).style.visibility='visible';
}

function hideLocation(theIndex){
	//document.getElementById("home_image").style.backgroundPosition="0 0px";
	//document.getElementById("home_text").style.backgroundPosition="0 0px";
	document.getElementById("address_" + theIndex).style.visibility='hidden';
}

function showTourSlide(theSlide){
	
	//for (var ii=0; ii<totalSlides; ii++){
	//	document.getElementById("circle"+ii).src = "/images/buttons/tour_circle.png";
	//}

	//document.getElementById("circle"+theSlide).src = "/images/buttons/tour_circle_on.png";
	//document.getElementById("tour_image").src = fadeimages[theSlide];

	//jQuery("slider").scrolltoPageNumber(theSlide);
	
	document.getElementById("captions").innerHTML = fadetext[theSlide];
}

function showCuisineSlide(theSlide, totalSlides){
	
	//for (var ii=0; ii<totalSlides; ii++){
	//	document.getElementById("circle"+ii).src = "/images/buttons/cuisine_circle.gif";
	//}

//	document.getElementById("cuisine_image").src = fadeimages[theSlide];
//	document.getElementById("circle"+theSlide).src = "/images/buttons/cuisine_circle_on.gif";
	document.getElementById("captions").innerHTML = fadetext[theSlide];
	document.getElementById("slide_title").innerHTML = fadeheader[theSlide];
}

function framebreakout(){

	if (top.location != location) {
		top.location.href = document.location.href ;
	}

}



