$j=jQuery.noConflict();$j(document).ready(function(){showchattimer=0;chatOpened=!$j('#theChatBox').hasClass("hidden");window.onload=function(){if(firstvisit==1){toggleChat('theChatBox');chatOpened=true;showchattimer=window.setTimeout(function(){if(chatOpened==true){toggleChat('theChatBox');chatOpened=false}},4e3)}};$j('#sniTextbox').click(function(){clearTimeout(showchattimer)});bindClickButtons(showchattimer);if($j.browser.webkit)document.getElementById('footer').style.top=(window.pageYOffset+window.innerHeight-25)+'px';if($j.browser.webkit)window.setTimeout(function(){document.getElementById('footer').style.top=(window.pageYOffset+window.innerHeight-25)+'px'},1e3)});if($j.browser.webkit)window.onscroll=function(){document.getElementById('footer').style.top=(window.pageYOffset+window.innerHeight-25)+'px'}
function bindClickButtons(showchattimer){$j('#chatopen').unbind("click");$j('#sniChatClose').unbind("click");$j('#chatopen').click(function(){clearTimeout(showchattimer);toggleChat('theChatBox')});$j('#sniChatClose').click(function(){clearTimeout(showchattimer);toggleChat('theChatBox')})}
function toggleChat(id){if(chatOpened==true){$j('#'+id).stop(true,true).slideUp();chatOpened=false}else{$j('#'+id).stop(true,true).slideDown();chatOpened=true};$j.ajax({url:"index.php?eID=tx_snisupportchat_pi1&cmd=saveChatBoxState&chatOpened="+chatOpened,method:"get",link:"cancel"})};
