/* -----------------------------------------------------------------------------
Title : Main Navigation Functionality for IE
Version: 1.0
Author: Paulo Elias
Author URI: http://www.prkreative.com/

	IE 5/5.5/6 drop down functionality from Son of SuckerFish Dropdowns
	< http://www.htmldog.com/articles/suckerfish/dropdowns/ >
	
Created : 2006.11.02
Modified : 2006.11.07
----------------------------------------------------------------------------- */
/*	CLEAR DEFAULT VAULES IN TEXT INPUTS
----------------------------------------------------------------------------- */
function clearText(thefield)
{
	if (thefield.defaultValue==thefield.value)
	thefield.value = ""
}
