//We would have used javascript loading to bring in the js files
// as with the css ones, but this technique fails with IE5 which 
//is still used on the Mac.


function makeaFrames()
{
if (!aFrameSniff()) return;
initaFrameSeq ("taxonomy/taxonomy1.html", 1, 15, "taxonomy", "A")
}


function init()
{
makeaFrames();

}
