/*

*/

function showFansLinkInfo(varLinkName)
{
	displayDiv = document.getElementById('gbx-fans');
	var varHTML = new Array();
	varHTML['sociable'] = '<table width="80%" height="80%" border="0" align="center"><tr><td align="center" valign="middle"><img src="images/fanspage/fans-sociable.gif"><br/><br/><img src="images/fanspage/fans-sociable-img.jpg"><br/><br/><span class="newsheading">Is it time for a sociable?  Well you better get a drink in your hand.  Get recipes for some great drinks inspired by our oringinal songs.</span></td></tr></table>';
	varHTML['stagepass'] = '<table width="80%" height="80%" border="0" align="center"><tr><td align="center" valign="middle"><img src="images/fanspage/fans-stage-pass.gif"><br/><br/><img src="images/fanspage/fans-stage-pass-img.jpg"><br/><br/><span class="newsheading">Exclusive access to check out our featured slide show with photos from both on and off the stage.  You better have your pass ready.</span></td></tr></table>';
	varHTML['inthestudio'] = '<table width="80%" height="80%" border="0" align="center"><tr><td align="center" valign="middle"><img src="images/fanspage/fans-in-the-studio.gif"><br/><br/><img src="images/fanspage/fans-in-the-studio-img.jpg"><br/><br/><span class="newsheading">Want to know how to get a copy of your favorite KMC tunes?  Come join us in the studio to get all the info on our upcoming CD right here.</span></td></tr></table>';
	varHTML['controlroom'] = '<table width="80%" height="80%" border="0" align="center"><tr><td align="center" valign="middle"><img src="images/fanspage/fans-control-room.gif"><br/><br/><img src="images/fanspage/fans-control-room-img.jpg"><br/><br/><span class="newsheading">The Control Room is where it\'s at when you need to get yourself equipped with all the latest in cool KMC downloads.  Did we mention this stuff is FREE!?!?</span></td></tr></table>';
	varHTML['feedback'] = '<table width="80%" height="80%" border="0" align="center"><tr><td align="center" valign="middle"><img src="images/fanspage/fans-feedback.gif"><br/><br/><img src="images/fanspage/fans-feedback-img.jpg"><br/><br/><span class="newsheading">No need to plug your ears in here, we\'re not talking about that kind of feedback.  In here you get to supply the feedback.  Tell the world what you think of KMC!!</span></td></tr></table>';
	varHTML['spotlight'] = '<table width="80%" height="80%" border="0" align="center"><tr><td align="center" valign="middle"><img src="images/fanspage/fans-spotlight.gif"><br/><br/><img src="images/fanspage/fans-spotlight-img.jpg"><br/><br/><span class="newsheading">We\'re turning the spotlight on you, our awesome fans!!  Got a great story about a KMC show you saw or how you met us?  Tell us here and you could be our next featured fan.</span></td></tr></table>';
	varHTML['meetgreet'] = '<table width="80%" height="80%" border="0" align="center"><tr><td align="center" valign="middle"><img src="images/fanspage/fans-meet-greet.gif"><br/><br/><img src="images/fanspage/fans-meet-greet-img.jpg"><br/><br/><span class="newsheading">Here\'s your chance to go one-on-one with Kerry and get all your questions answered.  Got question you\'ve been just dying to ask Kerry, well come on in, this is the place.</span></td></tr></table>';
	varHTML['kmctv'] = '<table width="80%" height="80%" border="0" align="center"><tr><td align="center" valign="middle"><img src="images/fanspage/fans-kmctv.gif"><br/><br/><img src="images/fanspage/fans-kmctv-img.jpg"><br/><br/><span class="newsheading">It\'s OK, you don\'t have to wait until our next show to get your KMC fix.  Check out awesome video footage of past KMC shows and events.  You don\'t even need to set the VCR.</span></td></tr></table>';
	varHTML['swag'] = '<table width="80%" height="80%" border="0" align="center"><tr><td align="center" valign="middle"><img src="images/fanspage/fans-swag.gif"><br/><br/><img src="images/fanspage/fans-swag-img.jpg"><br/><br/><span class="newsheading">Well what would a tour be without swag.  Check out our Cafe Press page to get the latest KMC Gear.  Don\'t be the only one at the show unprepared, get yours today!</span></td></tr></table>';
	displayDiv.innerHTML = varHTML[varLinkName];

}

function hideFansLinkInfo()
{
	displayDiv = document.getElementById('gbx-fans');
	
	displayDiv.innerHTML = '<table width="95%" height="90%" align="center" border="0" cellspacing="10"><tr><td valign="top" height="140">	<img src="images/fanspage/fans-masthead.jpg"></td></tr><tr><td valign="top" align="center"><span class="newsheading">Hey Y\'all, Welcome to the fans page.  We\'ve put together this area of our website just for you, our Awesome Fans!!  Take some time to explore all the cool stuff we\'ve got for you, and remember to check back because we\'ll be making updates all the time!</span></td></tr></table>';

}