
<!--

bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=102; // no quotes!!
barWidth=22; // no quotes!!
tableWidth=623; // The width of the main table
XOffset=Math.floor(bodyWidth/2-tableWidth/2); 
staticYOffset=30;// XOffset=0;
slideSpeed=20 
waitTime=100; 
menuBGColor="black";
menuIsStatic="yes"; 
menuWidth=200; 
menuCols=2;
hdrFontFamily="Verdana, Arial, Helvetica, sans-serif";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana, Arial, Helvetica, sans-serif";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#170088";
barFontFamily="Verdana, Arial, Helvetica, sans-serif";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='<IMG SRC="images/side_menu3.gif" WIDTH="22 pixels" HEIGHT="220 pixels" BORDER="0">' 


///////////////////////////

addHdr("Tech Intensive")
addItem("Aloha", "http://www.hawaii.edu/etec/ti/index.htm","")
addItem("Overview", "http://www.hawaii.edu/etec/ti/overview.htm", "")
addItem("Participants", "http://www.hawaii.edu/etec/ti/participants.htm")
addItem("TI Mentoring", "http://www.hawaii.edu/etec/ti/ti_mentoring.htm")
addItem("News & Events", "http://www.hawaii.edu/etec/news/index.htm", "")

addHdr("ETEC Connections")
addItem("Connections Home", "http://www.hawaii.edu/etec/index.htm", "")
addItem("EdTech Department", "http://www.hawaii.edu/etec/dept/index.htm", "")
addItem("Video & Resources", "http://www.hawaii.edu/etec/vr/index.htm", "")
addItem("LEI Aloha", "http://www.hawaii.edu/etec/lei/index.htm", "")
addItem("Tech Intensive", "http://www.hawaii.edu/etec/ti/index.htm", "")

buildMenu();

function checkWidth() {
if(((IE)?document.body.offsetWidth-20:window.innerWidth-20)!=bodyWidth){
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20;
bssm.left=Math.floor(bodyWidth/2-tableWidth/2);
if(parseInt(bssm.left)<0)bssm.left=0;}}

setInterval('checkWidth()', 250);

//-->