/* showroom - qualitaetsauswahl */
function neue_Kombination(lang, room, carp, qual, coll) {
  location.href="coll_showroom.php?lang="+lang+"&room="+room+"&carp="+carp+"&coll="+coll+"&qual="+qual;
}


/* verweis-auswahlliste */
function Go(x)
{
  if(x == "nothing")
  {
    document.forms[0].reset();
    document.forms[0].elements[0].blur();
    return;
  }
  else if(x == "end") top.location.href = document.location;
  else
  {
	document.location.href = x;
    document.forms[0].reset();
    document.forms[0].elements[0].blur();
  }
}

/*
function Go(x)
{
  if(x == "nothing")
  {
    document.forms[0].reset();
    document.forms[0].elements[0].blur();
    return;
  }
  else if(x == "end") top.location.href = parent.location;
  else
  {
	parent.location.href = x;
    document.forms[0].reset();
    document.forms[0].elements[0].blur();
  }
}
*/
