Home
View Cart
What's New
Testimonials
Videos
Links
About Us
Browse through the following models
this.activePanel = null; var blnHidePanel; function findPosX(obj) { var curleft = 0; if (obj.offsetParent) { while (obj.offsetParent) { curleft += obj.offsetLeft obj = obj.offsetParent; } } else if (obj.x) curleft += obj.x; return curleft; } function findPosY(obj) { var curtop = 0; if (obj.offsetParent) { while (obj.offsetParent) { curtop += obj.offsetTop obj = obj.offsetParent; } } else if (obj.y) curtop += obj.y; return curtop; } function loadTypes(panelID, imageID) { if(window.event) window.event.cancelBubble = true; if(this.activePanel == panelID) { blnHidePanel = false; return false; } else if(this.activePanel != panelID) { blnHidePanel = true; HidePanel(); //Hide Open Panel } else if(this.activePanel && !panelID) return; /*Load Panel*/ this.activePanel = panelID; var panel = document.getElementById(this.activePanel); var imgButton = document.getElementById(imageID); if(panel) { /*Active Panel*/ panel.style.display="block"; panel.style.left = findPosX(imgButton) + 5; //window.event.clientX; panel.style.top = findPosY(imgButton) + 5; //window.event.clientY; }//end if return false; }//end function function registerMouseOut() { document.onmouseover = function(evnt){mouseOutHandler(evnt)}; document.onclick = function(evnt){HidePanel();}; }//end function function mouseOutHandler(evnt) { if(this.activePanel && !blnHidePanel) { blnHidePanel = true; setTimeout("HidePanel();", 1000) } }//end function function HidePanel(){ if(!this.activePanel || !blnHidePanel) return; var panel = document.getElementById(this.activePanel); if(panel) { panel.style.display="none"; this.activePanel = null; blnHidePanel = false; } }//end function
'89-97 Mercury Cougar
>
3.8L V6 XR7/Base
Engine
Headers & Exhaust
Driveline & Transmission
1989-93
1994-97
Suspension & Chassis
Wheels & Brakes
Interior / Leather / Carpet / Misc.
Hoods / Body Kits / Exterior Upgrades
Join Our Team