function openPhoto(address){
	if(window.open(address,"gallery","width=640,height=480,scrollbars=no,location=no,menubar=no,toolbar=no")){
		return false;
	}
	else {
		return true;
	}

}
