function msgSent(){
	document.getElementById("sentmsg").innerHTML = "i got it! thanks!"
}
	
function showArt(n){
	document.getElementById("art").innerHTML = aList[n]; 
}

function imageChange(frame, src){
	document.getElementById(frame).innerHTML = "<img src='" + src + "' />"
}

var myPopupWindow = null;
function ShowPopup(url,h,w)
{ myPopupWindow = window.open(url,"myPopupWindow",
   "toolbar=no,status=no,menubar=no,location=no,scrollbars=no,height="+h+",width="+w);
}

function mmLoadMenus() {
  if (window.mm_menu_0108180253_0) return;
  window.mm_menu_0108180253_0 = new Menu("root",99,18,"Verdana, Arial, Helvetica, sans-serif",12,"#666666","#999999","#CCCCCC","#FFFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_0108180253_0.addMenuItem("2006Spring","window.open('../itp/2006Spring.htm', '_self');");
  mm_menu_0108180253_0.addMenuItem("2005Fall","window.open('../itp/2005Fall.htm', '_self');");
   mm_menu_0108180253_0.hideOnMouseOut=true;
   mm_menu_0108180253_0.bgColor='#555555';
   mm_menu_0108180253_0.menuBorder=0;
   mm_menu_0108180253_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0108180253_0.menuBorderBgColor='#777777';

  window.mm_menu_0109121131_0 = new Menu("root",99,18,"Verdana, Arial, Helvetica, sans-serif",12,"#666666","#999999","#CCCCCC","#FFFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_0109121131_0.addMenuItem("2006Spring","window.open('../itp/2006Spring.htm', '_parent');");
  mm_menu_0109121131_0.addMenuItem("2005Fall","window.open('../itp/2005Fall.htm', '_parent');");
   mm_menu_0109121131_0.hideOnMouseOut=true;
   mm_menu_0109121131_0.bgColor='#555555';
   mm_menu_0109121131_0.menuBorder=0;
   mm_menu_0109121131_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0109121131_0.menuBorderBgColor='#777777';

mm_menu_0109121131_0.writeMenus();
} // mmLoadMenus()

var showImage;