function a(){
d=window.location.pathname
f=d.lastIndexOf('/')
e='http://'+window.location.hostname+'/'+d.substring(1,f+1)
return e
}
  
function cs(g){
	if(g==1)
	{
		parent.document.body.rows='0,74,1,*';
		
		parent.frames['TopFrame'].document.SearchForm.q.value = document.SearchForm.q.value;
		
		// parent.TopFrame.document.getElementById('q').value=document.getElementById('q').value;
		
	} else if(g==0)
	{
		parent.document.body.rows='16,0,1,*';
	} else 
	{
		parent.document.body.rows='0,0,0,*';
	};
}

function tsl(b){c=document.getElementById('q').value;c=c.replace(/\+/g,"%2B");c=escape(c);c=c.replace(/%25/g,"%");
parent.MainFrame.location.href=a()+'search.asp?q='+c+'&e='+b
}
