function ShowPic() {

	if ( document.selectorMenu.picSelector.options[document.selectorMenu.picSelector.selectedIndex].value != "none" ) { 

		document.gallerypic.src = document.selectorMenu.picSelector.options[document.selectorMenu.picSelector.selectedIndex].value;

	}

}
