
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function clearBox(box,word){
		if (box.value==word){
			box.value='';	
		}	
	}

function popUp(URL,i_width,i_height) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+i_width+",height="+i_height+"');");
}

function renk1(renk)
{
renk.style.backgroundColor='#FFcc00';
}
function renk2(renk)
{
renk.style.backgroundColor='#85AB19';
}
function renk3(renk)
{
renk.style.backgroundColor='#fafafa';
}
