<!-- window.onerror = null;
	var netscape = 0;
	var IE = 0;
	browsername = navigator.appName.substring(0,8);
	browserver = parseFloat(navigator.appVersion);
	if (browsername == "Netscape" && browserver >= 3)
		{ netscape = 1; }
	if (browsername == "Microsof" && browserver >= 4)
		{ IE = 1; }
	if (netscape || IE) {
		images = new Array("zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen");
		button = new Array(16);
		for (m=0; m<=15; m++) { 
		button[m] = new Image(); }
		button[0].src    = "../images/sb_3browse.gif";
		button[1].src    = "../images/sb_3browse_o.gif";
		button[2].src    = "../images/sb_3qwik.gif";
		button[3].src    = "../images/sb_3qwik_o.gif";
		button[4].src    = "../images/sb_3learn.gif";
		button[5].src    = "../images/sb_3learn_o.gif";
		button[6].src    = "../images/sb_3research.gif";
		button[7].src    = "../images/sb_3research_o.gif";
		button[8].src    = "../images/sb_3home.gif";
		button[9].src    = "../images/sb_3home_o.gif";
		button[10].src    = "../images/sb_3cus.gif";
		button[11].src    = "../images/sb_3cus_o.gif";
		button[12].src    = "../images/clear.gif";
		button[13].src    = "../images/clear.gif";
		button[14].src    = "../images/clear.gif";
		button[15].src    = "../images/clear.gif";
		}	
function rollover(x,y) {
	if (netscape || IE) {
	document.images[images[x]].src = button[y].src;}
}
		
function Start(page) {
	OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=yes,location=no,scrollbars=yes,resizable=yes,left=10,top=10,width=550,height=400");
}
// -->