/*popup*/

/*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 fenetrevolante(){   
	var top=(screen.height-632)/2; 
	var left=(screen.width-911)/2;
	window.open("/portfolio/index.php", "fenetrevolante", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=911, height=632 ,top="+top+",left="+left+" ");
	}



