// --------------------------------------------------------------------------------
// tabFooter.js
// --------------------------------------------------------------------------------
// description - outputs an footer tabs.
// --------------------------------------------------------------------------------


// function :: writeProductTab( tabName, category, lastRow )
// --------------------------------------------------------------------------------
// tabName    - Name of product tab
// category   - The category the product appears under
//            - CHILLY DOGS BUSINESS RULE
// footerType - Defines in which footer style the tab will be displayed as
// --------------------------------------------------------------------------------
function writeTabFooter( tabName, category, footerType )
{
	// --------------------------------------------------------------------------------
	// DECLARATIONS
	// --------------------------------------------------------------------------------	
	var target, title, picture, description;


	// --------------------------------------------------------------------------------	
	// INDEX FOOTER TABS
	// --------------------------------------------------------------------------------	
	if( tabName=="CHILLY WEAR" )
	{
		target = "#";
		title = "CHILLY WEAR&#153;";
		picture = "chillyWear.jpg";
		description = "Check out all of Chilly Dogs&#153; apparel and gear.<br><br>We create dog coats and accessories for even the hard to fit hound.<br><br>Start shopping for Chilly Wear&#153; online today:<br><br><a href='chillyWearAllBreed.html' class='linkBold'>> all breed</a><br><a href='chillyWearLongAndLean.html' class='linkBold'>> long &amp; lean</a><br><a href='chillyWearWhippet.html' class='linkBold'>> whippet</a><br><a href='productPawsForCharity.html' class='linkBold'>> paws for charity</a><br><a href='chillyWearHumanApparel.html' class='linkBold'>> human apparel</a>";
	}

	if( tabName=="FITTING ROOM" )
	{
		target = "fittingRoom.html";
		title = "FITTING ROOM";
		picture = "fittingRoom.jpg";
		description = "Use our fitting guide to ensure you Chilly Wear&#153; product will fit your dog perfectly.<br><br>Learn how to correctly measure your dog, view our useful sizing chart and the coat size guide.<br><br><br><br><br><br><a href='fittingRoom.html' class='linkBold'>more >>></a><br>";
	}

	if( tabName=="STORE FINDER" )
	{
		target = "storeFinder.html";
		title = "STORE FINDER";
		picture = "storeFinder.jpg";
		description = "We produce quality dog apparel for in-store customers across North America.<br><br>Can't find a store near you?<br><br>View and order products online, we fill orders for clients all around the world.<br><br><br><br><br><a href='storeFinder.html' class='linkBold'>more >>></a><br>";
	}

	if( tabName=="RAVE REVIEWS" )
	{
		target = "raveReviews.html";
		title = tabName;
		picture = "raveReviews.jpg";
		description = "&quot;The coats are without doubt the best fitting, best looking, best made active whippet clothing we've encountered in over 25 years of buying or making coats.&quot;<br><br>Heather - Ontario, Canada<br><br><br><br><br><br><br><a href='raveReviews.html' class='linkBold'>more >>></a><br>";
	}

	
	// --------------------------------------------------------------------------------	
	// PRODUCT UPSALE FOOTER TABS
	// --------------------------------------------------------------------------------	
	// ALL BREED
	if(category=="ALL_BREED")
	{
		if(tabName=="GREAT WHITE NORTH")
		{
			target="productGreatWhiteNorthAllBreed.html";
			title="GREAT WHITE NORTH&#153;";
			picture="greatWhiteNorth.jpg";
			description="The Great White North&#153; winter coat is designed for maximum warmth, durability and safety in mind.<br><br><br>";
		}	
	
		if(tabName=="HEAD MUFF")
		{
			target="productHeadMuffAllBreed.html";
			title="HEAD MUFF&#153;";
			picture="headMuff.jpg";
			description="The Head Muff&#153; is ideal for breeds with cropped or thin-skinned ears that are susceptible to frost bite.<br><br><br>";
		}	
	
		if(tabName=="CHILLY SWEATER")
		{
			target="productChillySweaterAllBreed.html";
			title="CHILLY SWEATER&#153;";
			picture="chillySweater.jpg";
			description="The Chilly Sweater&#153; is perfect for those breezy days when a full coat is just too much.<br><br><br>";
		}	
	
		if(tabName=="RAIN SLICKER")
		{
			target="productRainSlickerAllBreed.html";
			title="RAIN SLICKER&#153;";
			picture="rainSlicker.jpg";
			description="The All-Season Rain Slicker&#153; coat is highly versatile and great for cool, windy and wet spring to fall days.<br><br>";
		}	
		
		if(tabName=="RAIN SLICKER RED")
		{
			target="productRainSlickerAllBreed.html";
			title="RAIN SLICKER&#153;";
			picture="rainSlickerRed.jpg";
			description="The All-Season Rain Slicker&#153; coat is highly versatile and great for cool, windy and wet spring to fall days.<br><br>";
		}	
	
		if(tabName=="SOAKER")
		{
			target="productSoakerAllBreed.html";
			title="SOAKER&#153;";
			picture="soaker.jpg";
			description="Two fantastic uses for one great coat!<br><br><br><br><br>";
		}	
	}
	// LONG AND LEAN
	if(category=="LONG_AND_LEAN")
	{
		if(tabName=="GREAT WHITE NORTH")
		{
			target="productGreatWhiteNorthLongAndLean.html";
			title="GREAT WHITE NORTH&#153;";
			picture="greatWhiteNorthLongAndLean.jpg";
			description="The Great White North&#153; Winter Coat is designed for maximum warmth, durability and safety in mind.<br><br><br>";
		}	
	
		if(tabName=="HEAD MUFF")
		{
			target="productHeadMuffLongAndLean.html";
			title="HEAD MUFF&#153;";
			picture="headMuff2.jpg";
			description="The Head Muff&#153; is ideal for breeds with cropped or thin-skinned ears that are susceptible to frost bite.<br><br><br>";
		}	

		if(tabName=="CHILLY SWEATER")
		{
			target="productChillySweaterLongAndLean.html";
			title="CHILLY SWEATER&#153;";
			picture="chillySweaterRed2.jpg";
			description="The Chilly Sweater&#153; is perfect for those breezy days when a full coat is just too much.<br><br><br>";
		}	
	
		if(tabName=="RAIN SLICKER")
		{
			target="productRainSlickerLongAndLean.html";
			title="RAIN SLICKER&#153;";
			picture="rainSlicker.jpg";
			description="The All-Season Rain Slicker&#153; coat is highly versatile and great for cool, windy and wet spring to fall days.<br><br>";
		}	
	
		if(tabName=="RAIN SLICKER RED")
		{
			target="productRainSlickerLongAndLean.html";
			title="RAIN SLICKER&#153;";
			picture="rainSlickerRed.jpg";
			description="The All-Season Rain Slicker&#153; coat is highly versatile and great for cool, windy and wet spring to fall days.<br><br>";
		}	
	
		if(tabName=="SOAKER")
		{
			target="productSoakerLongAndLean.html";
			title="SOAKER&#153;";
			picture="soaker.jpg";
			description="Two fantastic uses for one great coat!<br><br><br><br><br>";
		}	
	}
	// WHIPPET
	if(category=="WHIPPET")
	{
		if(tabName=="GREAT WHITE NORTH")
		{
			target="productGreatWhiteNorthWhippet.html";
			title="GREAT WHITE NORTH&#153;";
			picture="greatWhiteNorthLongAndLean.jpg";
			description="The Great White North&#153; winter coat is designed for maximum warmth, durability and safety in mind.<br><br><br>";
		}	
	
		if(tabName=="HEAD MUFF")
		{
			target="productHeadMuffWhippet.html";
			title="HEAD MUFF&#153;";
			picture="headMuff2.jpg";
			description="The Head Muff&#153; is ideal for breeds with cropped or thin-skinned ears that are susceptible to frost bite.<br><br><br>";
		}	
	
		if(tabName=="CHILLY SWEATER")
		{
			target="productChillySweaterWhippet.html";
			title="CHILLY SWEATER&#153;";
			picture="chillySweaterRed.jpg";
			description="The Chilly Sweater&#153; is perfect for those breezy days when a full coat is just too much.<br><br><br>";
		}	
	
		if(tabName=="RAIN SLICKER")
		{
			target="productRainSlickerWhippet.html";
			title="RAIN SLICKER&#153;";
			picture="rainSlickerWhippet.jpg";
			description="The All-Season Rain Slicker&#153; coat is highly versatile and great for cool, windy and wet spring to fall days.<br><br>";
		}	
	
		if(tabName=="SOAKER")
		{
			target="productSoakerWhippet.html";
			title="SOAKER&#153;";
			picture="soaker2.jpg";
			description="Two fantastic uses for one great coat!<br><br><br><br><br>";
		}
		
		if(tabName=="WHIPPET PAWS FOR CHARITY SWEATER")
		{
			target="productPawsForCharitySweater.html";
			title="PINK RIBBON SWEATER";
			picture="pawsForCharity.jpg";
			description="<b>Chilly Dogs&#153;</b> invites you and your dog to help raise funds in the fight against breast cancer.<br><br><br>";
		}	
		
		if(tabName=="COLLARS AND LEASHES")
		{
			target="productCollarsAndLeashesWhippet.html";
			title="MARTINGALE COLLARS";
			picture="collarsAndLeashes.jpg";
			description="Function, safety and flare all in one amazing collar, courtesy of our friends at Around the Hounds.<br><br><br>";
		}		
	}
	
	
	// --------------------------------------------------------------------------------	
	// PAWS FOR CHARITY FOOTER TABS
	// --------------------------------------------------------------------------------	
	if(tabName=="PAWS FOR CHARITY SWEATER")
	{
		target="productPawsForCharitySweater.html";
		title="PINK RIBBON SWEATER";
		picture="pawsForCharity.jpg";
		description="<b>Chilly Dogs&#153;</b> invites you and your dog to help raise funds in the fight against breast cancer.<br><br><br><br><br><br><br>";
	}

	if(tabName=="CCS")
	{
		target="http://www.cancer.ca/ccs/internet/niw_splash/0%2C%2C3172%2C00.html";
		title=tabName;
		picture="ccs.jpg";
		description="Now you can play an important part in creating a future without breast cancer through the purchase of selected quality merchandise.<br><br><br><br><br>";
	}

	if(tabName=="AROUND THE HOUNDS")
	{
		target="http://www.aroundthehounds.com";
		title=tabName;
		picture="aroundTheHounds.jpg";
		description="<b>Char Harding</b><br><br>Collar designer Char Harding is known world wide for use of exquisite fabrics. She has created this beautiful pink ribbon design collar exclusively for this project.<br><br><br>";
	}

	if(tabName=="BARKING BISCUIT")
	{
		target="http://www.barkingbiscuit.com";
		title=tabName;
		picture="barkingBiscuit.jpg";
		description="<b>Sara Harley</b><br><br>Pleasing the canine connoisseur is Sara Harley's specialty. Known for her hand made, all natural dog biscuits, Sara has created a new flavor called Crunch for a Cure.<br><br>";
	}

	if(tabName=="PHOTO BY SUE BIRD")
	{
		target="http://www.photobysuebird.com";
		title=tabName;
		picture="photoBySueBird.jpg";
		description="<b>Suzanne Bird</b><br><br>Suzanne is focusing her lens on the Dog Days of Cancer, creating a collection of portraits of the bond between dogs and their owners who have survived or are battling cancer.<br><br>";
	}	


	// --------------------------------------------------------------------------------	
	// WRITE FOOTER TAB TO PAGE
	// --------------------------------------------------------------------------------
	document.write( "<div id='border1'><div id='border2'><div id='border3'><div id='border4'><div id='border5'>" );
	document.write( "	" );
	document.write( "		<div id='tab'>" );

	if( footerType == "INDEX" )
	{
		document.write( "			<div id='tabHeader'><a href='" + target + "' class='tabHeader'>" + title + "</a></div>" );
		document.write( "			<div id='tabPicture'><a href='" + target + "' class='linkNormal'><img src='images/tabHeaders/" + picture + "' border='0' alt=''></a></div>" );
		document.write( "			<div id='tabContent'><a href='" + target + "' class='linkNormal'>" + description + "</a></div>" );
	}
	
	if( footerType == "PRODUCT_UPSALE" )
	{
		document.write( "			<div id='tabHeader'><a href='" + target + "' class='tabHeader'>" + title + "</a></div>" );
		document.write( "			<div id='tabPicture'><a href='" + target + "' class='linkNormal'><img src='images/tabHeaders/" + picture + "' border='0' alt=''></a></div>" );
		document.write( "			<div id='tabContent'><a href='" + target + "' class='linkNormal'>" + description + "</a></div>" );
	}
		
    if( footerType == "PAWS_FOR_CHARITY" )
	{
		document.write( "			<div id='tabHeaderPawsForCharity'><a target='_blank' href='" + target + "' class='tabHeader'>" + title + "</a></div>" );

		if( title == "PINK RIBBON SWEATER" )
		{
			document.write( "			<div id='tabPicture'><a href='" + target + "' class='linkNormal'><img src='images/tabHeaders/" + picture + "' border='0' alt=''></a></div>" );
		}
		else
		{
			document.write( "			<div id='tabPicture'><a target='_blank' href='" + target + "' class='linkNormal'><img src='images/tabHeaders/" + picture + "' border='0' alt=''></a></div>" );
		}

		document.write( "			<div id='tabContentPawsForCharity'><a target='_blank' href='" + target + "' class='linkNormal'>" + description + "</a></div>" );
	}
	
	document.write( "		</div>" );
	document.write( "	" );
	document.write( "</div></div></div></div></div>" );	
}	
