
function help( id )
{
   openWindow( 'http://www.teiletreff.de/help/?ID='+id , 450, 400 );
   return false;
}

function supportRequest()
{
   openWindow( 'http://support.teiletreff.de/popup/newRequest.php', 450, 400 );
   return false;
}


