function phototheque()
{
	w		= 700;
	h 		= 550;
	t 	= (screen.height - h)/2;
	l 	= (screen.width - w)/2;
	addwin = window.open('phototheque/','phototheque','width='+w+', height='+h+', top='+t+', left='+l+', menubar=no, scrollbars=no, status=yes, resizable=no');
	addwin.focus();
}
