var pw;

function popUp(picPath,picWidth,picHeight){
	pw=picWidth;
	var winLeft = screen.availWidth;
	winLeft=winLeft/2-210;
	
	newwin=window.open("http://www.maisonplaceroyale.com/pic.asp?picPath="+picPath+"&w="+picWidth+"&h="+picHeight,"Informations","width=" + picWidth + ",height=" + picHeight + ",left=" + winLeft + ",top=0,menubar=0,location=0,toolbar=0,personalbar=0,status=0,resizable=1,scrollbars=0");
}
