$(document).ready(function(){
$("#ecenica-partners").hide();
var showText="Click to display technical features";var hideText="Click to hide technical features";var toggleLink="<div class=\"buttons\"><a title=\""+showText+"\" class=\"toggle_technical\" style=\"cursor:pointer\">"+showText+"</a></div>"
$("#basic").after(toggleLink);$("#technical table").after(toggleLink);$("#technical").hide()
$('.toggle_technical').click(function(){if($('.toggle_technical:first').text()==showText){$('#technical').fadeIn(3000);$('.toggle_technical').text(hideText).attr({title:hideText});$.scrollTo($('#basic tfoot'),2000)}
else{$('#technical').fadeOut(3000);$('.toggle_technical').text(showText);$.scrollTo('#content',2000)}
return false;});$('.tooltip').each(function(){if(this.href.length>1){$(this).bt({ajaxPath:["$(this).attr('href').toLowerCase().replace('/','/tooltip.asp?label=').replace('.html', '').replace('-', '')",'div#tooltip_holder'],width:320,fill:'rgba(255, 246, 191, .95)',strokeStyle:'#ccc',spikeLength:10,spikeGirth:10,padding:20,cornerRadius:10,positions:['right','left']});}});$('.tooltip').click(function(){return false;});$('span.expandable').expander({slicePoint:100,expandText:'Read More',collapseTimer:5000,userCollapseText:' Hide',expandEffect:'fadeIn'});$.localScroll({duration:2000,stop:false,lock:true,easing:'easeOutQuad',onBefore:function(e,anchor,$target){return false;}});$('#tabs').tabs().bind('tabsshow',function(event,ui){});$("#dialog").dialog({title:"Ask a question",modal:true,autoOpen:false,bgiframe:true,resizable:false,width:400,overlay:{backgroundColor:'#000',opacity:0.8},buttons:{'Send Message':function(){$(this).dialog('close');},Cancel:function(){$(this).dialog('close');}}});$("#openQuestion").click(function(){$("#dialog").dialog("open");return false;})});
if(typeof $("#homepage #slider").easySlider == 'function') {$("#homepage #slider").easySlider({auto:true,controlsShow:false,continuous:true,speed:1000,pause:5000})}
