if (document.images) {
image10 = new Image;
image11 = new Image;
image12 = new Image;
image13 = new Image;
image14 = new Image;
image15 = new Image;
image16 = new Image;
image17 = new Image;
image18 = new Image;
image19 = new Image;
image10.src = 'graphics\/lgimage1.png';
image11.src = 'graphics\/lgimage2.png';
image12.src = 'graphics\/lgimage3.png';
image13.src = 'graphics\/lgimage4.png';
image14.src = 'graphics\/lgimage5.png';
image15.src = 'graphics\/lgimage6.png';
image16.src = 'graphics\/lgimage7.png';
image17.src = 'graphics\/lgimage8.png';
image18.src = 'graphics\/lgimage9.png';
image19.src = 'graphics\/lgimage10.png';
} else {
image10 = '';
image11 = '';
image12 = '';
image13 = '';
image14 = '';
image15 = '';
image16 = '';
image17 = '';
image18 = '';
image19 = '';
document.rollimg = '';
}
var cap = ['',
											'',
											'',
											'',
											'',
											'',
											'',
											'',
											'',
											'',
											"1. The tents are set up and ready<br> to accommodate your event.",
											"2. The Garden's at Flying Diamond<br> Ranch is a literal paradise with<br> it's blooming garden walks.",
											"3. This is the upper portion of<br> the gardens where tables are<br> often set up around the dance<br> floor.",
											"4. Water features throughout the<br> property add to the wonderful<br> ambience. The Garden is lush with<br> character.",
											"5. The picturesque pond is used as<br> a back drop for many photos.",
											"6. Stamped concrete dance floor with<br> hanging twinkling lights and Chinese<br> lanters.",
											"7. Use this for your cake, gifts, or<br> perhaps a string quartet could be<br> tucked under the cover to add texture<br> to your event.",
											"8. A beautiful white wooden arch<br> awaits your decorative touch.",
											"9. Romantic babbling brook<br> meanders through the property.",
											"10. The tents are permanently set,<br> but you are welcome to set up<br> tables and chairs in whatever<br> fashion you like."];

function rollover(n) {
document.rollimg.src = window['image'+n].src;
document.getElementById('caption').innerHTML = cap[n];
}

