<!-- Begin POP-UP SIZES AND OPTIONS CODE



// OTHER OPTIONS YOU CAN CHANGE

var scrollbarS 		= "0"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF
var scrollbarS_sound	= "0"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF
var background_colors	= "FFFFFF"	// BACKROUND COLOR OF THE POPUPS
var right_click_text	= "You may not right mouse click this page"	// TEXT FOR THE RIGHT CLICK PROTECTION


//Captions
 
var image008 = 'Once you see the sign, you know you are there.'
var image041 = 'Welcome to the Clay Station'
var image040 = 'The interior of the Clay Station'
var image042 = 'Welcome to Billy Hines Art by Design'
var image043 = 'The interior of Billy Hines Art by Design'
var image072 = 'We are almost at Larry\'s Produce'
var image045 = 'Larry\'s Produce is open June through December.'
var image044 = 'Welcome to Larry\'s Produce'
var image046 = 'Suisun Valley melons at Larry\'s Produce'
var image048 = 'All kinds of fruits and vegetables at Larry\'s Produce'
var image049 = 'Fine apples at Larry\'s Produce and don\'t forget to get your pumpkins.'
var image050 = 'Strawberries at Larry\'s Produce'
var image051 = 'Welcome to Parker Farms'
var image052 = 'It\'s quite the variety at Parker Farms'
var image053 = 'Pick your own flowers at Parker Farms'
var image054 = 'Let\'s go inside at Parker Farms'
var image055 = 'Colorful, fresh and rich in flavor at Parker Farms'
var image056 = 'Fruits and vegetables presented in a stylish fashion at Parker Farms'
var image05 = 'All kinds of peppers at Parker Farms'





// START SLIDESHOW POPUP CODE


function popUpSlideshow(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars='+scrollbarS+',location=0,statusbar=0,menubar=0,resizable=1,width='+slideshow_width+',height='+slideshow_height+'');");
}


// START POPUP CODE


function popUp3(URL) {
var look='toolbar=0,scrollbars='+scrollbarS+',location=0,statusbar=0,menubar=0,resizable=1,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<title>Image Close Up</title>')
   if (right_click_onG == "yes") {
popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
popwin.document.write('<script language="JavaScript">')
popwin.document.write('function noRightClick() {')
popwin.document.write('if (event.button==2) {')
popwin.document.write('alert(\''+right_click_text+'\')')
popwin.document.write('}')
popwin.document.write('}')
popwin.document.write('document.onmousedown=noRightClick')
popwin.document.write('</script>')
}
popwin.document.write('<head>')
popwin.document.write('<link rel=StyleSheet href="../includes/css/default.css" type="text/css" media="screen"></head>')
popwin.document.write('<body bgcolor="#'+background_colors+'" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"><tr><td align="center">')
popwin.document.write('<br>')
popwin.document.write('<table cellspacing="0" cellpadding="1" border="0"><tr><td align="center">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+border_color+'" style="border-collapse: collapse"><tr><td>')
popwin.document.write('<div align="center"><img src="'+URL+'"></div>')
popwin.document.write('</td></tr></table><br>')
if (URL == 'images/image008.jpg') {popwin.document.write('<div class="popupcaptions"> '+image008 +'</div>')}
else
if (URL == 'images/image041.jpg') {popwin.document.write('<div class="popupcaptions"> '+image041 +'</div>')}
else
if (URL == 'images/image040.jpg') {popwin.document.write('<div class="popupcaptions"> '+image040+'</div>')}
else
if (URL == 'images/image042.jpg') {popwin.document.write('<div class="popupcaptions"> '+image042+'</div>')}
else
if (URL == 'images/image043.jpg') {popwin.document.write('<div class="popupcaptions"> '+image043+'</div>')}
else
if (URL == 'images/image072.jpg') {popwin.document.write('<div class="popupcaptions"> '+image072+'</div>')}
else
if (URL == 'images/image045.jpg') {popwin.document.write('<div class="popupcaptions"> '+image045+'</div>')}
else
if (URL == 'images/image044.jpg') {popwin.document.write('<div class="popupcaptions"> '+image044+'</div>')}
else
if (URL == 'images/image046.jpg') {popwin.document.write('<div class="popupcaptions"> '+image046+'</div>')}
else
if (URL == 'images/image048.jpg') {popwin.document.write('<div class="popupcaptions"> '+image048+'</div>')}
else
if (URL == 'images/image049.jpg') {popwin.document.write('<div class="popupcaptions"> '+image049+'</div>')}
else
if (URL == 'images/image050.jpg') {popwin.document.write('<div class="popupcaptions"> '+image050+'</div>')}
else
if (URL == 'images/image051.jpg') {popwin.document.write('<div class="popupcaptions"> '+image051+'</div>')}
else
if (URL == 'images/image052.jpg') {popwin.document.write('<div class="popupcaptions"> '+image052+'</div>')}
else
if (URL == 'images/image053.jpg') {popwin.document.write('<div class="popupcaptions"> '+image053+'</div>')}
else
if (URL == 'images/image054.jpg') {popwin.document.write('<div class="popupcaptions"> '+image054+'</div>')}
else
if (URL == 'images/image055.jpg') {popwin.document.write('<div class="popupcaptions"> '+image055+'</div>')}
else
if (URL == 'images/image056.jpg') {popwin.document.write('<div class="popupcaptions"> '+image056+'</div>')}
else
if (URL == 'images/image057.jpg') {popwin.document.write('<div class="popupcaptions"> '+image05+'</div>')}



popwin.document.write('<br>')
popwin.document.write('</td></tr><tr><td valign="top" align="center" height="50">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>')
   if (close_button_p == "yes") {
popwin.document.write('<form style="margin: 0px"><input type="button" value="Close" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups" onClick=\'self.close()\'>&nbsp;</form>')
}
  if (slideshow_button == "yes") {
popwin.document.write('</td><td>')
popwin.document.write('<form action="slideshow3.asp" style="margin: 0px"><input type="submit" value="Slideshow" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups"></form>')
} 
popwin.document.write('</td></tr></table>')
popwin.document.write('</td></tr></table>')
popwin.document.write('</td></tr></table>')
popwin.document.write('</body>')
popwin.document.close()
}






// End -->

