function anunta_un_prieten(url) {
    var popUpWidth = 496;
    var popUpHeight = 285;
    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 fereastra(url) {
    var popUpWidth = 600;
    var popUpHeight = 100;
    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 contact(url) {
    var popUpWidth = 400;
    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 readcomments(url) {
    var popUpWidth = 500;
    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 taguri(url) {
    var popUpWidth = 800;
    var popUpHeight = 600;
    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, resizable=yes, toolbar=yes');
}
