function switchFunction(num){
	document.getElementById('photo_highlights_1').style.display = ( num==1 ) ? '' : 'none';
	document.getElementById('photo_highlights_2').style.display = ( num==2 ) ? '' : 'none';
	document.getElementById('photo_highlights_3').style.display = ( num==3 ) ? '' : 'none';
	document.getElementById('photo_highlights_4').style.display = ( num==4 ) ? '' : 'none';
	document.getElementById('photo_highlights_5').style.display = ( num==5 ) ? '' : 'none';
	document.getElementById('photo_highlights_6').style.display = ( num==6 ) ? '' : 'none';
	document.getElementById('photo_highlights_7').style.display = ( num==7 ) ? '' : 'none';
	document.getElementById('photo_highlights_8').style.display = ( num==8 ) ? '' : 'none';
	document.getElementById('photo_highlights_9').style.display = ( num==9 ) ? '' : 'none';		
	document.getElementById('photo_highlights_10').style.display = ( num==10 ) ? '' : 'none';
	document.getElementById('photo_highlights_11').style.display = ( num==11 ) ? '' : 'none';
	document.getElementById('photo_highlights_12').style.display = ( num==12 ) ? '' : 'none';
	document.getElementById('photo_highlights_13').style.display = ( num==13 ) ? '' : 'none';
	document.getElementById('photo_highlights_14').style.display = ( num==14 ) ? '' : 'none';
	document.getElementById('photo_highlights_15').style.display = ( num==15 ) ? '' : 'none';
	document.getElementById('photo_highlights_16').style.display = ( num==16 ) ? '' : 'none';
	document.getElementById('photo_highlights_17').style.display = ( num==17 ) ? '' : 'none';
	document.getElementById('photo_highlights_18').style.display = ( num==18 ) ? '' : 'none';		
	document.getElementById('photo_highlights_19').style.display = ( num==19 ) ? '' : 'none';		
	document.getElementById('photo_highlights_20').style.display = ( num==20 ) ? '' : 'none';
	document.getElementById('photo_highlights_21').style.display = ( num==21 ) ? '' : 'none';
	document.getElementById('photo_highlights_22').style.display = ( num==22 ) ? '' : 'none';
	document.getElementById('photo_highlights_23').style.display = ( num==23 ) ? '' : 'none';
	document.getElementById('photo_highlights_24').style.display = ( num==24 ) ? '' : 'none';
	document.getElementById('photo_highlights_25').style.display = ( num==25 ) ? '' : 'none';
	document.getElementById('photo_highlights_26').style.display = ( num==26 ) ? '' : 'none';
	document.getElementById('photo_highlights_27').style.display = ( num==27 ) ? '' : 'none';
	document.getElementById('photo_highlights_28').style.display = ( num==28 ) ? '' : 'none';		
	document.getElementById('photo_highlights_29').style.display = ( num==29 ) ? '' : 'none';		
}
