function JumpURL(selection) {
var tempIndex, selectedURL;
tempIndex = selection.selectedIndex;
selectedURL = selection.options[tempIndex].value;
window.top.location.href = selectedURL;
}

function popupflash() 
{ window.open('http://www.tk-logo.de/kochspiel_flash/kochspiel.swf','PopG','width=512,height=290,resizable=no,scrollbars=no'); 
}

function popupverschicken(url) 
{ window.open(url,'PopG','width=430,height=600,resizable=yes,scrollbars=yes'); 
}