/*   All Javascript code is Copyright 2009 HunterGD @ HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

$(document).ready(function(){	
	$('.thumbBox').easySlider({
		prevText: 'Previous Batch',
		nextText: 'Next Batch',
		orientation: 'horizontal'
	});
	showPort();
});

function showPort()
{
	if(location.hash == '#amore' || location.hash == '#chamber' || location.hash == '#commonsense' || location.hash == '#communityday' || location.hash == '#dlux' || location.hash == '#gentletouch' || location.hash == '#rphp' || location.hash == '#skyline' || location.hash == '#yelling')
	{
		var resultBox = location.hash.substr(1);
		var t = "Website Information Box";
		var a = "#TB_inline?height=380&width=533&inlineId=" + resultBox;
		var g = "gallery-thumb";
		tb_show(t,a,g);
		this.blur();
		return false;
	}
}

/*
functionÊtb_init(domChunk){
ÊÊ$(domChunk).click(function(){
ÊÊvarÊtÊ=Êthis.titleÊ||Êthis.nameÊ||Ênull;
ÊÊvarÊaÊ=Êthis.hrefÊ||Êthis.alt;
ÊÊvarÊgÊ=Êthis.relÊ||Êfalse;
ÊÊtb_show(t,a,g);
ÊÊthis.blur();
ÊÊreturnÊfalse;
ÊÊ});
}

function showPort($portID)
{
	var smallID = $portID + "Thumb"

	document.getElementById("amoreThumb").style.opacity = .60;
	document.getElementById("chamberThumb").style.opacity = .60;
	document.getElementById("commonsenseThumb").style.opacity = .60;
	document.getElementById("communitydayThumb").style.opacity = .60;
	document.getElementById("dluxThumb").style.opacity = .60;
	document.getElementById("gentletouchThumb").style.opacity = .60;
	document.getElementById("rhphThumb").style.opacity = .60;
	document.getElementById("skylineThumb").style.opacity = .60;
	document.getElementById("yellingThumb").style.opacity = .60;

	document.getElementById(smallID).style.opacity = 1;

	var $portSet = "#" + $portID;

	document.getElementById("amore").style.display = "none";
	document.getElementById("chamber").style.display = "none";
	document.getElementById("commonsense").style.display = "none";
	document.getElementById("communityday").style.display = "none";
	document.getElementById("dlux").style.display = "none";
	document.getElementById("gentletouch").style.display = "none";
	document.getElementById("rhph").style.display = "none";
	document.getElementById("skyline").style.display = "none";
	document.getElementById("yelling").style.display = "none";

	$($portSet).slideDown('slow');
}*/
