﻿
      <!--
	 function changePos(topdiv, bottomdiv, title) {
		document.getElementById(topdiv).style.backgroundPosition = "0% 0%";
		document.getElementById(bottomdiv).style.backgroundPosition = "0% 0%";
		document.getElementById(title).style.color = "black";
	 }
	 function changePos2(topdiv, bottomdiv, title) {
		document.getElementById(topdiv).style.backgroundPosition = "100% 0%";
		document.getElementById(bottomdiv).style.backgroundPosition = "100% 0%";
		document.getElementById(title).style.color = "white";
	 }
	 
      //-->

