function open_add_fav(mid){
	var loco = 'http://www.clopotel.ro/prieteni/addfav.php?id_uti='+mid;
	window.open(loco, '', 'scrollbars=yes,width=360,height=240');
}

function open_fav_list(mid){
	var loco = 'http://www.clopotel.ro/prieteni/mesagerie/favlist.php?mid='+mid;
	window.open(loco, '', 'scrollbars=yes,width=180,height=240');
}

function add_fav(mid){
	var loco = 'http://www.clopotel.ro/prieteni_new/addfav.php?id_uti='+mid;
	window.open(loco, '', 'scrollbars=yes,width=360,height=240');
}

function go_inbox(mid){
	window.location = "inbox.php?mid="+mid;
}
function go_scrie(mid){
	window.location = "scrie.php?mid="+mid;
}
function go_trimise(mid){
	window.location = "trimise.php?mid="+mid;
}
function go_fav(mid){
	window.location = "inbox_favoriti.php?mid="+mid;
}

function sterge(){
	
	//document.getElementById("what").value = "sterge"
	document.inbox_actions.submit();
	
}