var startscroll,uagent=navigator.userAgent.toLowerCase(),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","170px").css("border","solid 1px #00468d");$(".compareButton").hide()}DetectDroid()&&$(".compareButton").hide();if(navigator.appName=="Microsoft Internet Explorer")getInternetExplorerVersion()<7&&$(".compareButton").hide()});function DetectIphone(){return uagent.search("iphone")>-1?true:false}function DetectDroid(){return uagent.search("droid")>-1?true:false}function DetectIpod(){return uagent.search("ipod")>-1?true:false}function DetectIpad(){return uagent.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}
