// JavaScript Document
function DynamicFormtab(a,b,c)
{
for(i=1;i<8;i++)
{
document.getElementById("do"+i).className="";
}
document.getElementById("do"+a).className="cur";
document.getElementById("GetAction").value=b;
document.getElementById('GetWebCode').value=c;
document.getElementById('su').value=document.getElementById("do"+a).innerText.replace(" ","")+"ËÑË÷";

}
function GetGoSearch()
{
	if(document.getElementById('GetWebCode').value=="gb"){top.location.href=document.getElementById('GetAction').value+document.f.q.value;}

   else if(document.getElementById('GetWebCode').value!="")
{
top.location.href=document.getElementById('GetAction').value+encodeURIComponent(document.f.q.value);
}
   else
{
top.location.href=document.getElementById('GetAction').value+encodeURIComponent(document.f.q.value);
}
	
	return false;
}

