var curr = new Array(); 
var currCategory = new Array(); 
var currLength = -10;
var currNode = 0; 
var currNodeText; 


function loadHome() {
    treeClear();
    parent.content.location.href='home.html';
}


function loadSer() {
    treeClear();   
    parent.content.location.href='service.html';
    updateTree('SerNode', 1);
    curr = ['SerNode', 'RES', 'COM', 'INT', 'GRA', 'IDE', 'FEA'];
    currCategory = [1, 1, 1, 1, 1, 1, 1];
    currLength = 7;
    treeColor();
}
function loadRes() {
    treeClear();  
    parent.content.location.href='service_res.html';
    updateNode('RES','<b>RESIDENTIAL</b>', 1); 
    curr = ['RES', 'WIT', 'SKY', 'BUF', 'VIE', 'WEI', 'OCE', 'TEM', 'DUN', 'DNE', 'OPT', 'INT', 'MAN'];
    currCategory = [1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3];
    currLength = 13;
    currNode = 'RES';
    currNodeText = '<a href="javascript:void(0);" onclick="loadRes()">Residential</a>'; 
    treeColor();
}
function loadCom() {
    treeClear();
    parent.content.location.href='service_com.html';
    updateNode('COM','<b>COMMERCIAL</b>', 1);
    curr = ['COM', 'SOA', 'SAN', 'RED', 'MEL', 'SIN', 'SOB', 'MAS', 'LRM', 'AND', 'ART', 'MOD', 'GRA', 'IDE', 'FEA', 'NIC'];
    currCategory = [1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 1, 1, 3];
    currLength = 16;
    currNode = 'COM'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadCom()">Commercial</a>';
    treeColor();
}
function loadInt() {
    treeClear();
    parent.content.location.href='service_int.html';
    updateNode('INT','<b>INTERIORS</b>', 1);
    curr = ['INT', 'MAC', 'AVE', 'FAI', 'RES'];
    currCategory = [1, 3, 3, 3, 1];
    currLength = 5;
    currNode = 'INT'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadInt()">Interiors</a>';
    treeColor();
}

function loadGra() {
	treeClear();
    parent.content.location.href='service_med.html';
    updateNode('GRA','<b>MEDIA</b>', 1);
    curr = ['GRA', 'SAG', 'LID', 'DIS', 'MSA', 'MID', 'GNO', 'COM', 'IDE', 'FEA'];
    currCategory = [1, 3, 3, 3, 3, 3, 3, 1, 1, 1];
    currLength = 10;
    currNode = 'GRA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadGra()">Media</a>';
    treeColor();
} 
function loadIde() {
    treeClear();
    parent.content.location.href='service_ide.html';
    updateNode('IDE','<b>IDENTITY</b>', 1);
    curr = ['IDE', 'LID', 'SAG', 'MID', 'GNO', 'COM', 'GRA', 'FEA'];
    currCategory = [1, 3, 3, 3, 3, 1, 1, 1];
    currLength = 8;
    currNode = 'IDE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadIde()">Identity</a>';
    treeColor();
}
function loadFea() {
	treeClear();
    parent.content.location.href='service_fea.html';
    updateNode('FEA','<b>FEASIBILITY</b>', 1);
    curr = ['FEA', 'MEL', 'BUF', 'COM', 'GRA', 'IDE'];
    currCategory = [1, 3, 3, 1, 1, 1];
    currLength = 6;
    currNode = 'FEA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadFea()">Feasibility</a>';
    treeColor();
}

function loadNew() {
    treeClear(); 
    updateTree('NewNode', 2);
    curr = ['NewNode', 'NEW', 'ARC'];
    currCategory = [2, 2, 2];
    currLength = 3;
    treeColor();
}
function load2008() {
    treeClear(); 
    parent.content.location.href='news_2008.html';
    updateNode('NEW','<b>CURRENT</b>', 1);
    updateTree('NEW', 2);
    curr = ['NEW', 'SAN', 'VIE', 'CC', 'KB', 'MC', 'JT', 'IN2', 'IND', 'GRE', 'SOA', 'NIN'];
    currCategory = [2, 3, 3, 5, 5, 5, 5, 4, 4, 4, 3, 4];
    currLength = 12;
	currNode = 'NEW';
	currNodeText = '<a href="javascript:void(0);" onclick="load2008()">Current</a>';
    treeColor();
}
function loadNews2007_2() {
	treeClear(); 
    parent.content.location.href='news_2007_2.html';
    updateNode('ARC','<b>ARCHIVE</b>', 1);
    updateTree('ARC', 2);
    curr = ['ARC', 'STE', 'KAM', 'DUN', 'MEL', 'TEM', 'BUF', 'MC', 'SPA'];
    currCategory = [2, 4, 4, 3, 3, 3, 3, 5, 4];
    currLength = 9;
	currNode = 'ARC';
	currNodeText = '<a href="javascript:void(0);" onclick="loadNews2007_2()">Archive</a>';
    treeColor();
}
function loadNews2007_3() {
	treeClear(); 
    parent.content.location.href='news_2007_3.html';
    updateNode('ARC','<b>ARCHIVE</b>', 1);
    updateTree('ARC', 2);
    curr = ['ARC', 'CK', 'OCE', 'SOA', 'RED', 'SAN', 'RD', 'LAW', 'SCI'];
    currCategory = [2, 5, 3, 3, 3, 3, 5, 4, 3];
    currLength = 9;
	currNode = 'ARC';
	currNodeText = '<a href="javascript:void(0);" onclick="loadNews2007_2()">Archive</a>';
    treeColor();}
function loadNews2007_4() {
	treeClear(); 
    parent.content.location.href='news_2007_4.html';
    updateNode('ARC','<b>ARCHIVE</b>', 1);
    updateTree('ARC', 2);
    curr = ['ARC', 'MC', 'KB', 'CC', 'KOR'];
    currCategory = [2, 5, 5, 5, 4];
    currLength = 5;
	currNode = 'ARC';
	currNodeText = '<a href="javascript:void(0);" onclick="loadNews2007_2()">Archive</a>';
    treeColor();
}
function loadPor() {
    treeClear(); 
    updateTree('PorNode', 3);
    curr = ['PorNode', 'SpaNode', 'ResNode', 'ComNode', 'InsNode', 'ObjNode', 'LanNode', 'HavNode', 'CusNode', 'MedNode', 'GraNode', 'MotNode', 'WIT', 'SKY', 'AVE', 'BUF', 'WEI', 'TEM', 'DUN', 'VIE', 'FAI', 'OCE', 'DNE', 'MAC', 'SOA', 'SAN', 'RED', 'DIS', 'MEL', 'SIN', 'SOB', 'MAS', 'LRM', 'AND', 'ART', 'SCI', 'LAP', 'SUR', 'HAL', 'BOG', 'FOL', 'STA', 'COU', 'SLE', 'SAG', 'LID', 'MSA', 'MID', 'GNO', 'OPT', 'MOD', 'LndNode', 'LOP', 'LCA', 'LSK', 'MOP', 'UCL', 'MMO', 'MLE', 'MGN', 'NIC', 'MAN'];
    currCategory = [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3];
    currLength = 62;
    treeColor();
}
function loadSpaNode() {
    treeClear(); 
    updateTree('SpaNode', 3);
    curr = ['PorNode', 'SpaNode', 'ResNode', 'ComNode', 'InsNode','WIT', 'SKY', 'AVE', 'BUF', 'WEI', 'TEM', 'DUN', 'VIE', 'FAI', 'OCE', 'DNE', 'MAC', 'SOA', 'SAN', 'RED', 'MEL', 'SIN', 'SOB', 'MAS', 'LRM', 'AND', 'ART', 'SCI', 'OPT', 'MOD', 'LndNode', 'LOP', 'LCA', 'LSK', 'NIC', 'MAN'];
    currCategory = [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3];
    currLength = 36;
    treeColor();
}
function loadResNode() {
    treeClear(); 
    updateTree('ResNode', 3);
    curr = ['ResNode', 'WIT', 'SKY', 'AVE', 'BUF', 'WEI', 'TEM', 'DUN', 'VIE', 'FAI', 'OCE', 'DNE', 'MAC', 'OPT', 'MAN'];
    currCategory = [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3];
    currLength = 15;
    treeColor();
}
function loadComNode() {
    treeClear(); 
    updateTree('ComNode', 3);
    curr = ['ComNode', 'SOA', 'SAN', 'RED', 'MEL', 'SIN', 'SOB', 'MAS', 'LRM', 'AND', 'ART', 'MOD', 'NIC'];
    currCategory = [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3];
    currLength = 13;
    treeColor();
}
function loadInsNode() {
    treeClear(); 
    updateTree('InsNode', 3);
    curr = ['InsNode', 'SCI'];
    currCategory = [3, 3];
    currLength = 2;
    treeColor();
}
function loadObjNode() {
    treeClear(); 
    updateTree('ObjNode', 3);
    curr = ['ObjNode', 'LanNode', 'HavNode', 'CusNode', 'LAP', 'SUR', 'HAL', 'BOG', 'FOL', 'STA', 'COU', 'SLE'];
    currCategory = [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3];
    currLength = 12;
    treeColor();
}
function loadWit() {
    treeClear(); 
    updateNode('WIT','<b>WITTE</b>', 3);
    parent.content.location.href='space_res_wit.html';
    curr = ['WIT', 'RES', 'MC', 'KB'];
    currCategory = [3, 1, 5, 5];
    currLength = 4;
    treeColor();
	currNode = 'WIT'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadWit()">Witte</a>';
}

function loadBuf() {
    treeClear(); 
    updateNode('BUF','<b>BUFFER</b>', 3);
    parent.content.location.href='space_res_buf.html';
    curr = ['BUF', 'RES', 'FEA', 'SPA', 'KB', 'MC', 'CC', 'RD'];
    currCategory = [3, 1, 1, 4, 5, 5, 5, 5];
    currLength = 7;
    treeColor();
	currNode = 'BUF'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadBuf()">Buffer</a>';
}
function loadDun() {
    treeClear(); 
    updateNode('DUN','<b>TEST</b>', 3);
    parent.content.location.href='space_res_dun.html';
    curr = ['DUN', 'RES', 'MC', 'KB', 'CC', 'JT'];
    currCategory = [3, 1, 5, 5, 5, 5];
    currLength = 6;
    treeColor();
	currNode = 'DUN'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadDun()">Test</a>';
}
function loadSky() {
    treeClear(); 
    updateNode('SKY','<b>SKYVIEW</b>', 3);
    parent.content.location.href='space_res_sky.html';
    curr = ['SKY', 'RES', 'MC', 'KB', 'CC', 'RD', 'LSK'];
    currCategory = [3, 1, 5, 5, 5, 5, 3];
    currLength = 7;
    treeColor();
	currNode = 'SKY'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSky()">Skyview</a>';
}
function loadMan() {
    treeClear(); 
    updateNode('MAN','<b>MANNING</b>', 3);
    parent.content.location.href='space_res_man.html';
    curr = ['MAN', 'RES', 'MC', 'KB', 'RD'];
    currCategory = [3, 1, 5, 5, 5];
    currLength = 5;
    treeColor();
	currNode = 'MAN'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMan()">Manning</a>';
}
function loadOpt() {
    treeClear(); 
    updateNode('OPT','<b>OPTIC</b>', 3);
    parent.content.location.href='space_res_opt.html';
    curr = ['OPT', 'RES', 'MC', 'KB', 'CC', 'RD', 'LOP'];
    currCategory = [3, 1, 5, 5, 5, 5, 3];
    currLength = 7;
    treeColor();
	currNode = 'OPT'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadOpt()">Optic</a>';
}
function loadVie() {
    treeClear(); 
    updateNode('VIE','<b>VIEW</b>', 3);
    parent.content.location.href='space_res_vie.html';
    curr = ['VIE', 'RES', 'IND', 'CC', 'IN2'];
    currCategory = [3, 1, 4, 5, 4];
    currLength = 5;
    treeColor();
	currNode = 'VIE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadVie()">View</a>';
}
function loadFai() {
    treeClear(); 
    updateNode('FAI','<b>FAIRCHILD</b>', 3);
    parent.content.location.href='space_res_fai.html';
    curr = ['FAI', 'INT', 'KB', 'MC'];
    currCategory = [3, 1, 5, 5];
    currLength = 4;
    treeColor();
	currNode = 'FAI'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadFai()">Fairchild</a>';
}
function loadOce() {
    treeClear(); 
    updateNode('OCE','<b>OCEAN VIEW</b>', 3);
    parent.content.location.href='space_res_oce.html';
    curr = ['OCE', 'RES', 'KB', 'MC'];
    currCategory = [3, 1, 5, 5];
    currLength = 4;
    treeColor();
	currNode = 'OCE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadOce()">Ocean View</a>';
}
function loadDne() {
    treeClear(); 
    updateNode('DNE','<b>DUNNE</b>', 3);
    parent.content.location.href='space_res_dne.html';
    curr = ['DNE', 'RES', 'KB', 'MC'];
    currCategory = [3, 1, 5, 5];
    currLength = 4;
    treeColor();
	currNode = 'DNE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadDne()">Dunne</a>';
}
function loadTem() {
    treeClear(); 
    updateNode('TEM','<b>TEMPLEBAR</b>', 3);
    parent.content.location.href='space_res_tem.html';
    curr = ['TEM', 'RES', 'MC', 'KB', 'CC', 'JT'];
    currCategory = [3, 1, 5, 5, 5, 5];
    currLength = 6;
    treeColor();
	currNode = 'TEM'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadTem()">Templebar</a>';
}
function loadWei() {
    treeClear(); 
    updateNode('WEI','<b>WEINTRAUB</b>', 3);
    parent.content.location.href='space_res_wei.html';
    curr = ['WEI', 'RES', 'MC', 'KB', 'CC', 'RD'];
    currCategory = [3, 1, 5, 5, 5, 5];
    currLength = 6;
    treeColor();
	currNode = 'WEI'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadWei()">Weintraub</a>';
}
function loadMac() {
    treeClear(); 
    updateNode('MAC','<b>MACRUM</b>', 3);
    parent.content.location.href='space_res_mac.html';
    curr = ['MAC', 'INT', 'MC', 'KB'];
    currCategory = [3, 1, 5, 5];
    currLength = 4;
    treeColor();
	currNode = 'MAC'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMac()">Macrum</a>';
}
function loadAve() {
    treeClear(); 
    updateNode('AVE','<b>AVENUE 50</b>', 3);
    parent.content.location.href='space_res_ave.html';
    curr = ['AVE', 'INT', 'MC', 'KB'];
    currCategory = [3, 1, 5, 5];
    currLength = 4;
    treeColor();
	currNode = 'AVE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadAve()">Avenue 50</a>';
}
function loadMod() {
    treeClear(); 
    parent.content.location.href='space_com_mod.html';
    updateNode('MOD','<b>MOD MOCA</b>', 3);
    curr = ['MOD', 'COM', 'MC', 'KB', 'JT', 'MID', 'MMO'];
    currCategory = [3, 1, 5, 5, 5, 3, 3];
    currLength = 7;
    treeColor();
	currNode = 'MOD'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMod()">Mod Moca</a>';
}
function loadNic() {
    treeClear(); 
    parent.content.location.href='space_com_nic.html';
    updateNode('NIC','<b>N\'ICE CREAM</b>', 3);
    curr = ['NIC', 'COM', 'MC', 'KB', 'JT', 'RD'];
    currCategory = [3, 1, 5, 5, 5, 5];
    currLength = 6;
    treeColor();
	currNode = 'NIC'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadNic()">N\'ice Cream</a>';
}
function loadSan() {
    treeClear(); 
    parent.content.location.href='space_com_san.html';
    updateNode('SAN','<b>SANDWICH SHOP</b>', 3);
    curr = ['SAN', 'COM', 'MC', 'KB', 'CC', 'RD', 'SAG', 'FOR', 'MSA'];
    currCategory = [3, 1, 5, 5, 5, 5, 3, 4, 3];
    currLength = 9;
    treeColor();
	currNode = 'SAN'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSan()">Sandwich Shop</a>';
}
function loadSoa() {
    treeClear(); 
    parent.content.location.href='space_com_soa.html';
    updateNode('SOA','<b>SOAPBOX II</b>', 3);
    curr = ['SOA', 'COM', 'MC', 'KB', 'CC', 'RD', 'GRE'];
    currCategory = [3, 1, 5, 5, 5, 5, 4];
    currLength = 7;
    treeColor();
	currNode = 'SOA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSoa()">Soapbox II</a>';
}
function loadMel() {
    treeClear(); 
    parent.content.location.href='space_com_mel.html';
    updateNode('MEL','<b>MELROSE</b>', 3);
    curr = ['MEL', 'FEA', 'MC', 'KB', 'JT'];
    currCategory = [3, 1, 5, 5, 5];
    currLength = 5;
    treeColor();
	currNode = 'MEL'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMel()">Melrose</a>';
}
function loadRed() {
    treeClear(); 
    parent.content.location.href='space_com_red.html';
    updateNode('RED','<b>RED LOUNGE</b>', 3);
    curr = ['RED', 'COM', 'MC', 'KB', 'CC', 'RD'];
    currCategory = [3, 1, 5, 5, 5, 5];
    currLength = 6;
    treeColor();
	currNode = 'RED'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadRed()">Red Lounge</a>';
}
function loadSin() {
    treeClear(); 
    updateNode('SIN','<b>SINGING SERPENT</b>', 3);
    parent.content.location.href='space_com_sin.html';
    curr = ['SIN', 'COM',];
    currCategory = [3, 1];
    currLength = 2;
    treeColor();
	currNode = 'SIN'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSin()">Singing Serpent</a>';
}
function loadSob() {
    treeClear(); 
    updateNode('SOB','<b>SOAPBOX</b>', 3);
    parent.content.location.href='space_com_sob.html';
    curr = ['SOB', 'COM',];
    currCategory = [3, 1];
    currLength = 2;
    treeColor();
	currNode = 'SOB'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSob()">Soapbox</a>';
}
function loadMas() {
    treeClear(); 
    updateNode('MAS','<b>MAS</b>', 3);
    parent.content.location.href='space_com_mas.html';
    curr = ['MAS', 'COM', 'MC', 'KB'];
    currCategory = [3, 1, 5, 5];
    currLength = 4;
    treeColor();
	currNode = 'MAS'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMas()">MAS</a>';
}
function loadLrm() {
    treeClear(); 
    updateNode('LRM','<b>LRM</b>', 3);
    parent.content.location.href='space_com_lrm.html';
    curr = ['LRM', 'COM', 'MC', 'KB'];
    currCategory = [3, 1, 5, 5];
    currLength = 4;
    treeColor();
	currNode = 'LRM'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadLrm()">LRM</a>';
}
function loadAnd() {
    treeClear(); 
    updateNode('AND','<b>ANDM</b>', 3);
    parent.content.location.href='space_com_and.html';
    curr = ['AND', 'COM',];
    currCategory = [3, 1];
    currLength = 2;
    treeColor();
	currNode = 'AND'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadAnd()">ANDM</a>';
}
function loadArt() {
    treeClear(); 
    updateNode('ART','<b>ART SPACE</b>', 3);
    parent.content.location.href='space_com_art.html';
    curr = ['ART', 'COM',];
    currCategory = [3, 1];
    currLength = 2;
    treeColor();
	currNode = 'ART'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadArt()">ArtSpace</a>';
}
function loadLndNode() {
    treeClear(); 
    updateTree('LndNode', 3);
    curr = ['LndNode', 'LOP', 'LCA', 'LSK'];
    currCategory = [3, 3, 3, 3];
    currLength = 4;
    treeColor();
}
function loadLop() {
    treeClear(); 
    updateNode('LOP','<b>OPTIC</b>', 3);
    parent.content.location.href='space_lnd_opt.html';
    curr = ['LOP', 'OPT'];
    currCategory = [3, 3];
    currLength = 2;
    treeColor();
	currNode = 'LOP'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadLop()">Optic</a>';
}
function loadLca() {
    treeClear(); 
    updateNode('LCA','<b>CAMROSE</b>', 3);
    parent.content.location.href='space_lnd_cam.html';
    curr = ['LCA',];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'LCA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadLca()">Camrose</a>';
}
function loadLsk() {
    treeClear(); 
    updateNode('LSK','<b>SKYVIEW</b>', 3);
    parent.content.location.href='space_lnd_sky.html';
    curr = ['LSK', 'SKY'];
    currCategory = [3, 3];
    currLength = 2;
    treeColor();
	currNode = 'LSK'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadLsk()">Skyview</a>';
}
function loadSci() {
    treeClear(); 
    updateNode('SCI','<b>USC</b>', 3);
    parent.content.location.href='space_ins_sci.html';
    curr = ['SCI', 'COM',];
    currCategory = [3, 1];
    currLength = 2;
    treeColor();
	currNode = 'SCI'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSci()">USC</a>';
}
function loadLanNode() {
    treeClear(); 
    updateTree('LanNode', 3);
    curr = ['LanNode', 'LAP', 'SUR'];
    currCategory = [3, 3, 3];
    currLength = 3;
    treeColor();
}
function loadLap() {
    treeClear(); 
    updateNode('LAP','<b>LAP SOFA</b>', 3);
    parent.content.location.href='space_lan_lap.html';
    curr = ['LAP'];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'LAP'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadLap()">Lap Sofa</a>';
}
function loadSur() {
    treeClear(); 
    updateNode('SUR','<b>SURFACE TABLE</b>', 3);
    parent.content.location.href='space_lan_sur.html';
    curr = ['SUR'];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'SUR'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSur()">Surface Table</a>';
}
function loadSur() {
    treeClear(); 
    updateNode('SUR','<b>SURFACE TABLE</b>', 3);
    parent.content.location.href='space_lan_sur.html';
    curr = ['SUR'];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'SUR'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSur()">Surface Table</a>';
}
function loadHavNode() {
    treeClear(); 
    updateTree('HavNode', 3);
    curr = ['HavNode', 'HAL', 'BOG', 'FOL'];
    currCategory = [3, 3, 3, 3];
    currLength = 4;
    treeColor();
}
function loadHal() {
    treeClear(); 
    updateNode('HAL','<b>HALO TEALIGHT</b>', 3);
    parent.content.location.href='space_hav_hal.html';
    curr = ['HAL'];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'HAL'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadHal()">Halo Tealight</a>';
}
function loadBog() {
    treeClear(); 
    updateNode('BOG','<b>BOG BOOKEND</b>', 3);
    parent.content.location.href='space_hav_bog.html';
    curr = ['BOG'];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'BOG'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadBog()">Bog Bookend</a>';
}
function loadFol() {
    treeClear(); 
    updateNode('FOL','<b>FOLD HOLDER</b>', 3);
    parent.content.location.href='space_hav_fol.html';
    curr = ['FOL'];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'FOL'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadFol()">Fold Holder</a>';
}
function loadCusNode() {
    treeClear(); 
    updateTree('CusNode', 3);
    curr = ['CusNode', 'STA', 'COU', 'SLE'];
    currCategory = [3, 3, 3, 3];
    currLength = 4;
    treeColor();
}
function loadSta() {
    treeClear(); 
    updateNode('STA','<b>STASH SET</b>', 3);
    parent.content.location.href='space_cus_sta.html';
    curr = ['STA'];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'STA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSta()">Stash Set</a>';
}
function loadSco() {
    treeClear(); 
    updateNode('COU','<b>S COUCH</b>', 3);
    parent.content.location.href='space_cus_sco.html';
    curr = ['COU'];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'COU'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSco()">S Couch</a>';
}
function loadSle() {
    treeClear(); 
    updateNode('SLE','<b>SLED BED</b>', 3);
    parent.content.location.href='space_cus_sle.html';
    curr = ['SLE'];
    currCategory = [3];
    currLength = 1;
    treeColor();
	currNode = 'SLE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSle()">Sled Bed</a>';
}
function loadMedNode() {
    treeClear(); 
    updateTree('MedNode', 3);
    curr = ['MedNode', 'GraNode', 'MotNode', 'SAG', 'LID', 'DIS', 'MSA', 'MID', 'GNO', 'MOP', 'UCL', 'MMO', 'MLE', 'MGN'];
    currCategory = [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3];
    currLength = 14;
    treeColor();
}
function loadGraNode() {
    treeClear(); 
    updateTree('GraNode', 3);
    curr = ['GraNode', 'SAG', 'LID', 'DIS', 'MID', 'GNO', 'UCL'];
    currCategory = [3, 3, 3, 3, 3, 3, 3];
    currLength = 7;
    treeColor();
}
function loadGno() {
    treeClear(); 
    updateNode('GNO','<b>GNOOZE</b>', 3);
    parent.content.location.href='media_gra_gno.html';
    curr = ['GNO', 'GRA', 'MC', 'KB', 'RD', 'JT', 'MGN'];
    currCategory = [3, 1, 5, 5, 5, 5, 3];
    currLength = 7;
    treeColor();
	currNode = 'GNO'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadGno()">Gnooze</a>';
}
function loadMid() {
    treeClear(); 
    updateNode('MID','<b>MOD MOCA</b>', 3);
    parent.content.location.href='media_gra_mid.html';
    curr = ['MID', 'GRA', 'MOD', 'MC', 'CK', 'KB','JT', 'MMO'];
    currCategory = [3, 1, 3, 5, 5, 5, 5, 3];
    currLength = 8;
    treeColor();
	currNode = 'MID'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMid()">Mod Moca</a>';
}
function loadSag() {
    treeClear(); 
    updateNode('SAG','<b>SANDWICH SHOP</b>', 3);
    parent.content.location.href='media_gra_sag.html';
    curr = ['SAG', 'GRA', 'SAN', 'MC', 'CK', 'FOR', 'MSA'];
    currCategory = [3, 1, 3, 5, 5, 4, 3];
    currLength = 7;
    treeColor();
	currNode = 'SAG'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSag()">Sandwich Shop</a>';
}
function loadLid() {
    treeClear(); 
    updateNode('LID','<b>LETTUCE</b>', 3);
    parent.content.location.href='media_gra_lid.html';
    curr = ['LID', 'GRA', 'MC', 'CK', 'MLE'];
    currCategory = [3, 1, 5, 5, 3];
    currLength = 5;
    treeColor();
	currNode = 'LID'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadLid()">Lettuce</a>';
}
function loadUcl() {
    treeClear(); 
    updateNode('UCL','<b>UCLA</b>', 3);
    parent.content.location.href='media_gra_ucl.html';
    curr = ['UCL', 'GRA',];
    currCategory = [3, 1];
    currLength = 2;
    treeColor();
	currNode = 'UCL'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadUcl()">UCLA</a>';
}
function loadDis() {
    treeClear(); 
    updateNode('DIS','<b>DISNEY</b>', 3);
    parent.content.location.href='media_gra_dis.html';
    curr = ['DIS', 'GRA',];
    currCategory = [3, 1];
    currLength = 2;
    treeColor();
	currNode = 'DIS'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadDis()">Disney</a>';
}
function loadMle() {
    treeClear(); 
    updateNode('MLE','<b>LETTUCE</b>', 3);
    parent.content.location.href='media_mot_let.html';
    curr = ['MLE', 'GRA', 'LID', 'MC', 'JT'];
    currCategory = [3, 1, 3, 5, 5];
    currLength = 5;
    treeColor();
	currNode = 'MLE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMle()">Lettuce</a>';
}
function loadMmo() {
    treeClear(); 
    updateNode('MMO','<b>MOD MOCA</b>', 3);
    parent.content.location.href='media_mot_mod.html';
    curr = ['MMO', 'GRA', 'MOD', 'MID', 'MC', 'JT'];
    currCategory = [3, 1, 3, 3, 5, 5];
    currLength = 6;
    treeColor();
	currNode = 'MMO'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMmo()">Mod Moca</a>';
}
function loadMgn() {
    treeClear(); 
    updateNode('MGN','<b>GNOOZE</b>', 3);
    parent.content.location.href='media_mot_gno.html';
    curr = ['MGN', 'GRA', 'MC', 'JT', 'GNO'];
    currCategory = [3, 1, 5, 5, 3];
    currLength = 5;
    treeColor();
	currNode = 'MGN'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMgn()">Gnooze</a>';
}
function loadMop() {
    treeClear(); 
    updateNode('MOP','<b>OPTIC</b>', 3);
    parent.content.location.href='media_mot_opt.html';
    curr = ['MOP', 'GRA',];
    currCategory = [3, 1];
    currLength = 2;
    treeColor();
	currNode = 'MOP'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMop()">Optic</a>';
}
function loadMsa() {
    treeClear(); 
    updateNode('MSA','<b>SANDWICH SHOP</b>', 3);
    parent.content.location.href='media_mot_san.html';
    curr = ['MSA', 'GRA', 'SAG', 'SAN'];
    currCategory = [3, 1, 3, 3];
    currLength = 4;
    treeColor();
	currNode = 'MSA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMsa()">Sandwich Shop</a>';
}
function loadMotNode() {
    treeClear(); 
    updateTree('MotNode', 3);
    curr = ['MotNode', 'MSA', 'MOP', 'MMO', 'MLE', 'MGN'];
    currCategory = [3, 3, 3, 3, 3, 3];
    currLength = 6;
    treeColor();
}
function loadPreNode() {
    treeClear(); 
    updateTree('PreNode', 4);
    curr = ['PreNode', 'AwaNode', 'PubNode', 'SPA', 'GRE', 'IND', 'KOR', 'LAW', 'LAA', 'KAM', 'ARE', 'APA', 'STE', 'IN2', 'FOR', 'TEN', 'INA', 'NIN'];
    currCategory = [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4];
    currLength = 18;
    treeColor();
}
function loadAwaNode() {
    treeClear(); 
    updateTree('AwaNode', 4);
    curr = ['AwaNode', 'SPA', 'GRE', 'TEN', 'INA'] 
    currCategory = [4, 4, 4, 4, 4];
    currLength = 5;
    treeColor();
}
function loadSpark() {
    treeClear(); 
    updateNode('SPA','<b>SPARK</b>', 4);
    parent.content.location.href='press_awa_spark.html';
    curr = ['SPA', 'BUF',];
    currCategory = [4, 3];
    currLength = 2;
    treeColor();
	currNode = 'SPA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSpark()">Spark</a>';
}
function loadGreen() {
    treeClear(); 
    updateNode('GRE','<b>DESIGN GREEN</b>', 4);
    parent.content.location.href='press_awa_green.html';
    curr = ['GRE', 'SOA'];
    currCategory = [4, 3,];
    currLength = 2;
    treeColor();
	currNode = 'GRE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadGreen()">Design Green</a>';
}
function loadTento() {
    treeClear(); 
    updateNode('TEN','<b>TEN TO WATCH</b>', 4);
    parent.content.location.href='press_awa_tento.html';
    curr = ['TEN', ];
    currCategory = [4,];
    currLength = 1;
    treeColor();
	currNode = 'TEN'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadTento()">Ten to Watch</a>';
}
function loadIndes() {
    treeClear(); 
    updateNode('INA','<b>INTERIOR DESIGN</b>', 4);
    parent.content.location.href='press_awa_indes.html';
    curr = ['INA', 'VIE'];
    currCategory = [4, 3,];
    currLength = 2;
    treeColor();
	currNode = 'INA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadIndes()">Interior Design</a>';
}
function loadPubNode() {
    treeClear(); 
    updateTree('PubNode', 4);
    curr = ['PubNode', 'IND', 'KOR', 'LAW', 'LAA', 'KAM', 'ARE', 'APA', 'STE', 'IN2', 'FOR', 'NIN'] 
    currCategory = [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4];
    currLength = 12;
    treeColor();
}
function loadFor() {
    treeClear(); 
    updateNode('FOR','<b>FORM</b>', 4);
    parent.content.location.href='press_pub_for.html';
    curr = ['FOR', 'SAN', 'SAG'];
    currCategory = [4, 3, 3];
    currLength = 3;
    treeColor();
	currNode = 'FOR'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadFor()">Form</a>';
}
function loadNin() {
    treeClear(); 
    updateNode('NIN','<b>944 MAGAZINE</b>', 4);
    parent.content.location.href='press_pub_944.html';
    curr = ['NIN', 'BUF', 'SOA'];
    currCategory = [4, 3, 3];
    currLength = 3;
    treeColor();
	currNode = 'NIN'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadNin()">944 Magazine</a>';
}
function loadIn2() {
	treeClear(); 
    updateNode('IN2','<b>INTERIOR DESIGN</b>', 4);
    parent.content.location.href='press_pub_in2.html';
    curr = ['IN2', 'VIE', 'CC', 'IND'];
    currCategory = [4, 3, 5, 4];
    currLength = 4;
    treeColor();
	currNode = 'IN2'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadIn2()">Interior Design 2007.12</a>';

}
function loadInd() {
    treeClear(); 
    updateNode('IND','<b>INTERIOR DESIGN</b>', 4);
    parent.content.location.href='press_pub_int.html';
    curr = ['IND', 'VIE', 'CC', 'IN2'];
    currCategory = [4, 3, 5, 4];
    currLength = 4;
    treeColor();
	currNode = 'IND'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadInd()">Interior Design 2007.09</a>';
}
function loadKor() {
    treeClear(); 
    updateNode('KOR','<b>KOREA TIMES</b>', 4);
    parent.content.location.href='press_pub_kor.html';
    curr = ['KOR'];
    currCategory = [4];
    currLength = 1;
    treeColor();
	currNode = 'KOR'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadKor()">Korea Times</a>';
}
function loadLaw() {
    treeClear(); 
    updateNode('LAW','<b>LA WEEKLY</b>', 4);
    parent.content.location.href='press_pub_law.html';
    curr = ['LAW', 'KB', 'MC'];
    currCategory = [4, 5, 5];
    currLength = 3;
    treeColor();
	currNode = 'LAW'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadLaw()">LA Weekly</a>';
}
function loadLaa() {
    treeClear(); 
    updateNode('LAA','<b>LA ARCHITECT</b>', 4);
    parent.content.location.href='press_pub_laa.html';
    curr = ['LAA',];
    currCategory = [4,];
    currLength = 1;
    treeColor();
	currNode = 'LAA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadLaa()">LA Architect</a></div>';
}
function loadKam() {
    treeClear(); 
    updateNode('KAM','<b>KOREAM JOURNAL</b>', 4);
    parent.content.location.href='press_pub_kam.html';
    curr = ['KAM', 'MC'];
    currCategory = [4, 5];
    currLength = 2;
    treeColor();
	currNode = 'KAM'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadKam()">KoreAm Journal</a>';
}
function loadAre() {
    treeClear(); 
    updateNode('ARE','<b>ARCH RECORD</b>', 4);
    parent.content.location.href='press_pub_are.html';
    curr = ['ARE', 'KB'];
    currCategory = [4, 5];
    currLength = 2;
    treeColor();
	currNode = 'ARE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadAre()">Arch Record</a>';
}
function loadApa() {
    treeClear(); 
    updateNode('APA','<b>ARCHITECT\'S NEWS</b>', 4);
    parent.content.location.href='press_pub_apa.html';
    curr = ['APA'];
    currCategory = [4];
    currLength = 1;
    treeColor();
	currNode = 'APA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadApa()">Architect\'s Newspaper</a>';
}
function loadSte() {
    treeClear(); 
    updateNode('STE','<b>STEP INSIDE DESIGN</b>', 4);
    parent.content.location.href='press_pub_ste.html';
    curr = ['STE', 'KB', 'MC'];
    currCategory = [4, 5, 5];
    currLength = 3;
    treeColor();
	currNode = 'STE'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadSte()">Step Inside Design</a';
}
function loadStuNode() {
    treeClear(); 
    updateTree('StuNode', 5);
    curr = ['StuNode', 'InNode', 'OutNode', 'KB', 'MC', 'CC', 'CK', 'DA', 'RD', 'JT', 'PriNode', 'GdiNode', 'AmaNode', 'DesNode', 'ErnNode', 'I07', 'I06', 'I05', 'I04', 'ALU', 'COL', 'YOU', 'ENT'] 
    currCategory = [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5];
    currLength = 23;
    treeColor();
}
function loadInNode() {
    treeClear(); 
    updateTree('InNode', 5);
    curr = ['InNode', 'KB', 'MC', 'CC', 'CK', 'DA', 'RD', 'JT', 'PriNode', 'GdiNode', 'AmaNode', 'DesNode', 'ErnNode', 'I07', 'I06', 'I05', 'I04', 'I08'] 
    currCategory = [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5];
    currLength = 18;
    treeColor();
}
function loadPriNode() {
    treeClear(); 
    updateTree('PriNode', 5);
    curr = ['PriNode', 'KB', 'MC'] 
    currCategory = [5, 5, 5];
    currLength = 3;
    treeColor();
}
function loadKB() {
    treeClear(); 
    updateNode('KB','<b>KARA BARTELT</b>', 5);
    parent.content.location.href='studio_kb.html';
    curr = ['KB'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'KB'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadKB()">Kara Bartelt</a>';
}
function loadMC() {
    treeClear(); 
    updateNode('MC','<b>MICHAEL CHUNG</b>', 5);
    parent.content.location.href='studio_mc.html';
    curr = ['MC'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'MC'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadMC()">Michael Chung</a>';
}
function loadCC() {
    treeClear(); 
    updateNode('CC','<b>CHET CALLAHAN</b>', 5);
    parent.content.location.href='studio_cc.html';
    curr = ['CC'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'CC'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadCC()">Chet Callahan</a>';
}
function loadGdiNode() {
    treeClear(); 
    updateTree('GdiNode', 5);
    curr = ['GdiNode', 'CK'] 
    currCategory = [5, 5];
    currLength = 2;
    treeColor();
}
function loadCK() {
    treeClear(); 
    updateNode('CK','<b>CLAIRE KANG</b>', 5);
    parent.content.location.href='studio_ck.html';
    curr = ['CK'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'CK'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadCK()">Claire Kang</a>';
}
function loadAmaNode() {
    treeClear(); 
    updateTree('AmaNode', 5);
    curr = ['AmaNode', 'DA'] 
    currCategory = [5, 5];
    currLength = 2;
    treeColor();
}
function loadDA() {
    treeClear(); 
    updateNode('DA','<b>DANIELLE ARENDER</b>', 5);
    parent.content.location.href='studio_da.html';
    curr = ['DA'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'DA'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadDA()">Danielle Arender</a>';
}
function loadDesNode() {
    treeClear(); 
    updateTree('DesNode', 5);
    curr = ['DesNode', 'RD', 'JT', 'CC'] 
    currCategory = [5, 5, 5, 5];
    currLength = 4;
    treeColor();
}
function loadRD() {
    treeClear(); 
    updateNode('RD','<b>RUSSELL DYKANN</b>', 5);
    parent.content.location.href='studio_rd.html';
    curr = ['RD'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'RD'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadRD()">Russell Dykann</a>';
}
function loadJT() {
    treeClear(); 
    updateNode('JT','<b>JENNIFER HIRSCH</b>', 5);
    parent.content.location.href='studio_jt.html';
    curr = ['JT'];
    currCategory = [5];
    currLength = 1;
    treeColor();
    currNode = 'JT'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadJT()">Jennifer Hirsch</a>';
}
function loadErnNode() {
    treeClear(); 
    updateTree('ErnNode', 5);
    curr = ['ErnNode', 'I07', 'I06', 'I05', 'I04', 'I08'] 
    currCategory = [5, 5, 5, 5, 5, 5];
    currLength = 6;
    treeColor();
}
function loadIntern2008() {
    treeClear(); 
    updateNode('I08','<b>2008</b>', 5);
    parent.content.location.href='studio_intern2008.html';
    curr = ['I08'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'I08'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadIntern2008()">2008</a>';	
}
function loadIntern2007() {
    treeClear(); 
    updateNode('I07','<b>2007</b>', 5);
    parent.content.location.href='studio_intern2007.html';
    curr = ['I07'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'I07'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadIntern2007()">2007</a>';	
}
function loadIntern2006() {
    treeClear(); 
    updateNode('I06','<b>2006</b>', 5);
    parent.content.location.href='studio_intern2006.html';
    curr = ['I06'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'I06'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadIntern2006()">2006</a>';	
}
function loadIntern2005() {
    treeClear(); 
    updateNode('I05','<b>2005</b>', 5);
    parent.content.location.href='studio_intern2005.html';
    curr = ['I05'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'I05'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadIntern2005()">2005</a>';	
}
function loadIntern2004() {
    treeClear(); 
    updateNode('I04','<b>2004</b>', 5);
    parent.content.location.href='studio_intern2004.html';
    curr = ['I04'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'I04'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadIntern2004()">2004</a>';	
}
function loadStuNode() {
    treeClear(); 
    updateTree('StuNode', 5);
    curr = ['StuNode', 'InNode', 'OutNode', 'KB', 'MC', 'CC', 'CK', 'DA', 'RD', 'JT', 'PriNode', 'GdiNode', 'AmaNode', 'DesNode', 'ErnNode', 'I07', 'I06', 'I05', 'I04', 'I08', 'ALU', 'COL', 'YOU', 'ENT'] 
    currCategory = [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5];
    currLength = 24;
    treeColor();
}
function loadOutNode() {
    treeClear(); 
    updateTree('OutNode', 5);
    curr = ['OutNode', 'ALU', 'COL', 'YOU', 'ENT'] 
    currCategory = [5, 5, 5, 5, 5];
    currLength = 5;
    treeColor();
}
function loadAlu() {
    treeClear(); 
    updateNode('ALU','<b>ALUM</b>', 5);
    parent.content.location.href='studio_alum.html';
    curr = ['ALU'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'ALU'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadAlu()">Alum</a>';	
}
function loadCol() {
    treeClear(); 
    updateNode('COL','<b>COLLABORATORS</b>', 5);
    parent.content.location.href='studio_collaborators.html';
    curr = ['COL'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'COL'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadCol()">Collaborators</a>';	
}
function loadYou() {
    treeClear(); 
    updateNode('YOU','<b>YOU</b>', 5);
    parent.content.location.href='studio_you.html';
    curr = ['YOU'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'YOU'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadYou()">You</a>';	
}
function loadEnt() {
    treeClear(); 
    updateNode('ENT','<b>ENTHUSIASMS</b>', 5);
    parent.content.location.href='studio_enthusiasms.html';
    curr = ['ENT'];
    currCategory = [5];
    currLength = 1;
    treeColor();
	currNode = 'ENT'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadEnt()">Enthusiasms</a>';	
}
function loadConNode() {
    treeClear(); 
    updateTree('ConNode', 6);
    curr = ['ConNode', 'LO'] 
    currCategory = [6, 6];
    currLength = 2;
    treeColor();
}
function loadCon() {
 treeClear(); 
    updateNode('LO','<b>LETTUCE</b>', 6);
    parent.content.location.href='contact.html';
    curr = ['LO'];
    currCategory = [6];
    currLength = 1;
    treeColor();
	currNode = 'LO'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadCon()">Lettuce</a>';
}
function loadFaq() {
 	treeClear(); 
    updateNode('FAQ','<b>?</b>', 6);
    parent.content.location.href='contact_faq.html';
    curr = ['FAQ'];
    currCategory = [6];
    currLength = 1;
    treeColor();
	currNode = 'FAQ'; 
    currNodeText = '<a href="javascript:void(0);" onclick="loadFaq()">?</a>';
}