var showAddBookmark = (window.sidebar) || (window.external) || (window.opera && window.print);
var regionBase;

if (location.href.indexOf("/sitestosee/bluegrass.htm") != -1) {
	regionBase = "-192";
} else if (location.href.indexOf("/sitestosee/audubonbbb.htm") != -1) {
	regionBase = "-768";
} else if (location.href.indexOf("/sitestosee/caves.htm") != -1) {
	regionBase = "-672";
} else if (location.href.indexOf("/sitestosee/boonecountry.htm") != -1) {
	regionBase = "-384";
} else if (location.href.indexOf("/sitestosee/appalachians.htm") != -1) {
	regionBase = "-288";
} else if (location.href.indexOf("/sitestosee/derbyregion.htm") != -1) {
	regionBase = "-576";
} else if (location.href.indexOf("/sitestosee/northernky.htm") != -1) {
	regionBase = "-96";
} else if (location.href.indexOf("/sitestosee/southernlakes.htm") != -1) {
	regionBase = "-480";
} else if (location.href.indexOf("/sitestosee/westernwaterlands.htm") != -1) {
	regionBase = "-864";
} else {
	regionBase = 0;	
}

function addBookmark(title,url) {
// Gecko Sidebar Support
	if (window.sidebar) {
		window.sidebar.addPanel(title, url,"");
	} 
 // IE Favorite	supprt
	else if( window.external ) {
		window.external.AddFavorite( url, title); 
	}
// Opera Hotlist support.  Apparently no way to trigger this via script?
	else if(window.opera && window.print) { 
		window.alert("Please use CTRL + T to bookmark this page."); 
	} else {
//everybody else;
		return true;	
	}
}

function toggleIndicator(obj) {
	if (obj.className == "selected") {
		return;	
	} else {
		var onObj = findSelected();
		if (onObj) {
			var ulObj = onObj.getElementsByTagName("UL")[0];
			if (ulObj) {
				if (ulObj.style.display == "none" || ulObj.style.display == null) {
					ulObj.style.display = "block";
					//onObj.getElementsByTagName("A")[0].style.backgroundImage = "url(/tourism/images/" + onObj.id + "Arrow.gif)";
					onObj.getElementsByTagName("A")[0].style.backgroundImage = "url(/tourism/images/channel2Arrow.gif)";
				} else {
					ulObj.style.display = "none";
					onObj.getElementsByTagName("A")[0].style.backgroundImage =  "none";
				}
			}
		}
	}
}

function findSelected() {
	if (document.getElementById) {
		var sn = document.getElementById("siteNav");
		var sI = null;
		if (sn) {
			var items = sn.getElementsByTagName("LI");
		}
		for (var i=0; i<items.length; i++) {
			if (items[i].className == "selected" && items[i].id.length > 0) {
				sI = document.getElementById(items[i].id);
			}
		}
		return sI;
	}
}

function swapRegionMapBackGround(offSet) {
	if (document.getElementById) {
		document.getElementById("regionMap").style.backgroundPosition = "left " + offSet + "px";
	}
}

function showDetails(showObj1,hideObj,showObj2) {
	$(showObj1).show('fast');
	$(hideObj).hide('fast');
	$(showObj2).show('fast');
}

function hideDetails(hideObj1,showObj,hideObj2) {
	$(hideObj1).hide('fast');
	$(showObj).show('fast');
	$(hideObj2).hide('fast');
}

function agri() {
 	window.open("http://www.visitkentuckyusa.com/galleries/agritourism.html","agri","width=500,height=500,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function golf() {
	window.open("http://www.visitkentuckyusa.com/galleries/golf.html","golf","width=500,height=500,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function bourbon() {
	window.open("http://www.visitkentuckyusa.com/galleries/bourbon.html","bourbon","width=500,height=500,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function horses() {
	window.open("http://www.visitkentuckyusa.com/galleries/horses.html","horses","width=500,height=500,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function heritage() {
	window.open("http://www.visitkentuckyusa.com/galleries/heritage.html","heritage","width=500,height=500,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function music() {
	window.open("http://www.visitkentuckyusa.com/galleries/music.html","music","width=500,height=500,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function tourism() {
	window.open("http://video.google.com/googleplayer.swf?docid=528592587416644687","tourism","width=400,height=326,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}
function bigcity() {
	window.open("http://video.google.com/googleplayer.swf?docid=-4436593756735398757","bigcity","width=400,height=326,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function chickenfest() {
 	window.open("http://video.google.com/googleplayer.swf?docid=-8023981623609159106","chickenfest","width=400,height=326,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function lincoln() {
	 window.open("http://video.google.com/googleplayer.swf?docid=3038064123947527226","lincoln","width=400,height=326,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function climbing() {
	 window.open("http://video.google.com/googleplayer.swf?docid=-2260831640561833154","climbing","width=400,height=326,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function bourbonfest() {
	 window.open("http://video.google.com/googleplayer.swf?docid=-4690885129148023807","bourbonfest","width=400,height=326,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

function vineyards() {
	 window.open("http://video.google.com/googleplayer.swf?docid=1831246533344851614","vineyards","width=400,height=326,location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60");
}

/** Intitialization **/
function init() {
	try { 
		attachMethods(); 
	} catch(e) {
		return; 
	}
}

window.onload = init;