<% '**************************************************************************************** '** Copyright Notice '** '** Web Wiz Forums(TM) '** http://www.webwizforums.com '** '** Copyright (C)2001-2008 Web Wiz(TM). All Rights Reserved. '** '** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS UNDER LICENSE FROM 'WEB WIZ'. '** '** IF YOU DO NOT AGREE TO THE LICENSE AGREEMENT THEN 'WEB WIZ' IS UNWILLING TO LICENSE '** THE SOFTWARE TO YOU, AND YOU SHOULD DESTROY ALL COPIES YOU HOLD OF 'WEB WIZ' SOFTWARE '** AND DERIVATIVE WORKS IMMEDIATELY. '** '** If you have not received a copy of the license with this work then a copy of the latest '** license contract can be found at:- '** '** http://www.webwizguide.com/license '** '** For more information about this software and for licensing information please contact '** 'Web Wiz' at the address and website below:- '** '** Web Wiz, Unit 10E, Dawkins Road Industrial Estate, Poole, Dorset, BH15 4JD, England '** http://www.webwizguide.com '** '** Removal or modification of this copyright notice will violate the license contract. '** '**************************************************************************************** 'Calendar '--------------------------------------------------- Const strTxtCalendarEvents = "Calendar Events" Const strTxtCalendarJump = "Calendar Jump" Const strTxtWeekView = "Week View" Const strTxtMonthView = "Month View" Const strTxtYearView = "Year View" Const strTxtEvents = "Events" Const strTxtViewWeekInDetail = "View Week in Detail" Const strTxtViewMonthInDetail = "View Month in Detail" Const strTxtBirthdays = "Birthdays" Const strTxtHideBirthdays = "Hide Birthdays" Const strTxtShowBirthdays = "Show Birthdays" Const strTxtLatest = "Latest" Const strTxtLatestEventFeed = "Lastest Event Feed" Const strTxtSunday = "Sunday" Const strTxtMonday = "Monday" Const strTxtTuesday = "Tuesday" Const strTxtWednesday = "Wednesday" Const strTxtThursday = "Thursday" Const strTxtFriday = "Friday" Const strTxtSaturday = "Saturday" Const strTxtSun = "Sun" Const strTxtMon = "Mon" Const strTxtTue = "Tue" Const strTxtWed = "Wed" Const strTxtThu = "Thu" Const strTxtFri = "Fri" Const strTxtSat = "Sat" Const strTxtSu = "S" Const strTxtMo = "M" Const strTxtTu = "T" Const strTxtWe = "W" Const strTxtTh = "T" Const strTxtFr = "F" Const strTxtSa = "S" Const strTxtJanuary = "January" Const strTxtFebruary = "February" Const strTxtMarch = "March" Const strTxtApril = "April" Const strTxtMay = "May" Const strTxtJune = "June" Const strTxtJuly = "July" Const strTxtAugust = "August" Const strTxtSeptember = "September" Const strTxtOctober = "October" Const strTxtNovember = "November" Const strTxtDecember = "December" %>