function anunta_un_prieten(url) {
    var popUpWidth = 496;
    var popUpHeight = 385;
    var popUpTop = (screen.height - popUpHeight) / 2;
    var popUpLeft = (screen.width - popUpWidth) / 2;
    window.open(url,'trimite', 'top='+popUpTop+',left='+popUpLeft+',height='+popUpHeight+',width='+popUpWidth+',scrollbars=no');
}

function contacteaza(url) {
    var popUpWidth = 440;
    var popUpHeight = 400;
    var popUpTop = (screen.height - popUpHeight) / 2;
    var popUpLeft = (screen.width - popUpWidth) / 2;
    window.open(url,'trimite', 'top='+popUpTop+',left='+popUpLeft+',height='+popUpHeight+',width='+popUpWidth+',scrollbars=no');
}

function comentarii(url) {
    var popUpWidth = 496;
    var popUpHeight = 300;
    var popUpTop = (screen.height - popUpHeight) / 2;
    var popUpLeft = (screen.width - popUpWidth) / 2;
    window.open(url,'trimite', 'top='+popUpTop+',left='+popUpLeft+',height='+popUpHeight+',width='+popUpWidth+',scrollbars=no');
}

function tiparire(url) {
    var popUpWidth = 600;
    var popUpHeight = 400;
    var popUpTop = (screen.height - popUpHeight) / 2;
    var popUpLeft = (screen.width - popUpWidth) / 2;
    window.open(url,'trimite', 'top='+popUpTop+',left='+popUpLeft+',height='+popUpHeight+',width='+popUpWidth+',scrollbars=yes');
}

function favorite(url) {
    var popUpWidth = 496;
    var popUpHeight = 300;
    var popUpTop = (screen.height - popUpHeight) / 2;
    var popUpLeft = (screen.width - popUpWidth) / 2;
    window.open(url,'trimite', 'top='+popUpTop+',left='+popUpLeft+',height='+popUpHeight+',width='+popUpWidth+',scrollbars=yes');
}

function inregistrare(url) {
    var popUpWidth = 496;
    var popUpHeight = 300;
    var popUpTop = (screen.height - popUpHeight) / 2;
    var popUpLeft = (screen.width - popUpWidth) / 2;
    window.open(url,'trimite', 'top='+popUpTop+',left='+popUpLeft+',height='+popUpHeight+',width='+popUpWidth+',scrollbars=yes');
}
