function openExpo(ide, width, heigth){
	window.open("exposition-"+ide+".htm", "photo", "width="+width+",heigth="+heigth+",menubar=no,scrollbars=no,resizable=yes");
}
