var topmenu_last_tab = null;

function menumarker(obj,filler,caller,tab) {
    var e2 = document.getElementById(obj);
    var e1 = document.getElementById(filler);
    e2.innerHTML = e1.innerHTML;
	if (tab){
		if (topmenu_last_tab != null){
			if (caller.className == "topmenu-hover"){
				return;
				}
			topmenu_last_tab.className = "";
			}
		caller.className = "topmenu-hover";
		topmenu_last_tab = caller;
	} else {
		if (topmenu_last_tab != null){
			topmenu_last_tab.className = "";
			topmenu_last_tab = null
			}
	}
	return true;
}

function menumarker_out(obj) {
    var e2 = document.getElementById(obj);
    e2.innerHTML = '';
}


function addfav()
{
	if (document.all)
	{
		window.external.AddFavorite("http://www.craziness.com", document.title)
	}
}

function submitform()
{
  document.search_games.submit();
}
