

//Window Open
function newWindow(url){
    newwindow=window.open("","newwin","toolbar=yes,location=no,directories=no,status=yes,scrollbars=yes,resizable=yes,width=700,height=600");
    newwindow.focus();
    newwindow.location.href=url;
}



//Swap Images


if(navigator.appName == "Netscape" && navigator.appVersion.charAt(0) >=3 || navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.charAt(0) >=4){


	theImages = new Array();
	theImages[1] = new Image();
	theImages[1].src = "images/bt_01.gif";
	theImages[2] = new Image();
	theImages[2].src = "images/bt_02.gif";
	theImages[3] = new Image();
	theImages[3].src = "images/bt_03.gif";
	theImages[4] = new Image();
	theImages[4].src = "images/bt_04.gif";
	theImages[5] = new Image();
	theImages[5].src = "images/bt_05.gif";
	theImages[6] = new Image();
	theImages[6].src = "images/bt_06.gif";
	theImages[7] = new Image();
	theImages[7].src = "images/bt_07.gif";
	theImages[8] = new Image();
	theImages[8].src = "images/bt_08.gif";

	theImages[100] = new Image();
	theImages[100].src = "images/bt_01_h.gif";
	theImages[200] = new Image();
	theImages[200].src = "images/bt_02_h.gif";
	theImages[300] = new Image();
	theImages[300].src = "images/bt_03_h.gif";
	theImages[400] = new Image();
	theImages[400].src = "images/bt_04_h.gif";
	theImages[500] = new Image();
	theImages[500].src = "images/bt_05_h.gif";
	theImages[600] = new Image();
	theImages[600].src = "images/bt_06_h.gif";
	theImages[700] = new Image();
	theImages[700].src = "images/bt_07_h.gif";
	theImages[800] = new Image();
	theImages[800].src = "images/bt_08_h.gif";
}


function ChangeBullet(obj,suffix) {
	if(navigator.appName == "Netscape" && navigator.appVersion.charAt(0) >=3 || navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.charAt(0) >=4){
		eval("document." + obj + ".src=theImages[suffix].src");
	}
}
// 