function openDir1 (tool) {
        if (tool.directory1.selectedIndex == 1)
                parent.window.location.href="automotive.html"
        if (tool.directory1.selectedIndex == 2)
                window.location.href="construction.html"
		if (tool.directory1.selectedIndex == 3)
                window.location.href="floor_care.html"
		if (tool.directory1.selectedIndex == 4)
                window.location.href="home_improvement.html"
		if (tool.directory1.selectedIndex == 5)
                window.location.href="household_office.html"
		if (tool.directory1.selectedIndex == 6)
                window.location.href="lawn_garden.html"
		if (tool.directory1.selectedIndex == 7)
                window.location.href="moving.html"
		if (tool.directory1.selectedIndex == 8)
                window.location.href="plumbing.html"
		if (tool.directory1.selectedIndex == 9)
                window.location.href="power_tools.html"
}
