
function onfocusfunc()
{
	document.search_form.q.value="";
}
function onlostfocusfunc()
{
	document.search_form.q.value="Search";
}

