﻿function mover(ob){ob.bc=ob.style.backgroundColor;ob.style.backgroundColor='#FFEAC0';}
function mout(ob){ob.style.backgroundColor=ob.bc;}
function setPage(index){
	var f=document.forms['form1']||document.form1;
	if(f.action.indexOf('page=')<0) f.action+="&page="+index;
	f.queryword.value=f.queryword.getAttribute('original');
	var s=document.getElementsByTagName('select');
	for(var i=0;i<s.length;i++)	s[i].selectedIndex=s[i].original;
	f.submit();
}
function initSearchStyle(id, key){
	var ob=document.getElementById(id);
	ob.onfocus=function(){if(ob.value==key)ob.className=ob.value=''; };
	;(ob.onblur=function(){if(ob.value==''){ob.value=key;ob.className='empty'}})();
}
