function senden(derlink)
{
	var win;
	win=window.open("/link_senden.asp?url="+derlink,"Browser","width=395,height=460");
}

function jump()
{
  	var index, seite;
  	index=window.document.quickjump.quick.selectedIndex;
  	seite=window.document.quickjump.quick.options[index].value;
  	top.location.href=seite;
}
