// JavaScript Document


function suede() {
			Effect.Fade('slide-wrap', { duration: 0.5 });
			window.setTimeout('suedeSet()', 700);			
					
}
function suedeSet() {	
	Effect.BlindDown('slide-wrap', { duration: 0.5 });
	var headline = document.getElementById('headline');
	var careDescrip = document.getElementById('care-descrip');
	var placeholder = document.getElementById('placeholder');
	var linkImg = document.getElementById('suede-link');
	var source = linkImg.getAttribute('href');
	placeholder.setAttribute('src',source);	
	placeholder.setAttribute('alt','suede');
	headline.firstChild.nodeValue = 'Suede Care:';
	careDescrip.innerHTML = 'Shoes with a nap, such as suede or nubuck, can\'t be polished. Preventive maintenance is the key to keeping suede shoes in top condition. After purchasing a pair of suede or nubuck shoes, you\'ll first want to apply a protectant to repel water and stains. Repellant only lasts for a while, so you\'ll need to reapply it every 6 months or so.<br /><br />Gently brush suede and nubuck footwear to remove loose dirt on a regular basis. Stains should be treated immediately with a solvent-based suede cleaner.';			

}
function leather() {
	Effect.Fade('slide-wrap', { duration: 0.5 });
	window.setTimeout('leatherSet()', 700);
				
}

function leatherSet() {	
	Effect.BlindDown('slide-wrap', { duration: 0.5 });
	var headline2 = document.getElementById('headline');
	var careDescrip2 = document.getElementById('care-descrip');
	var placeholder2 = document.getElementById('placeholder');
	var linkImg2 = document.getElementById('leather-link');
	var source2 = linkImg2.getAttribute('href');
	placeholder2.setAttribute('src',source2);	
	placeholder2.setAttribute('alt','suede');
	headline2.firstChild.nodeValue = 'Smooth Leather Care:';
	careDescrip2.innerHTML = 'Remove dirt by cleaning with a leather cleaner made specifically for smooth leathers. You can use saddle soap or a smooth leather shoe cleaner.<br /><br />After cleaning, let the shoes dry for a few minutes and begin shining the shoes with a soft cotton cloth - either a shoe shine cloth, or even an old t-shirt, as long as it\'s soft and made of cotton.<br /><br />To condition your leather shoes, rub a small amount of conditioner into the shoe over the entire surface of the leather. After a couple of minutes, wipe any remaining conditioner off of the shoes, as the leather will only absorb what it can.<br /><br />To polish your leather shoes, apply a shoe polish to a small, less conspicuous area of the shoe to test and be sure the color is right. Rub the polish into the shoe with a soft cotton cloth, and allow it to dry thoroughly.<br /><br />After the shoe polish is dry, shine your shoes by buffing them with a soft cloth or brush made specifically for shining shoes.';			
		
}

function patent() {
	Effect.Fade('slide-wrap', { duration: 0.5 });
	window.setTimeout('patentSet()', 700);
				
}

function patentSet() {	
	Effect.BlindDown('slide-wrap', { duration: 0.5 });
	var headline4 = document.getElementById('headline');
	var careDescrip4 = document.getElementById('care-descrip');
	var placeholder4 = document.getElementById('placeholder');
	var linkImg4 = document.getElementById('patent-link');
	var source4 = linkImg4.getAttribute('href');
	placeholder4.setAttribute('src',source4);	
	placeholder4.setAttribute('alt','patent');
	headline4.firstChild.nodeValue = 'Patent Leather:';
	careDescrip4.innerHTML = 'Cleaning is easily done with a mild soap and a wet cloth or a gentle leather cleaner.<br /><br />To condition patent leather and give it it\'s high gloss look, use a leather shining product. Spray and spread the product evenly and leave to dry.  It dries in only a few seconds and there\'s no need for buffing.'; }


function shearling () {
	Effect.Fade('slide-wrap', { duration: 0.5 });
	window.setTimeout('shearlingSet()', 700);				
}

function shearlingSet() {	
	Effect.BlindDown('slide-wrap', { duration: 0.5 });
	var headline3 = document.getElementById('headline');
	var careDescrip3 = document.getElementById('care-descrip');
	var placeholder3 = document.getElementById('placeholder');
	var linkImg3 = document.getElementById('shearling-link');
	var source3 = linkImg3.getAttribute('href');
	placeholder3.setAttribute('src',source3);	
	placeholder3.setAttribute('alt','suede');
	headline3.firstChild.nodeValue = 'Shearling Care:';
	careDescrip3.innerHTML = 'Shearling requires delicate care when being cleaned. Use a mild sheepskin cleaner such as Woolite or you can also try using an all-natural cleaner that\'s safe for wool and other delicates. Be sure to dilute your cleaner in cold water according to the instructions.<br /><br /> Next, use a cloth soaked in cold water to dampen the outside surface of your boots, being careful not to thoroughly soak through the entire sheepskin. Apply a small amount of your cleaner to a sponge, and gently scrub the entire area in small circles. Rinse off all the cleaner with your cold, wet cloth, stopping to rinse and ring it out as you go.';	
		
	
}