function func_handleDiv(div,status){
	
	var obj_i = div;
	var obj_s = status;
	
	if(obj_s == 1){
		obj_s = "block";
	}else{
		obj_s = "none";	
	}
		
	if(document.all)
	{
		document.getElementById(obj_i).style.display = obj_s;
	}else if(document.getElementById)
	{
		document.getElementById(obj_i).style.display = obj_s;
	}
}



function ClearFind() {
  document.searchform.word.value = "";
}

function ClearFirst() {
  document.wordup.fname.value = "";
}

function ClearSecond() {
  document.wordup.sname.value = "";
}

function ClearEmail() {
  document.wordup.email.value = "";
}


function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
