// unused pagination functions /*function pageselectCallback(page_index, jq){ var new_content = $('#hiddenresult div.result:eq('+page_index+')').clone(); $('#Searchresult').empty().append(new_content); return false; } function initPagination() { var num_entries = $('#hiddenresult div.result').length; // Create pagination element $("#Pagination").pagination(num_entries, { num_edge_entries: 2, num_display_entries: 8, callback: pageselectCallback, items_per_page:1 }); } */ var timeout = 500; var closetimer = 0; var ddmenuitem = 0; function jsddm_open() { jsddm_canceltimer(); jsddm_close(); ddmenuitem = $(this).find('ul').css('visibility', 'visible');} function jsddm_close() { if(ddmenuitem) ddmenuitem.css('visibility', 'hidden');} function jsddm_timer() { closetimer = window.setTimeout(jsddm_close, timeout);} function jsddm_canceltimer() { if(closetimer) { window.clearTimeout(closetimer); closetimer = null;}} $(document).ready(function(){ // rollover menus $('#menu > li').bind('mouseover', jsddm_open) $('#menu > li').bind('mouseout', jsddm_timer); // footer slideshow $('#footerimg').cycle( { timeout: 5000 } ); // initial tour load $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image1a.jpg',params:{wmode:'transparent'},height:299,width:400}); //tour selectors $("#tour1").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image1a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour2").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image2a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour3").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image3a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour4").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image4a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour5").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image5a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour6").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image6.jpg',params:{wmode: 'transparent'},height:299,width:400}); });; $("#tour7").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image7a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour8").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image8.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour9").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image9a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour10").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image10a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour11").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image11a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); $("#tour12").click(function() { $("#tourcontainer").html(''); $("#tourcontainer").flash({swf:'/tour/pan0.swf?panoSrc=/tour/image12a.jpg',params:{wmode: 'transparent'},height:299,width:400}); }); /* initPagination(); */ });