

function pop(mid) {
lat=300; lung=300;
var TopPos=(screen.height)?(screen.height-lung)/2-20:10;
var LeftPos=(screen.width)?(screen.width-lat)/2-5:10;
temp=window.open("mail_trimite.php?mid="+mid+"<?echo $varsid2?>","Mail","height="+lung+",width="+lat+",top="+TopPos+",left="+LeftPos+",toolbar=no,statusbar=no,scrollbars=no,resizable=no");
temp.window.focus();
}

function popup_mail_forum(email,nick) {
   lat=540; lung=340;
   var TopPos=(screen.height)?(screen.height-lung)/2-20:10;
   var LeftPos=(screen.width)?(screen.width-lat)/2-5:10;
	 var pag="../forum/mail_nonuser.php?mail_to="+email+"&nick="+nick;
	 temp=window.open(pag,"chat_privat_","height="+lung+",width="+lat+",top="+TopPos+",left="+LeftPos+",toolbar=no,statusbar=no,scrollbars=no,resizable=no");
	 temp.window.focus();
}

function pop_chat() {
lat=330; lung=100;
var TopPos=(screen.height)?(screen.height-lung)/2-20:10;
var LeftPos=(screen.width)?(screen.width-lat)/2-5:10;
var pag="http://<?echo $domeniu?>/chat/chat_privat.php?id_uti=<?echo $mid.$varsid2?>";
temp=window.open(pag,"chat_privat_<?echo $mid;?>","height="+lung+",width="+lat+",top="+(TopPos-200)+",left="+LeftPos+",toolbar=no,statusbar=no,scrollbars=no,resizable=no");
temp.window.focus();
}

function alege_smily()
{
x=window.open("emot/smily.php",null,"width=255,height=159,top=300,left=300,status=no,toolbar=no,menubar=no,location=no,resizable=no,titlebar=no,status=no");
}

function pop_accesu() {
lat=300; lung=150;   
var TopPos=(screen.height)?(screen.height-lung)/2-20:10;
var LeftPos=(screen.width)?(screen.width-lat)/2-5:10;   
var pag1="pagina_acces.php";
temp=window.open(pag1,"Pagina","height="+lung+",width="+lat+",top="+(TopPos-200)+",left="+LeftPos+",toolbar=no,statusbar=no,scrollbars=no,resizable=no");
temp.window.focus();
}

function detaliu(pagina)
{
   var winwidth = screen.availWidth;
   var winheight = screen.availHeight;

    if (document.all) {
    var sizer = window.open("","",'left=0,top=0,width='+winwidth+',height='+winheight+',scrollbars=auto,fullscreen=yes');
       sizer.location = pagina;
    } else {
   window.open(pagina,'','width='+winwidth+',height='+winheight+',menubar=no,status=no,location=no,scrollbars=auto,fullscreen=yes,directories=no,resizable=yes');
   }
}

function pop_info() {
lat=300; lung=350;   
var TopPos=(screen.height)?(screen.height-lung)/2-20:10;
var LeftPos=(screen.width)?(screen.width-lat)/2-5:10;   
var pag="pagina_info.php";
temp=window.open(pag,"Votarea","height="+lung+",width="+lat+",top="+(TopPos-200)+",left="+LeftPos+",toolbar=no,statusbar=no,scrollbars=no,resizable=no");
temp.window.focus();
}

function pop_info_ignore() {
lat=300; lung=250;   
var TopPos=(screen.height)?(screen.height-lung)/2-20:10;
var LeftPos=(screen.width)?(screen.width-lat)/2-5:10;   
var pag="pagina_info_ignore.php";
temp=window.open(pag,"Lista_neagra","height="+lung+",width="+lat+",top="+(TopPos-200)+",left="+LeftPos+",toolbar=no,statusbar=no,scrollbars=no,resizable=no");
temp.window.focus();
}