/* This notice must be untouched at all times.

Version 1.0
Author: Christian Mogge

*/

function showProfilePicture(desc, picture)
{
  var code = desc + "<br/><img src=\'userpics/profile/"+picture+"\'>";
  Tip(code);
}

function showPicture(picture)
{
  var code = "<img src=\'"+picture+"\'>";
  Tip(code);
}

function showPictureFromUser(desc, picture)
{
  var code = desc + "<br/><img src=\'"+picture+"\'>";
  Tip(code);
}


function reload(lang){
  var cook= "language="+lang;
  document.cookie=cook;
  //location.href('http://www.elflirt.de/);
  window.location.reload();
  location.href('http://www.elflirt.de');
}
