// Tab Control written by Sean Treadway 2006 sean@treadway.info Free Beer and Free Speech - the best license of all
TabControl=function(_1,_2){var id="#"+_1;$$(id+" ul.tabs li a").each(function(a){var _5=a.getAttribute("href").match(/[-_\w]+$/i)[0];if(_5!=_2["current"]){$(_5).hide();}else{$(a.parentNode).addClassName("active");}Event.observe(a,"click",function(e){$$(id+" ul.tabs li.active").each(function(e){e.removeClassName("active");});$$(id+" .tab_page[id!="+_5+"]").each(function(e){e.hide();});$(a.parentNode).addClassName("active");$(_5).show();Event.stop(e);});});};function hide_menu_tabs(_9){var _a=new Array("main","projects","people","courses");var _b=_a.length;var c;for(c=0;c<_b;c++){$("section_"+_a[c]).style.display="none";$("menu_"+_a[c]).className="";}}function select_menu_tab(_d){hide_menu_tabs();$("menu_"+_d).className="current";$("section_"+_d).style.display="block";}

function quickRedClothReference() {
    window.open( 
        "http://hobix.com/textile/quick.html",
        "redRef",
        "height=600,width=550,channelmode=0,dependent=0," +
        "directories=0,fullscreen=0,location=0,menubar=0," +
        "resizable=0,scrollbars=1,status=1,toolbar=0"
    );
}