function openDir1 (tools) {
        if (tools.directory1.selectedIndex == 1)
                parent.window.location.href="../../tools/automotive.html"
        if (tools.directory1.selectedIndex == 2)
                window.location.href="../../tools/cement.html"
		if (tools.directory1.selectedIndex == 3)
                window.location.href="../tools/contractor.html"
		if (tools.directory1.selectedIndex == 4)
                window.location.href="../tools/drills_sanders.html"
		if (tools.directory1.selectedIndex == 5)
                window.location.href="../tools/floor_care.html"
		if (tools.directory1.selectedIndex == 6)
                window.location.href="../tools/generators.html"
		if (tools.directory1.selectedIndex == 7)
                window.location.href="../tools/hand_tools.html"
		if (tools.directory1.selectedIndex == 8)
                window.location.href="../tools/heaters.html"
		if (tools.directory1.selectedIndex == 9)
                window.location.href="../tools/jacks.html"
		if (tools.directory1.selectedIndex == 10)
                window.location.href="../tools/pumps.html"
		if (tools.directory1.selectedIndex == 11)
                window.location.href="../tools/lawn_garden.html"
		if (tools.directory1.selectedIndex == 12)
                window.location.href="../tools/moving.html"
		if (tools.directory1.selectedIndex == 13)
                window.location.href="../tools/paint_wallpaper.html"
		if (tools.directory1.selectedIndex == 14)
                window.location.href="../tools/plumbing.html"		
		if (tools.directory1.selectedIndex == 15)
                window.location.href="../tools/saws.html"																		
}
