function visitpage_actionPerformed(){ var f1 = ge("f1"); emailMessage="Dear Jane,\n\nI will be in the San Diego area on "+ months[f1.selectMonth.selectedIndex]+" "+(f1.selectDay.selectedIndex+1)+ ". I would greatly love to visit your studio sometime in the "+ standardTimes[f1.selectStandardTime.selectedIndex]+". I am anxiously "+ "waiting for your reply!\n\n"; addToList=f1.mailList.checked; showFloatingPage("emailContactPage"); } function visitpage_update() { ge("mailList").checked=addToList; } nch="

Visit My Studio

"; cch="

My studio is open for your visit by appointment.

"+ "

Collecting art directly from me allows us to develop a personal"+ " relationship. You don't have to concern yourself with catalogues,"+ " middlemen, auction houses, dealers and worry over potential fakes"+ " or copies to collect my sculptures. You can acquire your pieces "+ "directly from my own hands and from this website.

"+ "

I love to have customers come and buy my finished sculptures at"+ " my studio and see the ones on which I'm currently working. If "+ "you're in the San Diego area, you can arrange to visit my studio by:

"+ ""+ ""+ "
"+ "

Phone

"+ "

Jane Darin Studio
5430 Linda Vista Road #12
San Diego, Ca. "+ "92111
(619) 684-5196

Email

"+ "
"+ ""+ ""+ ""+ ""+ "
I will be in San Diego on:"+getMonthsSelectorHtml()+" "+getDaysSelectorHtml()+"
and would like to vist at:"+getStandardTimesSelectorHtml()+ " (or call by phone)
"+ "Add me to your mailing list!

"+ ""+ "
"; container = new Container(); container.paintLayout(PAINT_LAYOUT); container.setSpacing(CONTAINER_SPACING); container.setNorthComponent(nch,"top","center"); container.setCenterComponent(cch,"top","center"); var visitPage = new Page("Visit My Studio"); visitPage.paintLayout(PAINT_LAYOUT); visitPage.hasGoBack=true; visitPage.createPageHtml(container); visitPage.actionPerformed=visitpage_actionPerformed; visitPage.update=visitpage_update;