function saddleUp(){if(typeof dhtmlHistory !='undefined'){dhtmlHistory.initialize();dhtmlHistory.addListener(historyChangeHandler);var starupLocation=dhtmlHistory.getCurrentLocation();if(starupLocation==''){starupLocation='<i>Start Page</i>';}updatePAGE(starupLocation, null);}};window.onload=saddleUp;function updatePAGE(location, historyData){var title='';if(historyData !=null){title=historyData.message;}setPageTitle(title);};function historyChangeHandler(location, historyData){updatePAGE(location, historyData);callSWF(true);};function callSWF(forcedHistoryChange){if(swfREF('jackiegibbs').updateSWFHistory){swfREF('jackiegibbs').updateSWFHistory(dhtmlHistory.getCurrentLocation(), forcedHistoryChange ? true : false);}};function swfREF(id){if(navigator.appName.indexOf('Microsoft')!=-1){return window[id];}return document[id];};counter=0;function setDeepLink(location, historyMessage){var historyData={message:historyMessage};if(dhtmlHistory.isInternetExplorer()){counter+=1;if(counter >=2){return;}}updatePAGE(location, historyData);dhtmlHistory.add(location, historyData);};function getDeepLink(){return dhtmlHistory.getCurrentLocation();};function getPageTitle(){return document.title;};function setPageTitle(newTitle){document.title="Jackie Gibbs"+newTitle;};function popup(url, w, h, options){if(options==null){options={location:'no'};}var wid=600;var hi=460;if(w !=null){wid=w;}if(h !=null){hi=h;}var scroll=true;var winl=(screen.width-w)/2;var wint=(screen.height-h)/2;new_spec=wid+'_'+hi+scroll;scrolling=scroll? 'yes': 'no';if(scroll && document.all &&(navigator.userAgent.indexOf('Mac')>-1)){wid=wid+17;}newwin=window.open(url,new_spec,"width="+wid+",height="+hi+",scrollbars="+scrolling+",resizable=no,menubar=yes,location=no");if(!newwin){var zx=1;}else{newwin.focus();}};