		DISP_PO = 0;
		function OnTDmover(who)	{
			td_id = document.getElementById(who);
			td_id.style.cursor='pointer';
			if (who=="menu1")	OnMENUOVER();
			if (who=="menu2")	OnMENUOVER3();
			if (who=="menu3")	OnMENUOVER2();
		}
		function OnTDclick(who)	{
			a_id = document.getElementById(who);
			window.location=a_id.href;
		}
		function OnTDclick2(who)	{
			if(who=="c1")	window.location = "/inc/change_theme.asp?T=blue&LOC="+location.href;
			if(who=="c2")	window.location = "/inc/change_theme.asp?T=green&LOC="+location.href;
			if(who=="aU2")	window.location = "/inc/change_layout.asp?L=wide&LOC="+location.href;
			if(who=="aU21")	window.location = "/inc/change_layout.asp?L=thin&LOC="+location.href;
			if(who=="PC")	window.location = "http://www.cecwag.com";
			if(who=="TC")	window.location = "http://www.training.cecwag.com";
			if(who=="FO")	window.location = "http://www.forum.cecwag.com";
			if(who=="BL")	window.location = "http://www.blog.cecwag.com";
			if(who=="PL")	window.location = "http://www.poll.cecwag.com";
			if(who=="CO")	window.location = "http://www.cecwag.com/unregusrcomment.asp";
			if(who=="JU")	window.location = "http://www.cecwag.com/unregusr.asp";
			if(who=="bc")	window.location = "/inc/change_background.asp?B=colored&LOC="+location.href;
			if(who=="bp")	window.location = "/inc/change_background.asp?B=plain&LOC="+location.href;
			if(who=="PO")	{
				u1 = document.getElementById("U1");
				u2 = document.getElementById("U2");
				u3 = document.getElementById("U3");
				if (DISP_PO==0)	{
					u1.style.visibility = 'visible';
					u2.style.visibility = 'visible';
					u3.style.visibility = 'visible';
					DISP_PO	= 1;
				}
				else		{
					u1.style.visibility = 'hidden';
					u2.style.visibility = 'hidden';
					u3.style.visibility = 'hidden';
					DISP_PO	= 0;
				}

			}
		}



		function OnMENUOVER(who)	{
			tI1 = document.getElementById("I1");
			tI2 = document.getElementById("I2");
			tI3 = document.getElementById("I3");
			hI1 = document.getElementById("aI1");
			hI2 = document.getElementById("aI2");
			hI3 = document.getElementById("aI3");

			if (who=="I1")	{
				tI1.style.backgroundColor="#EBF7A8";
				tI1.style.borderLeftWidth="2px";
				tI1.style.borderColor="red";
				tI1.style.cursor="pointer";
				hI1.style.color="red";
			}
			if (who=="I2")	{
				tI2.style.backgroundColor="#EBF7A8";
				tI2.style.borderLeftWidth="2px";
				tI2.style.borderColor="red";
				tI2.style.cursor="pointer";
				hI2.style.color="red";
			}
			if (who=="I3")	{
				tI3.style.backgroundColor="#EBF7A8";
				tI3.style.borderLeftWidth="2px";
				tI3.style.borderColor="red";
				tI3.style.cursor="pointer";
				hI3.style.color="red";
			}

			tI1.style.visibility='visible';
			tI2.style.visibility='visible';
			tI3.style.visibility='visible';
		}
		function OnMENUOUT()	{
			tI1 = document.getElementById("I1");
			tI2 = document.getElementById("I2");
			tI3 = document.getElementById("I3");
			hI1 = document.getElementById("aI1");
			hI2 = document.getElementById("aI2");
			hI3 = document.getElementById("aI3");


			tI1.style.visibility='hidden';
			tI2.style.visibility='hidden';
			tI3.style.visibility='hidden';
			tI1.style.backgroundColor="black";
			tI2.style.backgroundColor="black";
			tI3.style.backgroundColor="black";
			tI1.style.borderLeftWidth="0px";
			tI2.style.borderLeftWidth="0px";
			tI3.style.borderLeftWidth="0px";
			tI1.style.borderColor="white";
			tI2.style.borderColor="white";
			tI3.style.borderColor="white";
			hI1.style.color="white";
			hI2.style.color="white";
			hI3.style.color="white";
		}

		function OnMENUOVER2(who)	{
			tI1 = document.getElementById("N1");
			tI2 = document.getElementById("N2");
			hI1 = document.getElementById("aN1");
			hI2 = document.getElementById("aN2");

			if (who=="N1")	{
				tI1.style.backgroundColor="#EBF7A8";
				tI1.style.borderLeftWidth="2px";
				tI1.style.borderColor="red";
				tI1.style.cursor="pointer";
				hI1.style.color="red";
			}
			if (who=="N2")	{
				tI2.style.backgroundColor="#EBF7A8";
				tI2.style.borderLeftWidth="2px";
				tI2.style.borderColor="red";
				tI2.style.cursor="pointer";
				hI2.style.color="red";
			}

			tI1.style.visibility='visible';
			tI2.style.visibility='visible';
		}
		function OnMENUOUT2()	{
			tI1 = document.getElementById("N1");
			tI2 = document.getElementById("N2");
			hI1 = document.getElementById("aN1");
			hI2 = document.getElementById("aN2");

			tI1.style.visibility='hidden';
			tI2.style.visibility='hidden';
			tI1.style.backgroundColor="black";
			tI2.style.backgroundColor="black";
			tI1.style.borderLeftWidth="0px";
			tI2.style.borderLeftWidth="0px";
			tI1.style.borderColor="white";
			tI2.style.borderColor="white";
			hI1.style.color="white";
			hI2.style.color="white";
		}

		function OnMENUOVER3(who)	{
			tI1 = document.getElementById("D1");
			tI2 = document.getElementById("D2");
			hI1 = document.getElementById("aD1");
			hI2 = document.getElementById("aD2");

			if (who=="D1")	{
				tI1.style.backgroundColor="#EBF7A8";
				tI1.style.borderLeftWidth="2px";
				tI1.style.borderColor="red";
				tI1.style.cursor="pointer";
				hI1.style.color="red";
			}
			if (who=="D2")	{
				tI2.style.backgroundColor="#EBF7A8";
				tI2.style.borderLeftWidth="2px";
				tI2.style.borderColor="red";
				tI2.style.cursor="pointer";
				hI2.style.color="red";
			}

			tI1.style.visibility='visible';
			tI2.style.visibility='visible';
		}
		function OnMENUOUT3()	{
			tI1 = document.getElementById("D1");
			tI2 = document.getElementById("D2");
			hI1 = document.getElementById("aD1");
			hI2 = document.getElementById("aD2");

			tI1.style.visibility='hidden';
			tI2.style.visibility='hidden';
			tI1.style.backgroundColor="black";
			tI2.style.backgroundColor="black";
			tI1.style.borderLeftWidth="0px";
			tI2.style.borderLeftWidth="0px";
			tI1.style.borderColor="white";
			tI2.style.borderColor="white";
			hI1.style.color="white";
			hI2.style.color="white";
		}