var preview_page = "/book/218735/146157.html";
var next_page = "/book/218735/146159.html";
var index_page = "/book/218735/";
function jumpPage() {
if (event.keyCode==37) location=preview_page;
if (event.keyCode==39) location=next_page;
if (event.keyCode==13) location=index_page;
}
document.onkeydown=jumpPage;
.Readpageb {
font-size: 14px;
padding: 0;
height: 25px;
line-height: 25px;
text-align: center;
padding-bottom: 15px;
}
.Readpageb a{
font-size: 14px;
color:f00;
}
a.cur{
font-size: 14px;
color:3f3f3c;
}
.Readpage_upb
{
padding:5px;
}