var photoNum10=photoArray10.length; var counter10=0; var currentheight10=photoArray10[counter10][2]; var currentwidth10=photoArray10[counter10][1]; var currentcaption10=photoArray10[counter10][3]; var currentlink10=photoArray10[counter10][4]; var speed10=500; var transition_busy10=0; function prevPhoto10(number){ if(transition_busy10==0){ if(number==null){ counter10-- } else{ counter10=(number-1) }; if(counter10<0){ counter10=photoNum10-1 }; loadPhoto10(counter10); } } function nextPhoto10(number){ if(transition_busy10==0){ if(number==null){ counter10++ } else{ counter10=(number-1) }; if(counter10==photoNum10){ counter10=0 }; loadPhoto10(counter10); } } function loadPhoto10(){ if(document.getElementById('mooshow_navigation10')){ navigation10(); } hide_elements10(); document.getElementById('mooshow_loading10').style.display='inline'; imgPreloader10=new Image(); imgPreloader10.onload=function(){ document.getElementById('mooshow_loading10').style.display='none'; new Fx.Style('mooshow_image10','opacity').set(0);resize10(); } imgPreloader10.src=photoArray10[counter10][0]; } function resize10(){ currentwidth10=document.getElementById('mooshow_image10').width; currentheight10=document.getElementById('mooshow_image10').height; resizeContatinerHeight10.start(currentheight10,photoArray10[counter10][2]); resizeContatinerWidth10.start(currentwidth10,photoArray10[counter10][1]); } function hide_elements10(){ if(document.getElementById('mooshow_caption10')){ document.getElementById('mooshow_caption10').innerHTML=' '; } document.getElementById('mooshow_prev10').style.display='none'; document.getElementById('mooshow_next10').style.display='none'; } function switch_photo10(){ document.getElementById('mooshow_image10').src=photoArray10[counter10][0]; document.getElementById('mooshow_image10').alt=photoArray10[counter10][3]; document.getElementById('mooshow_image10').width=photoArray10[counter10][1]; document.getElementById('mooshow_image10').height=photoArray10[counter10][2]; document.getElementById('mooshow_image10').name=counter10; if(document.getElementById('mooshow_caption10')){ caption10(); } show_elements10(); } function show_elements10(){ fade_in10('mooshow_image10',speed10); if(document.getElementById('mooshow_caption10')){ fade_in10('mooshow_caption10',speed10); } } function show_nav_overlay10(){ document.getElementById('mooshow_prev10').style.display='inline'; document.getElementById('mooshow_next10').style.display='inline'; } function navigation10(){ document.getElementById('mooshow_navigation10').innerHTML=''; var i=0; for(i=0;i'+(i+1)+' '; } else{ document.getElementById('mooshow_navigation10').innerHTML=content+' '+(i+1)+' '; } if(i