// JavaScript Document
//////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
//////ANDREA-------------------FUNCTIONS POSITION LAYERS
//////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////

////###################POP UP
function popupcentree(page,largeur,hauteur,options)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
function send_byemail(url){
	
	popupcentree('http://mondomix.com/blogs/send_by_email.php?url='+url,'sbmail',550,400,'yes');
}

function createnewblog(){	
	popupcentree('http://mondomix.com/blogs/createnewone.php','sbnone',550,400,'yes');
}