function RentalWaiverPop() {
    var RentalWaiverText = document.getElementById("PopUpText");
    RentalWaiverText.style.position = "absolute";
    RentalWaiverText.style.top = "0";
    RentalWaiverText.style.width = "100%";
    RentalWaiverText.style.zIndex = "2000";

    	RentalWaiverText.style.display = "block";
    	RentalWaiverText.innerHTML = "<div style=\"display:block; text-align:left; padding:30px; border:solid 1px red; background:#ffffff;\"><h2>Lease Agreement</h2><p>I hereby agree to take sole responsibility for any damages outside of normal wear and tear of this scooter/ecv unit including accessories while in my possession; my possession starts when I recieve the rental unit and ends when I return the rental unit. I understand that I am personally responsible for all vandalism and or loss of equipment.  This is the case regardless of fault or error. A third party company appointed by ScootArama will decide the cost of damages or replacement value if both parties cannot reach a mutual agreement. The lessee shall pay any legal fees incurred by ScootArama to obtain monies owed by the lessee.</p><br /><h2>Waiver of Liability and Hold Harmless Agreement</h2><p>I hereby release, waive, and discharge the right to seek medical reimbursement or the legal prosecution of ScootArama for any physical injury resulting from the use of the rental equipment provided by ScootArama.</p><p>It is my express intent that this Release and Hold Harmless Agreement shall bind my family if I am alive and my heirs, assigns and personal representative if I am deceased. It shall be deemed as a release, waiver, discharge, and covenant not to sue ScootArama, independent contractors, officers, agents, employees, and affiliates.</p><p>By checking this box I acknowledge and represent that, I have read the forgoing Waiver of Liability and Hold Harmless Agreement. I fully understand, and agree to this release voluntarily. I am at least 18 years of age and fully competent as executer of this Waiver of Liability and Hold Harmless Agreement fully intending to be bound by the same.</p><br /><p><a href=\"#\" onclick=\"javascript:return RentalWaiverClose();\"><img src=\"images/CloseWindowGraphic.gif\" width=\"150\" height=\"20\" alt=\"Close Window\" border=\"0\" /></a></p></div>";
    }

    function RentalWaiverClose() {
        var RentalWaiverText = document.getElementById("PopUpText");
        RentalWaiverText.style.position = "absolute";
        RentalWaiverText.style.top = "0";
        RentalWaiverText.style.width = "100%";
        RentalWaiverText.style.zIndex = "2000";

    	RentalWaiverText.style.display="none";
    }


    function RefundPolicyPop() {
        var RefundPolicyText = document.getElementById("PopUpText");
        RefundPolicyText.style.position = "absolute";
        RefundPolicyText.style.top = "0";
        RefundPolicyText.style.width = "100%";
        RefundPolicyText.style.zIndex = "2000";
    	RefundPolicyText.style.display = "block";
    	RefundPolicyText.innerHTML = "<div style=\"display:block; text-align:left; padding:30px; border:solid 1px red; background:#ffffff;\"><h2>Refund/Cancellation Policy</h2><p>All sales are final starting 24hrs before your start date this means no refunds. All cancellations made prior to 24hrs of your start date must be done so by email only, cancellations are made on our website via our Contact Us page. Once this email is received you will be refunded 100% of the amount charged to your credit card less $8 for a processing fee. This $8 processing fee is what ScootaRama will have to pay to reverse the transaction and refund your money to your account.</p><p>Thank You For Choosing ScootaRama</p><br /><p><a href=\"#\" onclick=\"javascript:return RefundPolicyClose();\"><img src=\"images/CloseWindowGraphic.gif\" width=\"150\" height=\"20\" alt=\"Close Window\" border=\"0\" /></a></p></div>";
    }

    function RefundPolicyClose() {
        var RefundPolicyText = document.getElementById("PopUpText");
        RefundPolicyText.style.position = "absolute";
        RefundPolicyText.style.top = "0";
        RefundPolicyText.style.width = "100%";
        RefundPolicyText.style.zIndex = "2000";

    	RefundPolicyText.style.display = "none";
    }


    function FloridaStatutesPop() {
        var FloridaStatutesText = document.getElementById("PopUpText");
        FloridaStatutesText.style.position = "absolute";
        FloridaStatutesText.style.top = "0";
        FloridaStatutesText.style.width = "100%";
        FloridaStatutesText.style.zIndex = "2000";

    	FloridaStatutesText.style.display = "block";
    	FloridaStatutesText.innerHTML = "<div style=\"display:block; text-align:left; padding:30px; border:solid 1px red; background:#ffffff;\"><h2>Florida Statutes 812.155 Paragraph 3</h2><p><b>FAILURE TO REDELIVER HIRED OR LEASED PERSONAL PROPERTY.</b>--Whoever, after hiring or leasing any personal property or equipment under an agreement to redeliver the same to the person letting such personal property or equipment or his or her agent at the termination of the period for which it was let, shall, without the consent of such           person or persons knowingly abandon or refuse to redeliver the personal property or equipment as agreed, shall, upon conviction, be guilty of a misdemeanor of the second degree, punishable as provided in s. 775.082 or s. 775.083, unless the value of the personal property or equipment is of a value of $300 or more; in that event the violation constitutes a <b>felony</b> of the third degree, punishable as provided in s. 775.082, s. 775.083, or s. 775.084.                                    </p><br><p>The above statute refers to a not so common term called theft of services. Please return the scooter by the dates and time indicated in the rental agreement or call to extended the scooter for additional days.</p><p><b><br><br>Thank You For Choosing Scootarama</p></b><br><a href=\"#\" onclick=\"javascript:return RefundPolicyClose();\"><img src=\"images/CloseWindowGraphic.gif\" width=\"150\" height=\"20\" alt=\"Close Window\" border=\"0\" /></a></p></div>";
    }

    function FloridaStatutesClose() {
        var FloridaStatutesText = document.getElementById("PopUpText");
        FloridaStatutesText.style.position = "absolute";
        FloridaStatutesText.style.top = "0";
        FloridaStatutesText.style.width = "100%";
        FloridaStatutesText.style.zIndex = "2000";

    	FloridaStatutesText.style.display = "none";
    }


    