function loadselect()
{
  
  i = document.link_liste.type.selectedIndex;
	if (i == 0) return;
	url = document.link_liste.type.options[i].value;
	parent.location.href = url;
  
}