//Inserire qui il nome del dominio
var domainroot="www.bafileaq.it"
var searchaction=[
"http://www.google.com/search",
]
var queryfieldname=["q","p","q"]
function switchaction(cur, index){
cur.form.action=searchaction[index]
document.getElementById("hiddenquery").name=queryfieldname[index]
}
function jksitesearch(curobj){
document.getElementById("hiddenquery").value="site:"+domainroot+" "+curobj.qfront.value}
/*mostra-nascondi*/
function get_id(){
var i;
for (i = 0; i <= 200; i++){
	document.getElementById("fn-edit-"+ i).style.visibility = "hidden";
	}	
}
