

/*
Interactive Image slideshow with text description
By Christian Carlessi Salvadó (cocolinks@c.net.gt). Keep this notice intact.
Visit http://www.dynamicdrive.com for script
*/


g_fPlayMode = 0;
g_iimg = -1;
g_imax = 0;
g_ImageTable = new Array();

function ChangeImage(fFwd)
{
if (fFwd)
{
if (++g_iimg==g_imax)
g_iimg=0;
}
else
{
if (g_iimg==0)
g_iimg=g_imax;
g_iimg--;
}
Update();
}

function getobject(obj){
if (document.getElementById)
return document.getElementById(obj)
else if (document.all)
return document.all[obj]
}

function Update(){
//getobject("_Ath_Slide").src = g_ImageTable[g_iimg][0];
getobject("_Ath_Slide").innerHTML = g_ImageTable[g_iimg][0];
getobject("_Ath_FileName").innerHTML = g_ImageTable[g_iimg][1];
getobject("_Ath_Img_X").innerHTML = g_iimg + 1;
getobject("_Ath_Img_N").innerHTML = g_imax;
}


function Play()
{
g_fPlayMode = !g_fPlayMode;
if (g_fPlayMode)
{
getobject("btnPrev").disabled = getobject("btnNext").disabled = false;
Next();
}
else 
{
getobject("btnPrev").disabled = getobject("btnNext").disabled = false;

}
}
function OnImgLoad()
{

}
function Prev()
{
ChangeImage(false);
}
function Next()
{
ChangeImage(true);
}


////configure below variables/////////////////////////////

//configure the below images and description to your own. 
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_1.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">1. Toolbox: $30<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Let\'s start with something to fill, shall we? A good, usable toolbox can save as much time on a job as having the right tools inside. \"A lot of people don\'t get one and their stuff is all over the place and it takes them a half-hour of frustration to get what they need for even the simplest job,\" says Tenenbaum. He prefers a soft canvas bag with lots of pockets that drapes over a five-gallon bucket. Rubber-bottom soft bags are a slightly heavier alternative.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_2.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">2. Hammer: $15</td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Zarek prefers a steel-shaft version with a vibration-dampening rubber grip. Tenenbaum suggests a 16-ounce steel- or fiberglass-shaft hammer with a smooth (not checkered) head to avoid unnecessary marring. Choose a model with a straight or \"rip\" claw, not a curved claw; they\'re much more useful for demolition. \"And sandpaper the face of the hammer once in a while so nails don't slip off,\" Tenenbaum adds.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_3.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">3. Pry bar: $15</td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">\"A 12- to 15-inch pry bar is incredibly handy,\" says Tenenbaum. \"There is one made of hexagonal steel that is infinitely superior to ones that are made of spring steel, which tend to bounce when you hammer them.\"<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_4.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">4. Vise-grips: $10<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Also known as locking pliers, Vise-Grips are the pit bull in your toolbox: simply adjust the screw drive in the handle and clamp it on to anything that needs vice-like stabilizing, typically metal or PVC pipes. When you're done, the lever in the opposite handle releases the jaws. Channel-lock pliers are a good second choice.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_5.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">5. Needle-nose pliers: $8<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">The long tapering forged head that gives needle-nose pliers their name is particularly useful in electrical work where spaces can get tight. Get a pair with a wire-cutting blade near the hinge.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_6.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">6. Screwdrivers (mixed set): $20<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">You\'ll save money and get the most use out of a good quality mixed set that includes 1/4- and 3/8-inch flat heads and No. 1 and No. 2 Phillips head drivers. Magnetic heads come in handy, too. Tenenbaum advises against cordless electric screwdrivers; instead, he uses screwdriver bits with his corded electric drill, which provides more torque and never needs recharging.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_7.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">7. Wire cutter/stripper: $10<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Tenenbaum regrets the years he spent without this handy plier-like tool that scores and strips the casing off varying gauges of wires to speed electrical jobs. \"I tried to strip wires with diagonal pliers for years and it's so easy with wire strippers,\" he admits. \"I don't know what I was thinking.\"<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_8.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">8. Tape measure (16-foot): $4<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">You\'ll thank yourself for getting a good quality, easy-locking, 3/4-inch-wide model. The half-inchers just don\'t stay in place when extended; the one-inchers are overkill.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_9.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">9. Electrical tester: $2<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Forget the fancy gadgets with dials and displays: you only need the cheapie with two probes and a light to indicate that electrical current is present. \"Remember to test it in a working outlet each time before you use it to make sure it's still working,\" Tenenbaum warns. \"Remember: If it\'s dead, you're dead.\"<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_10.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">10.	Reversible drill with bit set: $40<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">This 3/8th-inch reversible drill is the only electrical tool that you absolutely, positively have to have. Although stores are filled with cordless varieties, stick with a corded model: they're lighter, cheaper and never run out of juice.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_11.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">11.	1/2-inch steel chisel: $10<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">One of the most ancient tools is also essential as well. When you need a chisel (and you will), there\'s really no acceptable substitute. And forget the plastic- and wooden-handled varieties. \"The expectation that you\'re going to go and find a mallet to hit your chisel is just ridiculous,\" says Tenenbaum. \"You're going to reach for a hammer.\"<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_12.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">12.	Utility knife: $4<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Having a utility knife with replaceable blades comes in awfully handy, and again, when you need one there's really no substitute.</td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_13.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">13.	Handsaw: $15<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">If you invest in a circular saw, you may find few situations in which you'll need a handsaw. Zarek says many power-averse folks will feel more comfortable with a short handsaw. A good choice is the 12-inch FatMax by Stanley; it\'s lighter and cuts straighter and faster than traditional handsaws.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_14.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">14.	Nine-inch torpedo level: $9<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">These palm-size levels with the bubble that floats to center are essential to leveling everything from picture frames to kitchen cabinets. If you need to level something long, simply add a board to the level. And don\'t be tempted by the various laser levels on the market. \"I was given one and I\'ve never used it at all,\" says Tenenbaum. \"I don't understand it. Bubbles are incredibly accurate.\"<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_15.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">15.	Safety glasses: $6<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">There simply is no substitute for effective eye protection.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_16.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">16.	7-1/4 inch circular saw: $80<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Once your projects grow beyond a certain scale to include things like decks and fences, you won't hesitate to invest in a circular saw, which speeds up any project involving numerous cuts. This is also one of the most dangerous tools to own. Take extra care to keep kids and pets well away from your work site when operating a circular saw, never cut on an uneven or unstable surface, use protective eyewear and ALWAYS unplug the saw when not in use.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_17.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">17.	Electronic stud finder: $10<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Looking for the studs behind your walls to support shelves or other fixtures? This electronic device will locate them for you quickly and accurately.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_18.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">18.	Carpenter's square: $6<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Despite its name, a carpenter's square isn't square at all, but rather triangular in sort of a gun shape. It enables you to cut squarely when you use it to measure and mark a straight line at a right (90-degree) angle from any straight edge.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_19.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">19.	Random orbital sander: $55<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">At some point, you'll likely need to remove a finish or sand smooth a large surface (table, cabinet, etc.). This is just the tool. Its random motion sands evenly from rough to smooth with optimal control.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_20.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">20.	Staple gun: $17<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">A staple gun comes in handy for a variety of home projects that require fast tacking, such as upholstering.<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
g_ImageTable[g_imax++] = new Array ("<img src=\"/images_mra/slideshow/tools/tools_21.jpg\" width=\"200\" height=\"200\" border=\"0\">", "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td class=\"shSubhead\" colspan=\"2\" height=\"25\">21.	Clamps: $2-$40<br /></td></tr><tr><td colspan=\"2\"></td></tr><tr><td><span class=\"interactive\">Tenenbaum admits clamps are as useful as they are problematic. \"They all have different uses: Some of them are fast, some of them are strong, some of them are heavy, some of them are too long except when you need that length,\" he says. \"But clamps are really handy because you can clamp something down while you work on it or glue it or fasten it. They\'re also good for personal safety when you\'re trying to cut something that\'s wandering all over the place.\"<br><br><span class=\"small\"><font color=\"#000000\">Image source: www.lowes.com</font></span></td></tr></table>");
//extend the above list as desired
g_dwTimeOutSec=1

////End configuration/////////////////////////////

if (document.getElementById||document.all)
window.onload=Play


