// JavaScript Document

function poleL(state){
	if(state==true){
		document.getElementById("catPoleLanding").style.backgroundImage='url(img_t/pole/L/button_large_pole_on_A.png)';
		document.getElementById("catPoleLandingMenu").style.visibility="visible";
		document.getElementById("catPoleLandingMenu").style.zIndex="999";
	}
	else
	{
		document.getElementById("catPoleLanding").style.backgroundImage='url(img_t/pole/L/button_large_pole_off.png)';
		document.getElementById("catPoleLandingMenu").style.visibility="hidden";
		document.getElementById("catPoleLandingMenu").style.zIndex="2";
	}
}

function burlesqueL(state){
	if(state==true){
		document.getElementById("catBurlesqueLanding").style.backgroundImage='url(img_t/burlesque/L/button_large_burlesque_on_A.png)';
		document.getElementById("catBurlesqueLandingMenu").style.visibility="visible";
		document.getElementById("catBurlesqueLandingMenu").style.zIndex="999";
	}
	else
	{
		document.getElementById("catBurlesqueLanding").style.backgroundImage='url(img_t/burlesque/L/button_large_burlesque_off.png)';
		document.getElementById("catBurlesqueLandingMenu").style.visibility="hidden";
		document.getElementById("catBurlesqueLandingMenu").style.zIndex="2";
	}
}

function partiesL(state){
	if(state==true){
		document.getElementById("catPartiesLanding").style.backgroundImage='url(img_t/parties/L/button_large_parties_on_A.png)';
		document.getElementById("catPartiesLandingMenu").style.visibility="visible";
		document.getElementById("catPartiesLandingMenu").style.zIndex="999";
	}
	else
	{
		document.getElementById("catPartiesLanding").style.backgroundImage='url(img_t/parties/L/button_large_parties_off.png)';
		document.getElementById("catPartiesLandingMenu").style.visibility="hidden";
		document.getElementById("catPartiesLandingMenu").style.zIndex="2";
	}
}

function aboutL(state){
	if(state==true){
		document.getElementById("catAboutLanding").style.backgroundImage='url(img_t/about/L/button_large_about_on_A.png)';
		document.getElementById("catAboutLandingMenu").style.visibility="visible";
		document.getElementById("catAboutLandingMenu").style.zIndex="999";
	}
	else
	{
		document.getElementById("catAboutLanding").style.backgroundImage='url(img_t/about/L/button_large_about_off.png)';
		document.getElementById("catAboutLandingMenu").style.visibility="hidden";
		document.getElementById("catAboutLandingMenu").style.zIndex="2";
	}
}

function instructorsL(state){
	if(state==true){
		document.getElementById("catInstructorsLanding").style.backgroundImage='url(img_t/instructors/L/button_large_instructors_on.png)';
	}
	else
	{
		document.getElementById("catInstructorsLanding").style.backgroundImage='url(img_t/instructors/L/button_large_instructors_off.png)';
	}
}

function venuesL(state){
	if(state==true){
		document.getElementById("catVenuesLanding").style.backgroundImage='url(img_t/venues/L/button_large_venues_on.png)';
	}
	else
	{
		document.getElementById("catVenuesLanding").style.backgroundImage='url(img_t/venues/L/button_large_venues_off.png)';
	}
}

function shopnewL(state){
	if(state==true){
		document.getElementById("catShopNewLanding").style.backgroundImage='url(img_t/shop/L/button_large_shop_new_on.png)';
	}
	else
	{
		document.getElementById("catShopNewLanding").style.backgroundImage='url(img_t/shop/L/button_large_shop_new_off.png)';
	}
}

function galleryL(state){
	if(state==true){
		document.getElementById("catGalleryLanding").style.backgroundImage='url(img_t/gallery/L/button_large_gallery_on.png)';
	}
	else
	{
		document.getElementById("catGalleryLanding").style.backgroundImage='url(img_t/gallery/L/button_large_gallery_off.png)';
	}
}

function newsL(state){
	if(state==true){
		document.getElementById("catNewsLanding").style.backgroundImage='url(img_t/news/newsLon.png)';
	}
	else
	{
		document.getElementById("catNewsLanding").style.backgroundImage='url(img_t/news/newsLoff.png)';
	}
}
























