// JavaScript Document
var quesArray = new Array();
var ansArray = new Array();

quesArray[0] = "1. Do you allow pets?"
quesArray[1] = "2. Check in and out time?"
quesArray[2] = "3. Are Off-road vehicles allowed in the park?"
quesArray[3] = "4. Is the storage area secure?"
quesArray[4] = "5. Do you offer Long term rentals?"
quesArray[5] = "6. Do you offer Group sites and discounts?"
quesArray[6] = "7. Will your sites accommodate my 40ft rv with quad slides?"
quesArray[7] = "8. Can I reserve a specific site?"
quesArray[8] = "9. How far in advance can I make a reservation?"
quesArray[9] = "10. Is there room to park additional vehicles?"
quesArray[10] = "11. Do you have internet access?"
quesArray[11] = "12. Do you allow tent camping?"
quesArray[12] = "13. Are you open year round?"
quesArray[13] = "14. Can we invite guests?"
quesArray[14] = "15. Are guests allowed to use the pool, spa, showers, laundry and clubhouse?"

ansArray[0] = "Yes up to two well mannered and attended pets are allowed per site."
ansArray[1] = "Check in time is 2:00pm, however early check-in is ok if space is available but is not guaranteed. Check out time is 12:00pm."
ansArray[2] = "Yes!  We are an off-road vehicle friendly park. We know it is important to our customers to have their toys close by their site. In order to allow this we must have policies and procedures to ensure the safety of all. Anyone who cannot follow the rules will be asked to leave the park."
ansArray[3] = "Yes the storage area will be a fenced secure and locked area accessible only with the assistance of the onsite RV park management staff during business hours. It is not self serve."
ansArray[4] = "Yes.  Please contact us for further info"
ansArray[5] = "Yes we will make every attempt to accommodate your group of 5 or more rv’s. A group of 10 or more rv’s will receive a 10% discount. No other discounts apply."
ansArray[6] = "Yes. All of our sites are 70’ long by 30’ wide"
ansArray[7] = "You can request a specific site and if available we will book it for you. No guarantees."
ansArray[8] = "364 Days"
ansArray[9] = "There is limited room for parking additional street legal vehicles. Parking areas are located along each side of the park center’s activity hub."
ansArray[10] = "Yes we are a wi-fi hot spot."
ansArray[11] = "Sorry no we cannot allow tent camping or pop-up tent trailers."
ansArray[12] = "Yes…it’s hot in July and August but if you want to come on out and camp we will be glad to accommodate you."
ansArray[13] = "Yes they are welcome and must stop by the front office to pay a visitor fee of $2.50/adults and $1.50/child. Visitors must vacate the premises by 9:00 pm."
ansArray[14] = "No, these are for paying overnight guests use only."
