<!--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("Video & Resources")addItem("Aloha", "http://www.hawaii.edu/etec/vr/index.htm","")addItem("Videos", "http://www.hawaii.edu/etec/vr/video.htm", "")addItem("Resources", "http://www.hawaii.edu/etec/vr/resource.htm")addItem("Tutorials", "http://www.hawaii.edu/etec/vr/tutorials.htm")addItem("News & Events", "http://www.hawaii.edu/etec/news/index.htm")addItem("ETEC Interactive", "http://www.hawaii.edu/etec/vr/videos/video_interactive.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);//-->