function onFocusLogin(obj,str)
{
	if (obj.value == str) obj.value = '';
}
function onBlurLogin(obj,str)
{
	if  (obj.value == '') obj.value = str;
}