// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// SRC="MDB_js.js"
// Application: mountdorabluesandwinefest.com
//
// Copyright 2009, brymar.net - All rights reserved.
//
//
//
//
function popWn(webPage){window.open(webPage, "", "scrollbars, width=590, height=800")}
function GoLink(webPage){window.open(webPage)}
function pgPrint(){window.print()}
function pgClose(){window.close()}
function pgPrintCls(){window.print(); window.close()}
function goWMF(){window.open("http://brymar.net/WMSTR/WMF_feedbk.htm", "", "status")}
//
function imgV(imgElem){document.getElementById(imgElem).style.display = "inline"}
function imgH(imgElem){document.getElementById(imgElem).style.display = "none"}
//
//
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dowList = new Array(7)
dowList[0] = "Sunday"
dowList[1] = "Monday"
dowList[2] = "Tuesday"
dowList[3] = "Wednesday"
dowList[4] = "Thursday"
dowList[5] = "Friday"
dowList[6] = "Saturday"
//
thisMonth = new Array(13)
thisMonth[0] =""
thisMonth[1] = "January"
thisMonth[2] = "February"
thisMonth[3] = "March"
thisMonth[4] = "April"
thisMonth[5] = "May"
thisMonth[6] = "June"
thisMonth[7] = "July"
thisMonth[8] = "August"
thisMonth[9] = "September"
thisMonth[10] = "October"
thisMonth[11] = "November"
thisMonth[12] = "December"
//
function dateNow(){dateNow = new Date();
                   daNow = dateNow.getDate().toString().concat("-");
                   moNow = (dateNow.getMonth() + 1).toString().concat("-");
                   yrNow = dateNow.getYear().toString(); if(dateNow.getYear() < 200){yrNow = (                      dateNow.getYear() + 1900).toString()};
                   dowNow = dowList[dateNow.getDay()].concat("&nbsp;&nbsp;");
                   dowmdyNow = (dowNow.concat(moNow.concat(daNow))).concat(yrNow);
                   monyrNow = thisMonth[dateNow.getMonth() + 1].concat("  ").concat(yrNow);
                   }
//
stSite = "From Maggie's Link:"   // set to name of the site
stHide = "z5@9f"
stLevel = new Array()
stLevel[0] = "xxx"
stLevel[1] = "com"
stLevel[2] = "us"
stLevel[3] = "org"
stLevel[4] = "biz"
stLevel[5] = "net"
stWho = new Array()
stWho[0] = "rofnicisabz"
stWho[1] = "5ofnik"
stWho[2] = ""
stWho[3] = ""
stWho[4] = ""
stWho[5] = ""
stWho[6] = ""
stWho[7] = ""
stWho[8] = ""
stDN = new Array()
stDN[0] = "??????????"
stDN[1] = "mountdorabluesandwinefest"
stDN[2] = ""
stDN[3] = ""
stDN[4] = ""
stDN[5] = ""
stDN[6] = ""
stDN[7] = ""
stDN[8] = ""
function stIsto(Ann)
               {stAt = stHide.substr(2, 1);
                ln = stWho[Ann].length - 1; k = ln;
                stWhois = ""; wkWho = stWho[Ann].substr(1, ln-1);
                while(k > -1){stWhois = stWhois.concat(wkWho.substr(k, 1)); k=k-1;};
                }
function AnySendTo(thisObj, stL, stW, stD, stS)
         {ss = "";  realThing = thisObj.href;
          if(stS == ""){stS = stSite};
          ss = "?subject=" + stS;
          stIsto(stW);
          thisObj.href = "mailto:" + stWhois + stAt + stDN[stD] + "." + stLevel[stL] + ss;
          return true}
// --------------------------------------------------------------------------------------
// ---------------------------------------------------------------------------------------