<!-- Begin
function addbookmark()
{
bookmarkurl=window.location;
bookmarktitle="Select Access";
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle);
}
//  End -->

<!-- Begin
function printable() {
thisPage = location.href.substring((location.href.lastIndexOf("/"))+1) ;
newWindow= window.open()
newWindow.location.href= "printable/" + thisPage;
}
//  End -->

