<!--

        function oMO(el)
        {
         el.style.backgroundColor = '#FFFFFF';
        }
        function oMD(el)
        {
         el.style.backgroundColor = '#dddddd';
        }
        function oMOv(el)
        {
         el.style.backgroundColor = '#DDD4D3';

        }

        function t_art(el)
        {
        el.T_OFFSETY=-30;el.T_WIDTH=200; return escape('<span class=\'tt\'>view all products of this artist</span>');
        }

        function t_lab(el)
        {
        el.T_OFFSETY=-30;el.T_WIDTH=200; return escape('<span class=\'tt\'>view all products of this label</span>');
        }
        



function change_opener(url)
{
	window.opener.location.href = url;
	self.focus();
}


-->