function setTid(cat,ty)
{
	for(i=0; i<8; i++) {
		if(document.getElementsByTagName("a")[i].innerHTML != cat.innerHTML)
		{document.getElementsByTagName("a")[i].className = false;}
	}
	if(document.getElementById("rtop")){cat.className = "act2";}
	else {cat.className = "act";}
	var key = document.getElementsByName("key")[0].value;
	document.getElementsByName("key")[0].select();
	document.getElementsByName("key")[0].style.background = "#fff url('/images/" + (ty ? "small_" : "") + (cat.title ? cat.title : cat.innerHTML) + ".gif') no-repeat 0px -2px";
	/* document.getElementsByName("tid")[0].value = cat.id ? cat.id : '0'; */
	document.getElementsByName("cat")[0].value = (cat.id ? cat.id : cat.innerHTML);
	document.frm.action = "http://www.crawli.net/" + (cat.title ? cat.title : cat.innerHTML) + "/"; /*+ key.replace(/ /g,"+") + "/";*/
}

var ns4 = (document.layers) ? true : false;
var ie4 = document.all;
var ns6 = document.getElementById && !document.all;

function getId(the_id)
{
	if(ns4) 
	{ getIt = document[the_id]; } 
	else if(ns6) 
	{ getIt = document.getElementById(the_id); } 
	else if(ie4) 
	{ getIt = document.all[the_id];}
	return getIt;
}

function sendCraw(fu)
{
	if(!getId('key').value)
	{getId('key').value = '::neues';}
	if(fu)
	{setTimeout(function(){fu.submit();}, 390);}
}

function catPic()
{
	if(document.getElementsByName("cat")[0]){
	var cat = document.getElementsByName("cat")[0].value;
	document.getElementsByName("key")[0].style.background = "#fff url('/images/" + cat + ".gif') no-repeat 0px -2px";
	}
}


function addEngine()
{
  if((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function"))
  {
    window.sidebar.addSearchEngine(
      "http://www.crawli.net/opensearch.xml",
      "http://www.crawli.net/favicon.ico",
      "opensearch.xml",
      "Crawli.net" );
  }
}


function openWin(URL){
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open('" + URL + "', '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=0,menubar=1,resizable=1,width=1000,height=710,left=0,top=0');");
}
