		// head_login
		head_loginon = new Image( );
		head_loginon.src = "/images/head_login_on.gif";

		head_loginoff = new Image( );
		head_loginoff.src = "/images/head_login.gif";

		// head_sitemap
		head_sitemapon = new Image( );
		head_sitemapon.src = "/images/head_sitemap_on.gif";

		head_sitemapoff = new Image( );
		head_sitemapoff.src = "/images/head_sitemap.gif";

//-------------------------------------------------------------------------------------------------

		// m_01
		m_01on = new Image( );
		m_01on.src = "/images/m_01_on.gif";

		m_01off = new Image( );
		m_01off.src = "/images/m_01.gif";

		// m_02
		m_02on = new Image( );
		m_02on.src = "/images/m_02_on.gif";

		m_02off = new Image( );
		m_02off.src = "/images/m_02.gif";

		// m_03
		m_03on = new Image( );
		m_03on.src = "/images/m_03_on.gif";

		m_03off = new Image( );
		m_03off.src = "/images/m_03.gif";

		// m_04
		m_04on = new Image( );
		m_04on.src = "/images/m_04_on.gif";

		m_04off = new Image( );
		m_04off.src = "/images/m_04.gif";

		// m_05
		m_05on = new Image( );
		m_05on.src = "/images/m_05_on.gif";

		m_05off = new Image( );
		m_05off.src = "/images/m_05.gif";

		// m_06
		m_06on = new Image( );
		m_06on.src = "/images/m_06_on.gif";

		m_06off = new Image( );
		m_06off.src = "/images/m_06.gif";

		// m_07
		m_07on = new Image( );
		m_07on.src = "/images/m_07_on.gif";

		m_07off = new Image( );
		m_07off.src = "/images/m_07.gif";

//-------------------------------------------------------------------------------------------------

		// about_l_bar01
		about_l_bar01on = new Image( );
		about_l_bar01on.src = "/images/about_l_bar01_on.gif";

		about_l_bar01off = new Image( );
		about_l_bar01off.src = "/images/about_l_bar01.gif";

		// about_l_bar02
		about_l_bar02on = new Image( );
		about_l_bar02on.src = "/images/about_l_bar02_on.gif";

		about_l_bar02off = new Image( );
		about_l_bar02off.src = "/images/about_l_bar02.gif";

//-------------------------------------------------------------------------------------------------


		function img_act(imgName)
			{
				document [imgName].src = eval(imgName + "on.src");
			}

		function img_inact(imgName)
			{
			   document [imgName].src = eval(imgName + "off.src");
			}


		function windowopen(url)
			{
				window.open(url,"win1","width=400, height=250, menubar=no,location=no, scrollbars=no");
			}

		function idpwforget(url)
			{
				window.open(url,"win2","width=400, height=300, menubar=no,location=no, scrollbars=no");
			}

		function zipopen(url)
			{
				window.open(url,"","width=418, height=350, menubar=no,location=no, scrollbars=yes");
			}
			
		function poll(url)
			{
				window.open(url,"","width=418, height=400, menubar=no,location=no, scrollbars=yes");
			}

		function ClickOnTD(page)
			{
				location.href= page;
			}