function openNextWindow2(thepage,theside) {
  leftPoint=0
  if (screen) {
    if (theside=="right") {
      leftPoint = screen.width-480
	}
	else {
      leftPoint = 0
	}
  }
  if (theside=="right") {
    theWindowName2=window.open(thepage, 'aNewWin2', "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=473,height=364,left="+leftPoint+",top=0")
  }
  else {
    theWindowName2=window.open(thepage, 'aNewWin2', "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=473,height=364,left="+leftPoint+",top=0")
  }
}

function bullet1_on() {
	if (document.section1) {
		document.section1.src="topic_menu/bullet_off.gif"
	}
	if (document.section2) {
		document.section2.src="topic_menu/bullet_off.gif"
	}
	if (document.section3) {
		document.section3.src="topic_menu/bullet_off.gif"
	}
	if (document.section4) {
		document.section4.src="topic_menu/bullet_off.gif"
	}
	if (document.section5) {
	document.section5.src="topic_menu/bullet_off.gif"
	}

	if (document.section1) {
		document.section1.src="topic_menu/bullet_on.gif"
	}

	return true
}
function bullet2_on() {
	if (document.section1) {
		document.section1.src="topic_menu/bullet_off.gif"
	}
	if (document.section2) {
		document.section2.src="topic_menu/bullet_off.gif"
	}
	if (document.section3) {
		document.section3.src="topic_menu/bullet_off.gif"
	}
	if (document.section4) {
		document.section4.src="topic_menu/bullet_off.gif"
	}
	if (document.section5) {
	document.section5.src="topic_menu/bullet_off.gif"
	}

	if (document.section2) {
		document.section2.src="topic_menu/bullet_on.gif"
	}

	return true
}
function bullet3_on() {
	if (document.section1) {
		document.section1.src="topic_menu/bullet_off.gif"
	}
	if (document.section2) {
		document.section2.src="topic_menu/bullet_off.gif"
	}
	if (document.section3) {
		document.section3.src="topic_menu/bullet_off.gif"
	}
	if (document.section4) {
		document.section4.src="topic_menu/bullet_off.gif"
	}
	if (document.section5) {
	document.section5.src="topic_menu/bullet_off.gif"
	}

	if (document.section3) {
		document.section3.src="topic_menu/bullet_on.gif"
	}

	return true
}
function bullet4_on() {
	if (document.section1) {
		document.section1.src="topic_menu/bullet_off.gif"
	}
	if (document.section2) {
		document.section2.src="topic_menu/bullet_off.gif"
	}
	if (document.section3) {
		document.section3.src="topic_menu/bullet_off.gif"
	}
	if (document.section4) {
		document.section4.src="topic_menu/bullet_off.gif"
	}
	if (document.section5) {
	document.section5.src="topic_menu/bullet_off.gif"
	}

	if (document.section4) {
		document.section4.src="topic_menu/bullet_on.gif"
	}

	return true
}
function bullet5_on() {
	if (document.section1) {
		document.section1.src="topic_menu/bullet_off.gif"
	}
	if (document.section2) {
		document.section2.src="topic_menu/bullet_off.gif"
	}
	if (document.section3) {
		document.section3.src="topic_menu/bullet_off.gif"
	}
	if (document.section4) {
		document.section4.src="topic_menu/bullet_off.gif"
	}
	if (document.section5) {
	document.section5.src="topic_menu/bullet_off.gif"
	}

	if (document.section5) {
		document.section5.src="topic_menu/bullet_on.gif"
	}

	return true
}
