function GetBrowserType(){var b=navigator.userAgent.toLowerCase(),a;if(CheckBrowser(b,"Koenqueror"))a="Konqueror";else if(CheckBrowser(b,"safari"))a="Safari";else if(CheckBrowser(b,"omniweb"))a="OmniWeb";else if(CheckBrowser(b,"opera"))a="Opera";else if(CheckBrowser(b,"webtv"))a="WebTV";else if(CheckBrowser(b,"icab"))a="iCab";else if(CheckBrowser(b,"msie"))a="Internet Explorer";else if(!CheckBrowser(b,"compatible"))a="Netscape Navigator";else a="An unknown browser";return a}function CheckBrowser(a,b){place=a.indexOf(b)+1;return place}function ImgSwap(a,b){document.images[a].src=b.src}function getImageX(a){return GetBrowserType=="Netscape Navigator"?(eval(a)).x:getRealLeft(a)}function getImageY(a){return GetBrowserType=="Netscape Navigator"?(eval(a)).y:getRealTop(a)}function getRealLeft(a){xPos=(eval(a)).offsetLeft;tempEl=(eval(a)).offsetParent;while(tempEl!=null){xPos+=tempEl.offsetLeft;tempEl=tempEl.offsetParent}return xPos}function getRealTop(a){yPos=(eval(a)).offsetTop;tempEl=(eval(a)).offsetParent;while(tempEl!=null){yPos+=tempEl.offsetTop;tempEl=tempEl.offsetParent}return yPos}function ShowObject(a){document.getElementById(a).style.display="";document.getElementById(a).style.visibility="visible"}function HideObject(a){document.getElementById(a).style.display="none";document.getElementById(a).style.visibility="hidden"}function HideObjects(a,b){for(i=1;i<=a;i++){ObjName=b+i;document.getElementById(ObjName).style.display="none";document.getElementById(ObjName).style.visibility="hidden"}}function LaunchPop(e,a,c,f,d,b){window.open(e,"PopWin","height="+a+", width="+c+", status=0, toolbar=0, location=0, menubar=0, directories=0, resizable=0, top="+f+", left="+d+", scrollbars= "+b)}function BuildMail(b){var a="";if(b!=""){a=b;a+="@";a+="Ring";a+="Pinion";a+=".";a+="com"}document.write(a)}function SendMail(b){var a="";if(b!=""){a="mai";a+="lto";a+=":";a+=b;a+="@";a+="Ring";a+="Pinion";a+=".";a+="com"}window.location.href=a}function GetX(d){var a=document.getElementById(d),b=0,c=0;if(GetBrowserType()=="Internet Explorer")c=0;if(a.offsetParent){do b+=a.offsetLeft;while(a=a.offsetParent)}else b=a.offsetLeft;return b-c}function GetY(d){var a=document.getElementById(d),b=0,c=0;if(GetBrowserType()=="Internet Explorer")c=0;if(a.offsetParent){do b+=a.offsetTop;while(a=a.offsetParent)}else b=a.offsetTop;return b-c}function ShowCart(){ShowObject("CartDiv");document.getElementById("CartDiv").style.left=GetX("View_Cart")+"px";document.getElementById("CartDiv").style.top=GetY("View_Cart")+25+"px"}function HideCart(){HideObject("CartDiv")}function ToggleDiv(b){var a=document.getElementById(b);if(a.style.display==""||a.style.visibility=="visible"){a.style.display="none";a.style.visibility="hidden"}else{a.style.display="";a.style.visibility="visible"}}function ToggleImage(b){var a=document.getElementById(b);if(a.src.indexOf("closed")>0)a.src="/Images/site/plus_open.png";else a.src="/Images/site/plus_closed.png"}
