function openProfile(id) {
  window.open("profil_show.php?id="+id,"myWindow"+id,"scrollbars=yes,width=650,height=550,resizable");
}

function viewProfile(username) {
  var now = new Date();
  window.open("viewprofile.php?name="+now.getTime(),"myWindow"+username,"scrollbars=yes,width=650,height=550,resizable");
}

function openSmall(url) {
    var now = new Date();
    window.open(url,"mySmallWindow"+now.getTime(),"scrollbars=no,width=300,height=150,resizable=no");
}

function openWindow(url) {
  var now = new Date();
  window.open(url,"myWindow"+now.getTime(),"scrollbars=yes,width=650,height=550,resizable");
}

function openSnapshotWindow(url) {
  var now = new Date();
  msgWindow = open(url,"mySnapshotWindow"+now.getTime(),"scrollbars=yes,width=660,height=768,resizable");
  if (msgWindow.opener == null) msgWindow.opener = self;
}

function closeSnapshotWindow(main_url) {
    window.close();
    opener.location.href = main_url;
}

function lib_fillField() {
  document.invite.to.value=document.invite.friends.value;
}

function openPhone(url) {
  var now = new Date();
  window.open(url,"myTelephoneWindow" + now.getTime(),"scrollbars=no,width=650,height=550,resizable=no");
}
