
// Christmas
var christmasText;
var monthNames = new Array('januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december');
var dayNames = new Array('Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag');
var now = new Date();
var theDay = dayNames[now.getDay()];
var theDayOfMonth = now.getDate();
var theMonth = monthNames[now.getMonth()];
var theYear = now.getYear() + (isIE ? 0 : 1900);
theYear += (theYear < 100) ? 1900 : 0;
var todayText = theDay + ' d. ' + theDayOfMonth + '. ' + theMonth + ' ' + theYear;
var Christ = new Date(now.getYear(now) + (isIE ? 0 : 1900), 11, 24);
if (Christ < now)
	Christ = new Date(now.getYear(now) + 1, 11, 24);
diff = (Christ - now);
daysLeft = parseInt(((((diff / 1000) / 60) / 60) / 24) + 1);
christmasText = 'Juleaften om ' + daysLeft + ' dage!';
if (theMonth == 'december') {
	if (theDayOfMonth == 22)
		christmasText = 'Juleaften i overmorgen!';
	else if (theDayOfMonth == 23)
		christmasText = 'Juleaften i morgen!';
	else if (theDayOfMonth == 24)
		christmasText = 'Glædelig jul!';
	else if (theDayOfMonth == 31)
		christmasText = 'Godt nytår!';
	else if (theDayOfMonth > 24)
		christmasText = 'Glædelig jul og godt nytår!';
}


// Arrays
//Text, HREF, has children
// Don't use a comma after last index; IE will interpret this as an extra index

aMenu1 = [
[],
['Development','',1],
['Lotus Notes','http://www.ibm.com',1],
['Musik/DVD','',1],
['Web-Medier','',1]
]

aMenu1_1 = [
[],
['CSS','',1],
['HTML','',1],
['Java','',1],
['JavaScript & DOM','',1],
['Tools','',1],
['Web Development','',1],
['XML','',1],
['XSL','http://www.w3.org/TR/xsl/',0],
['XSLT','',1]
]

aMenu1_1_1 = [
[],
['CSS, DHTML & Ajax','http://www.webbedenvironments.com/dhtml/',0],
['CSS Hacks','http://www.centricle.com/ref/css/filters/',0],
['CSS Issues','http://www.positioniseverything.net',0],
['CSS Max Design','http://css.maxdesign.com.au/index.htm',0],
['CSS Property Index','http://www.blooberry.com/indexdot/css/propindex/all.htm',0],
['CSS Reference','http://www.htmlhelp.com/reference/css/',0],
['CSS Reference (SitePoint)','http://reference.sitepoint.com/css/properties-alphabetic',0],
['CSS Site','http://cssvault.com/',0],
['CSS ZenGarden','http://www.csszengarden.com',0],
['Developer Yahoo Grids','http://developer.yahoo.com/yui/grids/',0],
['Meyer Web','http://www.meyerweb.com',0],
['Style-Sheets.com','http://www.style-sheets.com/validator.asp',0],
['W3C CSS Validation Service','http://jigsaw.w3.org/css-validator/',0],
['W3C CSS','http://www.w3.org/Style/CSS/',0]
]

aMenu1_1_2 = [
[],
['HTML Element Index','http://www.blooberry.com/indexdot/html/tagindex/all.htm',0],
['HTML Guide','http://www.html.dk/',0],
['HTML Reference','http://www.htmlhelp.com/',0],
['HTML Reference (SitePoint)','http://reference.sitepoint.com/html/elements-alphabetic',0],
['HTML4/5 Differences','http://www.w3.org/TR/2008/WD-html5-diff-20080122/',0],
['HTML5. The Markup Language','http://dev.w3.org/html5/markup/spec.html',0],
['Meta Tags Explained','http://www.webmarketingnow.com/tips/meta-tags-uncovered.html',0]
]

aMenu1_1_3 = [
[],
['Apache Jakarta Project','http://jakarta.apache.org',0],
['Café au Lait','http://www.cafeaulait.org/',0],
['Jars.Com','http://www.jars.com/',0],
['Java Boutique','http://javaboutique.internet.com/',0],
['Java Find','http://www.jfind.com/',0],
['Java Ranch','http://www.javaranch.com/',0],
['Java Technology','http://www-130.ibm.com/developerworks/java/',0],
['Java.Sun.Com ','http://java.sun.com/',0],
['JavaAbout.Com','http://java.about.com/',0],
['JDBC','http://java.sun.com/products/jdbc/',0],
['Programmering i Java','http://javabog.dk/',0]
]

aMenu1_1_4 = [
[],
['Closures','http://blog.morrisjohns.com/javascript_closures_for_dummies',0],
['Danny Goodman FAQ','http://www.dannyg.com/',0],
['DHTML DOM Objects','http://www.w3schools.com/dhtml/dhtml_domreference.asp',0],
['DOM Element Methods','http://www.javascriptkit.com/domref/elementmethods.shtml',0],
['DOM Scripting','http://www.friendsofed.com/book.html?isbn=1590595335',0],
['Dynamic Drive','http://www.dynamicdrive.com/',0],
['Event Delegation','http://usabletype.com/weblog/event-delegation-without-javascript-library/',0],
['JavaScript.Com','http://www.javascript.com/',0],
['JavaScript DHTML Cookbook','http://www.oreillynet.com/catalog/9780596514082/',0],
['JavaScript & DOM','http://www.sitepoint.com/books/dhtml1/',0],
['JavaScript Bible','http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0470069163.html',0],
['JavaScript-FX','http://www.javascript-fx.com/',0],
['JavaScript Kit','http://www.javascriptkit.com/',0],
['JavaScript Source','http://javascript.internet.com/',0],
['Microsoft DOM','http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp',0],
['Mozilla DOM','http://developer.mozilla.org/en/docs/Gecko_DOM_Reference',0],
['Mission Impossible','http://evolt.org/article/Mission_Impossible_mouse_position/17/23335/index.html',0],
['QM: Element Dimensions','http://www.quirksmode.org/js/elementdimensions.html',0],
['QM: Find Position','http://www.quirksmode.org/js/findpos.html',0],
['Scripts','http://www.w3.org/TR/REC-html40/interact/scripts.html',0],
['Uncle Jim\'s Web Designs','http://jdstiles.com/javamain.html',0],
['Utopia: Using JS & DOM','http://www.sitepoint.com/books/dhtml1/',0],
['Venkman','http://www.svendtofte.com/code/learning_venkman/',0]
]

aMenu1_1_5 = [
[],
['A-Data USB Sticks','http://www.edbpriser.dk/Products/Listproducts.asp?ID=695&Parent=2&Producent=27&Direction167=2&Sorted167=8589934592&Submit.x=17&Submit.y=12',0],
['Corsair USB Sticks','http://www.edbpriser.dk/Products/Listproducts.asp?ID=695&Parent=2&Producent=745&Direction167=2&Sorted167=8589934592&Submit.x=17&Submit.y=10',0],

['Crimson Editor','http://www.crimsoneditor.com/',0],
['DOS Batch Files','http://home.att.net/~gobruen/progs/dos_batch/dos_batch.html',0],
['Eclipse','http://www.eclipse.org/',0],
['NoteMan','http://www.martinscott.com/noteman',0],
['TopStyle Pro Editor','http://www.bradsoft.com/topstyle/index.asp',0],
['UltraEdit 32','http://www.ultraedit.com/',0],
['WebWriter.Com','http://www.webwriter.dk/',0]
]

aMenu1_1_6 = [
[],
['A List Apart','http://www.alistapart.com/',0],
['A List Apart: DocType','http://www.alistapart.com/articles/doctype',0],
['Advisor.com','http://advisor.com/',0],
['Ajax Matters','http://www.ajaxmatters.com/',0],
['Ajax Patterns','http://ajaxpatterns.org/',0],
['Crystal XP','http://www.crystalxp.net/galerie/en.cat.1.html',0],
['Developer Yahoo','http://developer.yahoo.com/',0],
['Dynamic HTML','http://www.oreilly.com/catalog/9780596527402/index.html',0],
['Eksperten','http://eksperten.dk/',0],
['FAQTS','http://www.faqts.com/',0],
['Firefox Tips','http://www.mozilla.org/support/firefox/tips',0],
['How to use Ajax','http://www.codestore.net/store.nsf/unid/BLOG-20050429',0],
['Mozilla DOM Reference','http://www.mozilla.org/docs/dom/domref/',0],
['QuirksMode','http://www.quirksmode.org/',0],
['SitePoint.com','http://www.sitepoint.com/',0],
['SQL-Team','http://www.sqlteam.com/default.asp',0],
['ThinkVitamin.com','http://www.thinkvitamin.com/',0],
['W3 Schools','http://www.w3schools.com/default.asp',0],
['W3C','http://www.w3.org/',0],
['Web Reference','http://webreference.com',0],
['Windows Script','http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/scriptinga.asp',0]
]

aMenu1_1_7 = [
[],
['Apache FOP','http://xml.apache.org/fop/',0],
['XML to PDF','http://www.onjava.com/pub/a/onjava/2002/10/16/fop.html',0],
['XML','http://www.w3.org/XML/',0],
['XML Happy Birthday!','http://www.w3.org/2003/02/xml-at-5.html',0],
['XML.Com','http://www.xml.com',0]
]

aMenu1_1_9 = [
[],
['XSLT Dev Guru','http://www.devguru.com/Technologies/xslt/quickref/xsltintro.html',0],
['XSLT FAQ','http://www.dpawson.co.uk/xsl/sect2/sect21.html',0]
]

aMenu1_2 = [
[],
['Agents','',1],
['Character Sets','',1],
['Advisor.Com','http://advisor.com',0],
['Alan Lepofsky','http://www.alanlepofsky.net/alepofsky/alanblog.nsf/dx/application-development-tools',0],
['Breakingpar.com','http://www.breakingpar.com/',0],
['Code Stuff','http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/a744942469f6e9da85256e67004fc976?OpenDocument',0],
['CodeStore','http://www.codestore.net/',0],
['DeveloperWorks','http://www-130.ibm.com/developerworks/lotus',0],
['Domino URL Cheat Sheet','http://www-128.ibm.com/developerworks/lotus/library/ls-Domino_URL_cheat_sheet/',0],
['Ferdy Christant','http://www.ferdychristant.com/',0],
['IBM RedBooks','http://www.redbooks.ibm.com/',0],
['Julie Kadashevich\'s Articles','http://www-10.lotus.com/ldd/today.nsf/search?SearchView&Query=kadashevich&SearchOrder=&SearchWV=FALSE&SearchFuzzy=FALSE&Start=1&Count=25',0],
['Lotus Certification','http://www.lotus.com/services/education.nsf/wdocs/certificationhomepage',0],
['Lotus Certification Titles','http://www.lotus.com/services/education.nsf/35ed29d961be6ad0852566da004c5cbb/af0260977a3cdc8185256d05004da486?OpenDocument',0],
['Lotus Documentation','http://www-128.ibm.com/developerworks/lotus/documentation/dominodesigner/',0],
['Lotus Guide','https://www.enterfora.dk/lotusguide.html',0],
['Lotus Sandbox','http://notes.net/sandbox.nsf',0],
['Lotus Software Security','http://www-128.ibm.com/developerworks/lotus/security/',0],
['Lotus Support Services','http://www-306.ibm.com/software/lotus/support/',0],
['Martin Scott','http://www.martinscott.com/',0],
['Martin Scott Search','http://www.martinscott.com/SuperSearch',0],
['NSFTools','http://www.nsftools.com/',0],
['Notes.Net','http://www-128.ibm.com/developerworks/lotus',0],
['Notes vs. SharePoint','/NotesSharePoint/index.html',0],
['Prometric Test Kalender','http://itcert.teknologisk.dk/prometric/-testdato.asp?id=1447',0],
['Notes 4 & 5','http://www-10.lotus.com/ldd/46dom.nsf',0],
['Notes 6 & 7','http://www-10.lotus.com/ldd/nd6forum.nsf?OpenDatabase',0],
['Notes 8','http://www-10.lotus.com/ldd/nd8forum.nsf?OpenDatabase',0],
['Notes 8: Best Practices','http://www.ibm.com/developerworks/wikis/display/dominoappdev/Best+Practices+for+Building+Web+Applications+for+Domino+8',0],
['SearchDomino','http://searchdomino.techtarget.com/tips/',0],
['The View','http://www.eview.com/',0],
['Voith\'s Code','http://www.vcode.no/',0]
]

aMenu1_2_1 = [
[],
['Troubleshooting','http://www-128.ibm.com/developerworks/lotus/library/ls-Troubleshooting_agents_ND5_6/',0]
]

aMenu1_2_2 = [
[],
['Character Sets & Domino','http://www.codestore.net/store.nsf/unid/HUMR-6AASZV?OpenDocument',0],
['Unicode Home Page','http://www.unicode.org/',0],
['Unicode & Character Sets','http://www.joelonsoftware.com/articles/Unicode.html',0]
]

aMenu1_3 = [
[],
['Alan Parsons Project','http://www.the-alan-parsons-project.com/',0],
['All Music','http://www.allmusic.com',0],
['Amazon Account','http://www.amazon.co.uk/your-account',0],
['Amazon Music UK','http://www.amazon.co.uk/exec/obidos/tg/browse/-/229816/026-3445248-5004428',0],
['Amazon Pre-orders','http://s1.amazon.co.uk/exec/varzea/subst/your-account/your-preordered-items.html',0],
['AudioReview.com','http://www.audioreview.com/',0],
['CD-Skiven','http://www.cdskiven.dk',0],
['CD Universe','http://www.cduniverse.com/',0],
['CD Universe Account','http://www.cduniverse.com/checkout/prevorder.asp',0],
['CDON.COM','http://www.cdon.com/main.phtml?navroot=903',0],
['Guf Musik','http://www.gufmusik.dk/',0],
['Laserdisken','http://www.laserdisken.dk/',0],
['Movie Zoo','http://www.moviezoo.dk/',0],
['Music Chart','http://www.onmc.iinet.net.au/',0],
['The Beatles','http://thebeatles.com/core/home/',0],
['Om The Beatles','http://www.ombeatles.dk/default.asp',0],
['The Lennon Interview 1','http://www.rollingstone.com/news/coverstory/24937978/page/1',0],
['The Lennon Interview 2','http://www.rollingstone.com/news/coverstory/24946866',0],
['The McCartney Interview','http://taz4158.tripod.com/macint.htm',0],
['TP Musik','http://www.tpmusik.dk/',0],
['Video Universe','http://www.dvduniverse.com/',0],
['Øresneglen®','http://www.sneglen.dk/',0]
]

aMenu1_4 = [
[],
['B.T. Online','http://www.bt.dk/',0],
['Berlingske Tidende','http://www.berlingske.dk/',0],
['Børsen','http://www.borsen.dk/',0],
['Comon','http://www.comon.dk/',0],
['Computerworld','http://computerworld.dk',0],
['Dagbladet Arbejderen','http://www.arbejderen.dk/',0],
['DR','http://www1.dr.dk/nyheder/',0],
['Ekstra Bladet','http://www.ekstrabladet.dk/',0],
['Information','http://www.information.dk/',0],
['IT-Avisen','http://it-avisen.dk',0],
['Jyllands-Posten','http://www.jp.dk/',0],
['Kristeligt Dagblad','http://www.kristeligt-dagblad.dk/',0],
['Politiken','http://politiken.dk/',0],
['Sol','http://www.sol.dk/',0],
['TV2','http://nyhederne.tv2.dk/',0],
['Ugebrevet A4 (LO)','http://www.ugebreveta4.dk/',0],
['Weekendavisen','http://www.weekendavisen.dk/',0]
]

aMenu2 = [
[],
['Avlastenok.com','index.html',0],
['---- Ballerup-IA01 ----','',0],
['LEO Promotion','http://promotion.leo-pharma.com',0],
['Web Phone Dir','http://webphonedir.leo-pharma.com',0],
['BB LEO World','http://bbleoweb.leo-pharma.com',0],
['LEO Internal','http://leointernal.leo-pharma.com/w-site/LEOInternal/LEOInternal.nsf',0],
['---- Ballerup-PA01 ----','',0],
['DHL 2010','http://dhl2010.global.leo-group.net',0],
['eDocLEOHelp','http://edocleohelp.global.leo-group.net/w-site/eDocLEOHelp/docs-edoc.nsf',0],
['Medarbejderhåndbogen','http://ballerup-pa01/w-site/leo-hrhandbook/docs-hrhandbook.nsf',0],
['--- Taclonex® ---','',0],
['Taclonex® Test','http://dkms059:8080/html/index.jsp',0],
['Taclonex®','http://www.taclonex.com',0],
['Dynamicweb Sites','Dynamicweb.html',0]
]
