<!-- Begin

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

var the_window_win;
function the_window(){
the_window_win = window.open("ext_win/the_window.html","_blank","toolbar=1,width=650,height=480,left=30,top=20,scrollbars=yes,resizable=yes,status=0");
}

var books_win;
function books(){
books_win = window.open("books.htm","_blank","toolbar=0,width=600,height=600,left=40,top=30,scrollbars=1,resizable=1,status=0");
}

//-->
