function jumpMenu(targ1,selObj1,restore1,place)
{ 
  thinw=selObj1.options[selObj1.selectedIndex].value;
  thinw=thinw.replace("\'","\\\'");
  eval(targ1+".location='"+place+"?selectat="+thinw+"'");
  if (restore1) selObj1.selectedIndex=0;
}
function jMs(tr1,sO1,rto1,pla)
{ 
  goy=sO1.options[sO1.selectedIndex].value;
  goy=goy.replace("\'","\\\'");
  eval(tr1+".location='"+pla+goy+"'");
  if (rto1) sO1.selectedIndex=0;
}
function jM(t1,s1,r1,pl,rt)
{ 
  gotr=s1.options[s1.selectedIndex].value;
  gotr=gotr.replace("\'","\\\'");
  eval(t1+".location='"+pl+"?model_selectat="+gotr+"&selectat="+rt+"'");
  if (r1) s1.selectedIndex=0;
}
var popUpWin=0;
function popitup(url)
{
	newwindow=window.open(url,'name','height=480','width=640');
	if (window.focus) {newwindow.focus()}
	return false;
}

function jmpRace(value) {
	document.location=value;
}


function jMu(ta,sa,ra,pa,ra)
{ 
  eval(ta+".location='"+pa+"?selectat="+sa.options[sa.selectedIndex].value+"&menucat="+ra+"'");
  if (ra) sa.selectedIndex=0;
}
function jMMenu(t1,s1,r1,pl,rt,tt)
{ 
  eval(t1+".location='"+pl+"?model_selectat="+s1.options[s1.selectedIndex].value+"&selectat="+rt+"&menucat="+tt+"'");
  if (r1) s1.selectedIndex=0;
}

/**
	tricky ar tb sa vezi unde e folosit usefull.js
*/
function jumpMenu2(targ,selObj,restore)
{ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function jump1(targ1,selObj1,restore1)
{ 
  eval(targ1+".location='banner.php?fisier="+selObj1.options[selObj1.selectedIndex].value+"'");
  if (restore1) selObj1.selectedIndex=0;
}
