function profil(url) {
  F1 = window.open(url,"flirtship_popup","width=700,height=500,left=0,top=0,location=no,menubar=no,resizable=no,status=no,toolbar=no,scrollbars=yes");
  F1.focus();
}
function chat(url) {
  //wir sind bereits im popup, resize genügt.
  window.resizeTo(640, 550);
  location.href = url;
}

function Gaestebuch(url) {
  //wir sind bereits im popup
  location.href = url;
}

function MeinGaestebuch(url) {
  F1 = window.open(url,"flirtship_popup","width=700,height=500,left=0,top=0,location=no,menubar=no,resizable=no,status=no,toolbar=no,scrollbars=yes");
  F1.focus();
}

function NeuePost(url) {
  //wir sind bereits im popup, resize genügt.
  window.resizeTo(640, 400);
  location.href = url;
}

function VoiceBox(url) {
  //wir sind bereits im popup, resize genügt.
  window.resizeTo(320, 200);
  location.href = url;
}

function SMS(url) {
  //wir sind bereits im popup, resize genügt.
  window.resizeTo(320, 300);
  location.href = url;
}



