//<![CDATA[
function toolchange(tool) {
	
	if (tool == "drill") {
		document.getElementById('toolImage').innerHTML = "<img src=\"../pics/product/tools/largedrill.gif\" alt=\"Drill\" />";
		document.getElementById('toolTitle').innerHTML = "Drill";
		document.getElementById('toolText').innerHTML = "A power drill is one of the key components to installing our closet systems. The drill is used to attach your support rail to the wall, fasten the support cleats to the wall, and level the closet system. Be sure not to nail or drill into any electrical items or plumbing fixtures.<br/>We have streamlined the process, and a good drill will help make your closet installation experience even easier.";
	}
	else if (tool == "tape") {
		document.getElementById('toolImage').innerHTML = "<img src=\"../pics/product/tools/largetapemeasure.gif\" alt=\"Tape Measure\" />";
		document.getElementById('toolTitle').innerHTML = "Tape Measure";
		document.getElementById('toolText').innerHTML = "The main use for the tape measure in closet installation is to find the correct height for mounting the support rail. Once this is done you can then start searching for studs, attach your rail to the wall, and place sections of your closet system on the rail.<br/>We make it easy to get from measuring to completing the whole installation of your closet system, with pre-assembled parts and simple instructions so you can grab your tape measure and get the job done.";
	}
	else if (tool == "level") {
		document.getElementById('toolImage').innerHTML = "<img src=\"../pics/product/tools/largelevel.gif\" alt=\"Level\" />";
		document.getElementById('toolTitle').innerHTML = "Level";
		document.getElementById('toolText').innerHTML = "The level is (as its name implies) used to level your closet system. Once you have installed your closet system, you use the level to determine if any adjustments need to be made.<br/>Your new closet organizer will fit perfectly as the measurements made during the closet design process are reflected in the actual custom closet system we ship. Properly leveling your closet organizer is important to maintain right angles with all of the shelves and closet drawers in your system - our goal is to simplify the closet organization experience by making installation as smooth as possible.";
	}
	else if (tool == "stud") {
		document.getElementById('toolImage').innerHTML = "<img src=\"../pics/product/tools/largestudfinder.gif\" alt=\"Stud Finder\" />";
		document.getElementById('toolTitle').innerHTML = "Stud Finder";
		document.getElementById('toolText').innerHTML = "A tool used for finding wall studs. If you don&#39;t have a stud finder you can use a hammer or your hand. If using a stud finder, follow instructions that came with it. If using your hand or a hammer, lightly tap on the wall until the sound goes from hollow to solid.<br/>Whether building a wall bed or other closet system, a studfinder will make our easy closet installation steps easier by helping you more readily locate your wall's support beams. By attaching to your support beams you'll ensure the weight of your closet organizer (and all of the items you place within it) will be upheld and your closet installation a success.";
	}
	else if (tool == "screwdriver") {
		document.getElementById('toolImage').innerHTML = "<img src=\"../pics/product/tools/largescrewdriver.gif\" alt=\"Screw Driver\" />";
		document.getElementById('toolTitle').innerHTML = "Screwdriver";
		document.getElementById('toolText').innerHTML = "The Phillips screwdriver is used to make fine adjustments on your closet system as well as attaching other items to your closet organizer.<br/>While the screwdriver is undoubtably a helpful tool, we minimize the number of screws you'll have to turn during closet installation by pre-assembling many parts and closet hardware. Though shipping closet organizers completely assembled is impractical, our closet build crew does much of the work before your closet organizer leaves our facility. Our goal in satisfying your closet organization needs is to help you finish with closet installation as quickly as possible.";
	}
	else if (tool == "pencil") {
		document.getElementById('toolImage').innerHTML = "<img src=\"../pics/product/tools/largepencil.gif\" alt=\"Pencil\" />";
		document.getElementById('toolTitle').innerHTML = "Pencil";
		document.getElementById('toolText').innerHTML = "A pencil is used to mark studs so that you can easily locate them when needed.";
	}
}
//]]>