var startscroll,scrolli=0;$(document).ready(function(){if(DetectMobileSafari()){$(".callWaitPhone").css("font-size","8pt");$(".hdrGroups ul li a span").css("font-size","8pt");$(".hdrWelcomeReg span").css("font-size","8pt");$(".searchTextbox").css("width","200px");$(".compareButton").hide()}if(navigator.appName=="Microsoft Internet Explorer")getInternetExplorerVersion()<7&&$(".compareButton").hide()});function DetectIphone(){var a=navigator.userAgent.toLowerCase();return a.search("iphone")>-1?true:false}function DetectIpod(){var a=navigator.userAgent.toLowerCase();return a.search("ipod")>-1?true:false}function DetectIpad(){var a=navigator.userAgent.toLowerCase();return a.search("ipad")>-1?true:false}function DetectMobileSafari(){return DetectIphone()?true:DetectIpod()?true:DetectIpad()?true:false}function getInternetExplorerVersion(){var a=-1;if(navigator.appName=="Microsoft Internet Explorer"){var c=navigator.userAgent,b=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})");if(b.exec(c)!=null)a=parseFloat(RegExp.$1)}return a}
