
function Sucheleer()
{
value = document.forms[0].q.value;

	if(value == "")
	{
		document.forms[0].q.value=" ";
	}
	    }
