//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[01] = new Image();
	theImages[01].src = "images/bt_head_01.gif";
	theImages[02] = new Image();
	theImages[02].src = "images/bt_head_02.gif";
	theImages[03] = new Image();
	theImages[03].src = "images/bt_head_03.gif";
	
	theImages[05] = new Image();
	theImages[05].src = "images/reco_01.gif";
	theImages[06] = new Image();
	theImages[06].src = "images/reco_02.gif";
	theImages[07] = new Image();
	theImages[07].src = "images/reco_03.gif";
	theImages[08] = new Image();
	theImages[08].src = "images/reco_04.gif";
	theImages[09] = new Image();
	theImages[09].src = "images/reco_05.gif";
	theImages[10] = new Image();
	theImages[10].src = "images/reco_06.gif";
	
	
	theImages[100] = new Image();
	theImages[100].src = "images/bt_head_01_h.gif";
	theImages[200] = new Image();
	theImages[200].src = "images/bt_head_02_h.gif";
	theImages[300] = new Image();
	theImages[300].src = "images/bt_head_03_h.gif";
	
	theImages[500] = new Image();
	theImages[500].src = "images/reco_01_h.gif";
	theImages[600] = new Image();
	theImages[600].src = "images/reco_02_h.gif";
	theImages[700] = new Image();
	theImages[700].src = "images/reco_03_h.gif";
	theImages[800] = new Image();
	theImages[800].src = "images/reco_04_h.gif";
	theImages[900] = new Image();
	theImages[900].src = "images/reco_05_h.gif";
	theImages[1000] = new Image();
	theImages[1000].src = "images/reco_06_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");
	}
}



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



