- Milton Keynes, United Kingdom
- GBP 14.95
- Jan 31st
document.documentElement.className += "js-enabled"; // Namespaced object for functions var tcs = { 'activeTab' : undefined, 'activeText' : undefined, '$' : function(id) { return document.getElementById(id); }, 'tabClick' : function(id) { var menu = tcs.$('tab-menu'), // Extract the number from tab[1-5] tabNum = id.slice(3), tab = 'tab' + tabNum, tabtext = 'tabtext' + tabNum; // If the tab and text haven't been set, // set them on the first call to tcs.tabClick() if (!tcs.activeTab) {