

      function mouseOver(nameClicked, functionFlag)
      {
        if (functionFlag==1)
        {
          document.getElementById(nameClicked).style.backgroundColor="gray";
          document.getElementById(nameClicked).style.color="yellow";
        }
        if (functionFlag==2)
        {
          document.getElementById(nameClicked).style.backgroundColor="yellow";
          document.getElementById(nameClicked).style.color="red";
        }
        if (functionFlag==3)
        {
          document.getElementById(nameClicked).style.backgroundColor="orange";
          document.getElementById(nameClicked).style.color="black";
        }
      }



      function mouseOut(nameClicked, functionFlag)
      {
        if (functionFlag==1)
        {
          document.getElementById(nameClicked).style.backgroundColor="white";
          document.getElementById(nameClicked).style.color="Black";
        }
        if (functionFlag==2)
        {
          document.getElementById(nameClicked).style.backgroundColor="silver";
          document.getElementById(nameClicked).style.color="Black";
        }
        if (functionFlag==3)
        {
          document.getElementById(nameClicked).style.backgroundColor="gray";
          document.getElementById(nameClicked).style.color="yellow";
        }
      }


      function changeText(nameClicked)
      {
        var infoBoxTextval = document.getElementById("infoBox");
        var footerTextval = document.getElementById("footerText");


        if(nameClicked == "adBox2") 
        {
          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<font size=4><b>Benefits Of Tinting Your Windows</b></font>";
          var line2 = "<br><br><br><hr><br><br>Heat rejection and a custom look for your auto are the two primary reasons that most people consider auto window tinting. But there are many other good reasons to tint your windows.";
          var line3 = "<br><br>In the last few years, the major tint film manufactures have gone to great expense to develop products that can reject of 60% of the heat generated by the sun shining through your windows. These high performance products (typically referred to as reflective,";
          var line4 = "<br>hybrid, or metallized films) generally carry a lifetime warranty against turning purple, bubbling and peeling. They typically contain a special scratch resistant coating, which can protect your investment in daily use, rolling the windows up and down. In addition to the enhanced performance and warranties available with these films, you can also be assured of that custom look that window tinting gives your car.";
          var line5 = "<br><br>Window tinting substantially reduces glare. Whether it's the blinding glare of the sun or the headlights of a night-time tailgater, tinted windows can be an answer to the problem.";
          var line6 = "<br><br>Tinting protects your interior from harmful UVA and UVB rays. Medical experts and auto upholstery technicians both have long known what the damaging UV rays from the sun, even on cloudy days, can do to our skin and auto interior! Today`s quality tinting materials eliminate up to 99% of these UV rays before they can get into your auto.";
          var line7 = "<br><br>Tinting has always been associated with increased security for your auto, since a would-be thief is less likely to bother what he cannot see. Recently, some window film manufacturers have introduced safety tinting that can strengthen your windows to the point that it`s even difficult to break through the windows with a baseball bat!";
          var line8 = "<br><br>In the event of an auto accident, window tinting can help shattered glass hold together, helping to prevent injuries inside of the car as a result of sharp glass splinters.";
          var line9 = "<br><br>Tinting the windows of your automobile can provide years of added comfort and safety to you and your auto. Dollar for dollar, window tinting is one of the best aftermarket investments to improve the looks of your car and to help protect your interior.<br><br>";


          infoBoxTextval.innerHTML = line01+line1+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/HowItWorks.jpg' align=left vspace=10>"+line2+line3+line4+line5+line6+line7+line8+line9;
//          infoBoxTextval.innerHTML = line01+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/HowItWorks.jpg' align=left vspace=10>"+line1+line2+line3+line4+line5+line6+line7+line8+line9;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";

        }

        if(nameClicked == "benefits") 
        {
          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<font size=4><b>Benefits Of Tinting Your Windows</b></font>";
          var line2 = "<br><br><br><hr><br><br>Heat rejection and a custom look for your auto are the two primary reasons that most people consider auto window tinting. But there are many other good reasons to tint your windows.";
          var line3 = "<br><br>In the last few years, the major tint film manufactures have gone to great expense to develop products that can reject of 60% of the heat generated by the sun shining through your windows. These high performance products (typically referred to as reflective,";
          var line4 = "<br>hybrid, or metallized films) generally carry a lifetime warranty against turning purple, bubbling and peeling. They typically contain a special scratch resistant coating, which can protect your investment in daily use, rolling the windows up and down. In addition to the enhanced performance and warranties available with these films, you can also be assured of that custom look that window tinting gives your car.";
          var line5 = "<br><br>Window tinting substantially reduces glare. Whether it's the blinding glare of the sun or the headlights of a night-time tailgater, tinted windows can be an answer to the problem.";
          var line6 = "<br><br>Tinting protects your interior from harmful UVA and UVB rays. Medical experts and auto upholstery technicians both have long known what the damaging UV rays from the sun, even on cloudy days, can do to our skin and auto interior! Today`s quality tinting materials eliminate up to 99% of these UV rays before they can get into your auto.";
          var line7 = "<br><br>Tinting has always been associated with increased security for your auto, since a would-be thief is less likely to bother what he cannot see. Recently, some window film manufacturers have introduced safety tinting that can strengthen your windows to the point that it`s even difficult to break through the windows with a baseball bat!";
          var line8 = "<br><br>In the event of an auto accident, window tinting can help shattered glass hold together, helping to prevent injuries inside of the car as a result of sharp glass splinters.";
          var line9 = "<br><br>Tinting the windows of your automobile can provide years of added comfort and safety to you and your auto. Dollar for dollar, window tinting is one of the best aftermarket investments to improve the looks of your car and to help protect your interior.<br><br>";


          infoBoxTextval.innerHTML = line01+line1+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/HowItWorks.jpg' align=left vspace=10>"+line2+line3+line4+line5+line6+line7+line8+line9;
//          infoBoxTextval.innerHTML = line01+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/HowItWorks.jpg' align=left vspace=10>"+line1+line2+line3+line4+line5+line6+line7+line8+line9;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";

        }

        if(nameClicked == "adBox3") 
        {
          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<font size=4><b>Educate Yourself Before Buying!</b></font>";
          var line2 = "<br><br><hr><br><br>While the decision to tint your windows seems like a simple one, a little research will show that there is a lot more to consider than it first appears. From a monetary perspective, the price for tinting can vary substantially from one shop to another for the same vehicle... sometimes as much a double from one shop to another. This differential is partially due to the difference in experience and efficiency from one installer to the other. Often, the difference is due to variations in the materials used. There are many different films available, from many manufactures. Selection of film type (non-reflective, hybrid, full metal, titanium, stainless steel, etc.) and color (gray, smoke, charcoal, bronze, etc.) is primarily a matter of personal preference. But, whatever your decision, insist on the best quality material... you will be thankful in the years to come!";
          var line3 = "<br><br>There are also different installation methods. Some shops leave a small gap or micro-edge at the top of the roll down windows, while other shops take the tinting all the way to the edge of the glass when the window is rolled down. The latter method looks much better, but can cost more because of the extra time involved in installation. Rear windows can usually be formed from one piece of tinting material. The one-piece rear window installation, when possible is preferable over the rear window being installed in several pieces. One-piece rear windows can also cost more due to the extra time and expertise needed for this type of tinting installation.";

          infoBoxTextval.innerHTML = line01+line1+line2+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/audiR8.jpg' width= 220 height= 160 align=right vspace=10>"+line3;
//          infoBoxTextval.innerHTML = line01+line1+line2+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/audiR8.jpg' align=right vspace=10>"+line3;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";
        }

        if(nameClicked == "educate") 
        {
          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<font size=4><b>Educate Yourself Before Buying!</b></font>";
          var line2 = "<br><br><hr><br><br>While the decision to tint your windows seems like a simple one, a little research will show that there is a lot more to consider than it first appears. From a monetary perspective, the price for tinting can vary substantially from one shop to another for the same vehicle... sometimes as much a double from one shop to another. This differential is partially due to the difference in experience and efficiency from one installer to the other. Often, the difference is due to variations in the materials used. There are many different films available, from many manufactures. Selection of film type (non-reflective, hybrid, full metal, titanium, stainless steel, etc.) and color (gray, smoke, charcoal, bronze, etc.) is primarily a matter of personal preference. But, whatever your decision, insist on the best quality material... you will be thankful in the years to come!";
          var line3 = "<br><br>There are also different installation methods. Some shops leave a small gap or micro-edge at the top of the roll down windows, while other shops take the tinting all the way to the edge of the glass when the window is rolled down. The latter method looks much better, but can cost more because of the extra time involved in installation. Rear windows can usually be formed from one piece of tinting material. The one-piece rear window installation, when possible is preferable over the rear window being installed in several pieces. One-piece rear windows can also cost more due to the extra time and expertise needed for this type of tinting installation.";

          infoBoxTextval.innerHTML = line01+line1+line2+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/audiR8.jpg' width= 220 height= 160 align=right vspace=10>"+line3;
//          infoBoxTextval.innerHTML = line01+line1+line2+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/audiR8.jpg' align=right vspace=10>"+line3;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";
        }


        if(nameClicked == "services") 
        {
          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<font size=4><b>List Of Our Products And Services</b></font>";
          var line2 = "<br><br><hr><br><br><ul><li>Automotive Window Tinting<li>Commercial Tinting<li>Residential";
          var line3 = "<li>Installing Clear paint Protection or `Clear Bra` using 3M material<li>Headlights Tinting<li>Taillights Tinting";
          var line4 = "<li>Glass Scapes<li>Window Graphics<li>Vynil Graphic Desigh and Installation (computer cut)</ul>";

          infoBoxTextval.innerHTML = line01+line1+line2+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/clearBraInstallation.jpg' width=220 height=160 align=right vspace=5>"+line3+line4;
//          infoBoxTextval.innerHTML = line01+line1+line2+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/clearBraInstallation.jpg' align=right vspace=5>"+line3+line4;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";
        }


        if(nameClicked == "contact") 
        {
          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<font size=4><b>Contact Us</b></font>";
          var line2 = "<br><br><hr width=120><br><br>We are located at:";
          var line3 = "10100 Bustleton ave.<br>Philadelphia, PA. 19116 <br><br><a href='http://www.mapquest.com/maps?form=directions&2a=10100%20Bustleton%20Ave&2c=Philadelphia&2s=PA&2z=19116-3704&2y=US&2l=40.103763&2g=-75.028249' target='_new'>Get Easy Driving directions using MapQuest</a><br>(Will be opened in new window)";

          infoBoxTextval.innerHTML = line01+line1+line2+"<a href='http://www.mapquest.com/maps?form=directions&2a=10100%20Bustleton%20Ave&2c=Philadelphia&2s=PA&2z=19116-3704&2y=US&2l=40.103763&2g=-75.028249' target='_new'><img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/sunsetMap.JPG' width=220 height=160 align=right vspace=10></a>"+line3;
//          infoBoxTextval.innerHTML = line01+line1+line2+"<a href='http://www.mapquest.com/maps?form=directions&2a=10100%20Bustleton%20Ave&2c=Philadelphia&2s=PA&2z=19116-3704&2y=US&2l=40.103763&2g=-75.028249' target='_new'><img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/sunsetMap.JPG' align=right vspace=10></a>"+line3;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";
        }


        if(nameClicked == "pricing") 
        {
          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<font size=4><b>Price</b></font>";
          var line2 = "<br><br><hr><br><br>Residential, Commercial and Automotive window tinting is quoted on a job-by-job vehicle specific basis.<br>Please call us for an accurate, competitve vehicle specific quote at:(267)693-8414 or (215)917-9399";
          var line3 = "<br><br><a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>OR REQUEST A QUOTE by Email<font>";

          infoBoxTextval.innerHTML = line01+line1+line2+line3+"<br><br><img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/dollarSign.jpg' align=right vspace=10><img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/dollarSign.jpg' align=right vspace=10><img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/dollarSign.jpg' align=right vspace=10>";
//          infoBoxTextval.innerHTML = line01+line1+line2+"<img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/dollarSign.jpg' align=right vspace=10><img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/dollarSign.jpg' align=right vspace=10><img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/dollarSign.jpg' align=right vspace=10>"+line3;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";
        }


        if(nameClicked == "custResponce") 
        {
          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<font size=4><b>Customer Responce</b></font>";
          var line2 = "<br><br><hr><br><br>Please read our customer responces";
          var line3 = "<br><br><a href='http://philadelphia.citysearch.com/profile/38653701/philadelphia_pa/sunset_glass_tinting_stereo_s.html#profileTab-reviews' target='_new'> <font color=white> Click Here </font></a><br>(Will be opened in new window)";

          infoBoxTextval.innerHTML = line01+line1+line2+"<a href='http://philadelphia.citysearch.com/profile/38653701/philadelphia_pa/sunset_glass_tinting_stereo_s.html#profileTab-reviews' target='_new'><img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/usaFlag.jpg' align=right vspace=10></a>"+line3;

//          infoBoxTextval.innerHTML = line01+line1+line2+"<a href='http://philadelphia.citysearch.com/profile/38653701/philadelphia_pa/sunset_glass_tinting_stereo_s.html#profileTab-reviews' target='_new'><img src='http://www.philadelphiaWindowTinting.com/images/SUNSET/usaFlag.jpg' align=right vspace=10></a>"+line3;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";
        }


        if(nameClicked == "feretti") 
        {
          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<br>"; //<img src='http://www.philadelphiawindowtinting.com/images/FERETTI/feretti3.gif' align=right>";
          var line101="<br><font size=4><b><u><nobr>FERETTI</u> Is your ONE-STOP-SHOP</nobr></b></font>";
          var line2 = "<br><br><hr><br><br>Keep your car running safely and smoothly with routine auto maintenance from Feretti Service.";
          var line3 = "<br>We are experts in repair all domestic (ford, Chrysler, dodge, chevrolet etc...) and most import (bmw, audi, mercedes, vw, volvo, saab, volkswagen, porsche, mitsubisi, honda, acura, isuzu, lexus, toyota, nissan, infiniti, suzuki, etc...) cars, trucks, and SUVs.";
          var line4 = "<br><br>We have access to new or used parts per owner request.";
          var line5 = "<br><br>Call us at <b>(215)-914-0111</b> or simply stop by to receive a free auto repair estimate<br><b>3001 Philmont ave.<br>Huntingdon Valley, PA. 19006</b>";
          var line6 = "<br><br><b>--Computer Diagnostic<br>--Brakes<br>--Suspension<br>--AC Service<br>--Electrical Specialist<br>--Alignment<br>--Towing Service Available</b>";
          var line7 = "<br><br><b>--Emission Repair</b><br>Tired of failing your emission tests? Our technicians specialize in repairing emission systems."; 
          var line8 = "<br><br><b>--Inspections</b><br>We offer a free 25-point inspection with a lube, oil, and filter change. Scheduled maintenance is recommended every 30,000 miles.";
          var line9 = "<br><br><b>--AC Repair</b><br>Summer's coming fast, so make sure that you're not stuck in the heat with an AC recharge. We retrofit and replace all compressors.";
          var line10= "<br><br><b>--Brakes</b><br>Rotors & Calipers<br>Brake Lines<br>Power Boosters<br>Replace Pads<br>Master Cylinders<br>";
          var line11= "<br><br><b>--Chassis</b><br>Hubs<br>Shocks<br>Struts<br>Idle Arms<br>Ball Joints<br>Tie Rod Ends<br>Hub Bearings<br>Upper Control Arms<br>Inner & Outer Bushings<br>Wheel Bearing Assembly";
          var line12= "<br><br><b>--Engine Replacement<br>--Transmissions<br>--Clutches</b>";
          var line13= "<br><br><br><br>You will find our full line-up of comprehensive car maintenance packages the affordable way to keep your car driving smoothly and safely.";
          var line1301= "<br>Our expert technicians will ensure that your vehicle is maintained in top condition, which will help avoid more costly repairs down the road.";
          var line14= "<br><br>Make sure you ask about special discount program in a way of puncture card where each hole means <b>$5.00 credit</b>.";
          var line1401= "<br>You can collect your bonus punch holes or use as credit for your next service invoice. Continue great savings with Feretti Service LLC.";
          var line15= "<br><br><b>Contact our Repair shop at 215-914-0111 in Hungtingdon Valley for extensive auto repair and maintenance</b><br><br>";

          infoBoxTextval.innerHTML = line01+line1+line101+line2+line3+"<img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/bmwEngineBay.jpg' width=220 height=160 align=right vspace=5>"+line4+line5+line6+line7+line8+line9+line10+"<img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/shop.jpg' width=220 height=160 align=left vspace=10>"+line11+line12+line13+line1301+line14+line1401+line15+"<br><img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/services_seal.jpg' width=300 align=center><br><br><a href='http://www.philadelphiaWindowTinting.com/images/FERETTI/ferettiMap.jpg' target='_new'><img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/ferettiMap.jpg' width=500 height=300 align=center></a><br><br><img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/shop2.jpg' width=200 height=140><br><img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/mechanics.jpg' width=200 height=140><br><br>";
//          infoBoxTextval.innerHTML = line01+line1+line101+line2+line3+"<img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/bmwEngineBay.jpg' align=right vspace=5>"+line4+line5+line6+line7+line8+line9+line10+"<img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/shop.jpg' align=left vspace=10>"+line11+line12+line13+line1301+line14+line1401+line15+"<br><img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/services_seal.jpg' align=center><br><br><img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/ferettiMap.jpg' align=center><br><br><img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/shop2.jpg' align=left><br><img src='http://www.philadelphiaWindowTinting.com/images/FERETTI/mechanics.jpg' align=right><br><br>";
          footerTextval.innerHTML = "Feretti Service LLC.     *    3001 Philmont ave. Huntingdon Valley, PA. 19006     *     (215)-914-0111";

        }


        if(nameClicked == "shopCars") 
        {

          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 ="<br><font size=5><b><u><nobr>Shop Cars  /// UNDER CONSTRUCTION ///</u></nobr></b></font>";
          var line2 = "<br><br><hr><br><br>";
          var line3 = "<div id='motioncontainer' style='position:relative;overflow:hidden;'>";
          var line4 = "<div id='motiongallery' style='position:absolute;left:0;top:0;white-space: nowrap;'>";
          var line5 = "<nobr id='trueContainer'>";
          var line6 = "<a href='http://www.philadelphiawindowtinting.com/images/FERETTI/feretti3.gif'><img src='http://www.philadelphiawindowtinting.com/images/FERETTI/feretti3.gif' border=1></a>";
          var line7 = "<a href='http://www.philadelphiawindowtinting.com/images/SUNSET/suntek.jpg'><img src='http://www.philadelphiawindowtinting.com/images/SUNSET/suntek.jpg' border=1></a>";
          var line8 = "<a href='http://www.philadelphiawindowtinting.com/images/SUNSET/dollarSign.jpg'><img src='http://www.philadelphiawindowtinting.com/images/SUNSET/dollarSign.jpg' border=1></a>";
          var line9 = "<a href='http://www.philadelphiawindowtinting.com/images/SUNSET/logos/sunsetSparkleWhiteSmall.jpg'><img src='http://www.philadelphiawindowtinting.com/images/SUNSET/logos/sunsetSparkleWhiteSmall.jpg' border=1></a>";
          var line10= "<a href='#'><img src='dynamicbook1.gif' border=1></a></nobr>";
          var line11= "</div></div>";


          infoBoxTextval.innerHTML = line01+line1+line2+line3+line4+line5+line6+line7+line8+line9+line10+line11;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";

        }

        if(nameClicked == "specials") 
        {

          var line01= "<img src='http://www.philadelphiawindowtinting.com/images/SUNSET/silverSpacer.JPG'><br><br>";
          var line1 = "<font size=4><b>Specials</b></font>";
          var line2 = "<br><br><hr><br><br>";
          var line3 = "<a href='http://www.philadelphiawindowtinting.com/images/SUNSET/flyer3CompressedCL.jpg' target='_new'><img src='http://www.philadelphiawindowtinting.com/images/SUNSET/flyer3CompressedCL.jpg'></a>";


          infoBoxTextval.innerHTML = line01+line1+line2+line3;
          footerTextval.innerHTML = "Sunset Glass Tinting     *    10100 Bustleton Ave. Philadelphia, PA. 19116     *     (267)693-8414 or (215)917-9399     *     <a href='mailto:sunsetglasstinting@comcast.net?subject=Request a quote for tinting'> <font color=blue>REQUEST A QUOTE<font></a>";

        }


      }





function updateClock ( )
{
  var currentTime = new Date ( );

  var currentHours = currentTime.getHours ( );
  var currentMinutes = currentTime.getMinutes ( );
  var currentSeconds = currentTime.getSeconds ( );

  // Pad the minutes and seconds with leading zeros, if required
  currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
  currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;

  // Choose either "AM" or "PM" as appropriate
  var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";

  // Convert the hours component to 12-hour format if needed
  currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;

  // Convert an hours component of "0" to "12"
  currentHours = ( currentHours == 0 ) ? 12 : currentHours;

  // Compose the string for display
  var currentTimeString = currentHours + ":" + currentMinutes + ":" + currentSeconds + " " + timeOfDay;

  // Update the time display
//  document.getElementById("clock").firstChild.nodeValue = currentTimeString;
  document.getElementById("clock").innerHTML = currentTimeString;
}

// -->



var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

document.getElementById("todaysDay").innerHTML = dayarray[day]+", "+montharray[month]+" "+daym+", "+year;

//document.write("<small><font color='000000' face='Arial'><b>"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"</b></font></small>")









      function click(e) 
      {
        if (document.all) 
        {
          if (event.button == 2) 
          {
            alert("This Function is disabled");
            return false;
          }
        }
        if (document.layers) 
        {
          if (e.which == 3)
          {
            alert("This Function is disabled");
            return false;
          }
        }
      }
      if (document.layers) 
      {
        document.captureEvents(Event.MOUSEDOWN);
      }
      document.onmousedown=click;





 


 function slideit(imgNum)
  {


var image1=new Image(); image1.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmwe30Nikinkas.JPG";
var image2=new Image(); image2.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/audir8ppi-r8-05.jpg";
var image3=new Image(); image3.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmw243220918925hh-1.jpg";
var image4=new Image(); image4.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/Ferrari_F50_GT_29_ew.jpg";
var image5=new Image(); image5.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/alfaRomeo-brera-s22.jpg";
var image6=new Image(); image6.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/audi2582022016_2065d783f6_b.jpg";
var image7=new Image(); image7.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/_2009_zenvo_st1_supercar_005-1216-95.jpg";
var image8=new Image(); image8.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/audis4.jpg";
var image9=new Image(); image9.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/AcuraNSX_WideRed.jpg";
var image10=new Image(); image10.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/audireda3wagon.JPG";
var image11=new Image(); image11.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/BMW_335i+side_view.jpg";
var image12=new Image(); image12.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmw2117602464_69257c5a34_b.jpg";
var image13=new Image(); image13.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/aston_martin_one_77_by_jonsibal.jpg";
var image14=new Image(); image14.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/corvette2472974338_fa25d353b6_b.jpg";
var image15=new Image(); image15.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmw7and5.JPG";
var image16=new Image(); image16.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/corvette2205681204_ac4ae77bff_b.jpg";
var image17=new Image(); image17.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/alfaRomeoMitoTunedFrontAndRear.JPG";
var image18=new Image(); image18.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/corvettec6lengenfelter.jpg";
var image19=new Image(); image19.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/AUDIRSR.jpg";
var image20=new Image(); image20.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmwguk1.jpg";
var image21=new Image(); image21.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/fordfalcon310_9x28x2005123239PM.jpg";
var image22=new Image(); image22.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmw3seriesonhighway.jpg";
var image23=new Image(); image23.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/audisessyaudi.jpg";
var image24=new Image(); image24.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/alfaRomeo8c.jpg";
var image25=new Image(); image25.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/ferrarienzof50f40.jpg";
var image26=new Image(); image26.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmwcslrf6.jpg";
var image27=new Image(); image27.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmwIMG_0256.jpg";
var image28=new Image(); image28.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/fordmustangcobraDSC_0110.jpg";
var image29=new Image(); image29.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmwIMG_7746.jpg";
var image30=new Image(); image30.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmw2430053860_051cc37f13_o.jpg";
var image31=new Image(); image31.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/astonmartinwallpaper.jpg";
var image32=new Image(); image32.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmwM5_01-1.jpg";
var image33=new Image(); image33.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/audirs4rear.JPG";
var image34=new Image(); image34.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmwCRW_3275.jpg";
var image35=new Image(); image35.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmwSideShot.jpg";
var image36=new Image(); image36.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmwm3ultrawide3copycv3.jpg";
var image37=new Image(); image37.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/alfaRomeoSZ.JPG";
var image38=new Image(); image38.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/acuransxrollingback.jpg";
var image39=new Image(); image39.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/acuransxkwannsx10.jpg";
var image40=new Image(); image40.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/AlfaRomeo7530V6EMCRacing.JPG";
var image41=new Image(); image41.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/alfaRomeos2.JPG";
var image42=new Image(); image42.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/bmw33dgzo1.jpg";

var image43=new Image(); image43.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/Rangerover7.jpg";
var image44=new Image(); image44.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/AlfaRomeo7530V6racing.jpg";
var image45=new Image(); image45.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/nissan350zGoldenGatesbridge.jpg";
var image46=new Image(); image45.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/toyotaPreviaSlamedBlue.jpg";
var image47=new Image(); image47.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/toyotaaristoKelvanVIP014c16copy.jpg";
var image48=new Image(); image48.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/toyotaaristoClark-LA-Tunnel-1152.jpg";
var image49=new Image(); image49.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porscheRauhWeltGreenSideFront.jpg";
var image50=new Image(); image50.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/subaruImpresaSTI_ProjectMu.jpg";
var image51=new Image(); image51.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porscheGT2INShadow.jpg";
var image52=new Image(); image52.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/lamborghiniMurcielagoRoadsterOrange.jpg";
var image53=new Image(); image53.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porschecarreragt72h431s.jpg";
var image54=new Image(); image54.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/subarustiturn.jpg";
var image55=new Image(); image55.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porsche993GT2-TurboREngineConversion-3.jpg";
var image56=new Image(); image56.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porschegt2onhighway.jpg";
var image57=new Image(); image57.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porsche1.jpg";
var image58=new Image(); image58.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/mazdarx-75-25-08028.jpg";
var image59=new Image(); image59.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/subarustiinneighborhood.jpg";
var image60=new Image(); image60.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porsche997inparkinggarage.jpg";
var image61=new Image(); image61.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/subaruimprezabyturbine.jpg";
var image62=new Image(); image62.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/nissanSkylineGTR35FollowedByM3.jpg";
var image63=new Image(); image63.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/mercedesSWald.jpg";
var image64=new Image(); image64.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/subaruWRX.jpg";
var image65=new Image(); image65.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porschegtstreet_rs.jpg";
var image66=new Image(); image66.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porsche-cayenne-955-1mansory-.jpg";
var image67=new Image(); image67.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porscheCayman3ColorRear.jpg";
var image68=new Image(); image68.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/nissanSkylineGTR35wp_r35_phantom_01.jpg";
var image69=new Image(); image69.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porscheWhiteCGT-4.jpg";
var image70=new Image(); image70.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/mercedesbrabus-slr-mclaren-720.jpg";
var image71=new Image(); image71.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porscheIMG_8831.jpg";
var image72=new Image(); image72.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porsche504833653_906925c95d_o.jpg";
var image73=new Image(); image73.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/infinityg35coupegarage2.jpg";
var image74=new Image(); image74.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/mercedesCLS_535-1024.jpg";
var image75=new Image(); image75.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/MercedesSilverSide.jpg";
var image76=new Image(); image76.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/mercedesIMG_8397.jpg";
var image77=new Image(); image77.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porscherauhweltp2.jpg";
var image78=new Image(); image78.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porscherauhweltp4.jpg";
var image79=new Image(); image79.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/Wiesmann-GT_2006_1024x768_wallpaper.jpg";
var image80=new Image(); image80.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/VWScirocco141a308a.jpg";
var image81=new Image(); image81.src="http://www.philadelphiaWindowTinting.com/images/SUNSET/bannerImages/porscheMurray_22May2008_21.jpg";



if (step == null && imgNum == null)
  var step=1
else
  step = imgNum 


  if (!document.images)
  return


  document.images.slide.src=eval("image"+step+".src")


    if (step<81)
      step++
    else
      step=1

//    call function "slideit()" every 2.5 seconds
    setTimeout("slideit("+step+")",10000)
  }
  slideit(step)


