function openAuthor(aID) {
	r = showModalDialog("showauthor.php?aID="+aID+"#top","","help:no;status:no");
}

function openIndex(bID) {
	r = showModalDialog("showindex.php?bID="+bID,"","help:no;status:no");
}