

fix = new Array();
fix[0] = "Main";




stat = new Array();
stat[0] = "http://catbasketnetwork.com/history/history.html";



function one(num)
{

window.open( stat[num], "", "height=500, width=700, scrollbars,");

}