function newWindow(bookjpg, target) {
var bookWindow = window.open(bookjpg, target, "toolbar=yes,location=yes,status=yes,menubar=yes,sc rollbars=yes,resizable=yes,width=870,height=800");
bookWindow.focus();
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
newWindow(selObj.options[selObj.selectedIndex].value, targ);
if (restore) selObj.selectedIndex=0;
}




/*function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}*/