/* Select fotoalbum
 *  selectbox
 *  
 */
function selectFotoAlbum() {
	var target = document.getElementById("selectFotoAlbum").options[document.getElementById("selectFotoAlbum").selectedIndex].value;
	document.location = target;
}