<!--
	// -------------------------------------------------
	// custom functions 
	// -------------------------------------------------

    function ShowRegistration(id,lang)
    {
        CL_popupDiv('/pages/registrations.aspx?__language='+lang+'&id='+id,700,600,null,50);
        return false;
    }

    function OpenGallery(id,lang)
    {
        CL_popupDiv('/pages/popupGallery.aspx?__language='+lang+'&gallery='+id,700,600,null,50);
        return false;
    }

	function mt_over(o, color)
	{
		if (o!=null)
		{
			o.__oldbgcolor = o.style.backgroundColor;
			o.style.backgroundColor = color;
		}
	}

	function mt_out(o)
	{
		if(o!=null && o.__oldbgcolor!=null)
			o.style.backgroundColor = o.__oldbgcolor;
	}
	
	function CL_swapImgRestore() { //v3.0
		var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
	}

//-->
