function openSearchOptions(){document.location.href="flights.do?exp=true";}function testExplode(start,y){var explode1='explode'+y;if((y=="4")||(y=="5")){var leftValue=eval(303+((screen.width-800)/2));var topValue="143";document.getElementById(explode1).style.left=leftValue;document.getElementById(explode1).style.top=topValue;}else{var leftValue=eval(303+((screen.width-800)/2));var topValue="389";document.getElementById(explode1).style.left=leftValue;document.getElementById(explode1).style.top=topValue;}dojo.lfx.explode(start,explode1,550).play();}function testImplode(start,y){dojo.lfx.implode("explode"+y,start,550).play();}