<!--
function clearText (x, val) 
{
	if (x.value == val) 
	{
		x.value = "";
	}
	else if (x.value != "")
	{
		x.select();
	}
}
	
/* This code executes when the page is loaded: */
if ( ( typeof( sfHover ) ).toLowerCase() != 'undefined' ) { event_attach( 'onload' , function () { 
	
	sfHover( 'mainmenu' );

	
} ); }

-->
