// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// MAG99_dat.js
// Copyright 2007  Maggie's Attic of Florida. All rights reserved.
//
//
// Please keep the number of characters within the quotes to a minimum.
// When finished just save the file, DO NOT change the file extension (.js).
// Once file is saved you must FTP it as per other instructions.
//
// Club rates
//
tastePublic = "$15.00"
tasteGuest = "$10.00"
tasteBeerPublic = "$10.00"
tasteBeer = "$33.00"
tasteWine = "$33.00"
tasteBoth = "$33.00"
tasteSplit = "$33.00"
tasteGold = "$65.00"
//
//
// ^^^^^^^^^^^^^^^^^ Hot Links Nav Code ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hlcurr = new Array(
'<tr><td align="left" class="hlcell"><a href="http://maggiesattic.us/clubs" target="_blank" onclick="parent.goWC(this)">Maggies Wine & Beer Clubs</a></td></tr>',
'<tr><td align="left" class="hlcell"><a href="MA_events.htm" target="_parent">Special Events</a></td></tr>',
'<tr><td align="left" class="hlcell"><a href="index.htm#iMaillist" target="_parent">Join Mailing List</a></td></tr>',
'<tr><td align="left" class="hlcell"><a href="MA_taste.htm" target="_parent">Wine Tasting Calendar</a></td></tr>',
'<tr><td align="left" class="hlcell"><a href="MA_wompg.htm" target="_parent">Wine Of The Month</a></td></tr>'//,
//'<tr><td align="left" class="hlcell"><a href="http://www.facebook.com/group.php?gid=80707420874&v=wall#!/group.php?gid=80707420874&v=wall" target="_blank">Find Us On Facebook</a></td></tr>'
)
//
hlbeg = '<table cellpadding="0" cellspacing="0" border="0" class="hotLks hltbl" onmouseover="navV(&#39;hlkdrop&#39;)" onmouseout="navH(&#39;hlkdrop&#39;)"><tr><td align="left" class="hlcell hlhdr">Hot Links&nbsp;&nbsp;<img src="MAGimg/dwn_awr_008.gif" width="7" height="9" border="0"></td></tr>'
hlend = '</table>'
//
wccurr = '<table cellpadding="0" cellspacing="0" border="0" class="hotLks hltbl" onmouseover="navV(&#39;wcdrop&#39;)" onmouseout="navH(&#39;wcdrop&#39;)"><tr><td align="left" class="wccell wcLks"><span style="font-size: 11pt; line-height: 170%;"><i>Bring The Fun To You!</i></span><br><a href="http://maggiesattic.us/clubs" target="_blank" onclick="parent.goWC(this)">Join a Maggie&#39;s Attic<br>Wine or Beer Club.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Learn More . . .</a></td></tr></table>'
//
function buildHL(){hlwrk = hlbeg; hlarr = hlcurr.length; hh = 0;
                   while(hh < hlarr){hlwrk = hlwrk.concat(hlcurr[hh]); hh++};
                   hlwrk = hlwrk.concat(hlend);
                   document.getElementById('hlkdrop').innerHTML = hlwrk;
                   //  load wine club drop down
                   document.getElementById('wcdrop').innerHTML = wccurr;
                   }
// ^^^^^^^^^^^^^^^^^ eof Hot Links Nav Code ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
function navV(Nid){document.getElementById(Nid).style.display = "inline"}
function navH(Nid){document.getElementById(Nid).style.display = "none"}
//
//
summerTaste = 0
sumTime = '<span class="homi">Mark your calendars.</span>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #990000;"><b>P</b>lease note time change!</span><br>The wine tasting dates are in red, beer tastings in blue.<br>Our tastings times, <b>as of June</b>, will be on our summer hours of <b>7:00pm to 9:00pm</b>.<br>Come early - stay late.&nbsp;&nbsp;&nbsp;&nbsp;See ya there !<br><br>(Please check our <a href="MA_events.htm">EVENT</a> page for more calendar information.)'
regTime = '<span class="homi">Mark your calendars.</span>&nbsp;&nbsp;&nbsp;&nbsp;<br>The wine tasting dates are in red, beer tastings in blue.<br>Our tastings times are from 6:00pm to 8:00pm.<br>Come early - stay late.&nbsp;&nbsp;&nbsp;&nbsp;See ya there !<br><br>(Please check our <a href="MA_events.htm">EVENT</a> page for more calendar information.)'
//
function summerTime(){if(summerTaste){document.getElementById('tTime').innerHTML = sumTime;} else {document.getElementById('tTime').innerHTML = regTime;}}
//
// Retail locations
//
rLoc = new Array()
rLoc[0] = "<SPAN CLASS='lnk10'>Maggie's Attic of Florida<BR>237 West Fourth Avenue, Suite 5<BR>Mount Dora, FL 32757<BR>Phone: (352) 383-5451<BR>FAX: (352) 383-8906<BR><A HREF='http://www.mapquest.com/maps/map.adp?address=237+W+4th+Ave&city=Mount+Dora&state=FL&zipcode=32757-5599&country=US&cid=lfmaplink' TARGET='_blank'><SPAN STYLE='font-size: 8pt;'>Store location - by MapQuest</SPAN></A><BR>&nbsp;<BR></SPAN>"
rLoc[1] = "<BR><SPAN CLASS='loca'><BR>237 West Fourth Avenue<BR>Suite 5<BR>Mount Dora, FL 32757<BR>Phone: 352-383-5451<BR><A HREF='http://www.mapquest.com/maps/map.adp?address=237+W+4th+Ave&city=Mount+Dora&state=FL&zipcode=32757-5599&country=US&cid=lfmaplink' TARGET='_blank'><SPAN STYLE='font-size: 8pt;'>Store location - by MapQuest</SPAN></A><BR>&nbsp;<BR></SPAN><BR><BR>"

//
//


// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
