
gotoProduct=function(id,url,agency){var oldUrl,oldAgency;$('#goto_'+id+' .url').each(function(){oldUrl=this.value;this.value=url;});$('#goto_'+id+' .agency').each(function(){oldAgency=this.value;this.value=agency;});$('#goto_'+id).submit();$('#goto_'+id+' .url').each(function(){this.value=oldUrl;});$('#goto_'+id+' .agency').each(function(){this.value=oldAgency;});return false;}
forceNewCache=function(query){$(document).ready(function(){var loadlayer='<div id="forceCacheLoadLayer"><center><img src="/img/site/ajax-loader.gif" alt="" /></center></div>';$(loadlayer).appendTo($(document.body));var products=$('div#destproducts');var top=products.offset().top;$('div#forceCacheLoadLayer').css({top:top+'px',left:products.offset().left+'px',width:products.width()+'px',height:products.height()+'px'});$('div#forceCacheLoadLayer img').css({marginTop:(products.height()/2)+'px'});$.ajax({url:'/ajax/forceProductSearch/',type:'POST',data:{query:query},cache:false,success:function(content){$('div#destproducts').html(content);$('div#forceCacheLoadLayer').remove();}});});}
highlightContinent=function(continent_id,highlight){var width=850;var continents=new Array;continents[1]=3;continents[2]=2;continents[3]=6;continents[4]=5;continents[5]=1;continents[6]=4;if(highlight==true)
$('#map_sprite').css({'backgroundPosition':(continents[continent_id]*width)+'px'});else
$('#map_sprite').css({'backgroundPosition':'0px'});}
