<!--
function launchPhoto(path) {
	gallery=window.open(path,'gallery','directories=0,location=0,menubar=0,resizable=0,scrollbars=0,scrolling=no,status=0,toolbar=0,hotkeys=0,titlebar=1,alwaysRaised=1,dependent=1,screenX=100,screenY=100,top=100,left=100,width=500,height=510');
}
//-->
