function MM_jumpMenu(targ,selObj,restore){ //JUMPMENU v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

/*function DocNameExtract()
{
   wholeurl = window.location.href;
   x = wholeurl.length;
   while((wholeurl.substring(x,x-1)) != "."){ x--; } clipend = x;
   while((wholeurl.substring(x,x-1)) != "/"){ x--; } clipstart = x;
   return wholeurl.substring(clipend-1,clipstart);
}

function DocFileNameExtract()
{
   wholeurl = window.location.href;
   x = wholeurl.length;
   while((wholeurl.substring(x,x-1)) != "/"){ x--; } clipstart = x;
   return wholeurl.substring(wholeurl.length,clipstart);
}

function DocBg()
{
	var flnm =  DocNameExtract();
	switch (flnm)
	{
	case "all":
	case "twocolumn":
	  document.write("ucak");
	  break;
	case "amadeus":
	  document.write("otel");
	  break;
	case "onecolumn":
	  document.write("car");
	  break;
	case "onecolumn":
	  document.write("tur");
	  break;
	case "onecolumn":
	  document.write("org");
	  break;
	case "onecolumn":
	  document.write("egitim");
	  break;
	default:
	  document.write("blank");
	}

}*/
 
