function inputForm(str,id)
{
	var inp=document.getElementById(id);
	if(inp.value==str)
		inp.value="";
}