var DOMViewerObj;
var selected = 1;

        function show( id, n )
        {
                img=document.getElementById(id);
                img.src = '/sp98/customer/spamgraph.'+n+'.png';
        }

	function set_topvirus( f )
	{
		//DOMViewerObj=f;
		//window.open("/domviewer");exit;
		// we're called when we've got some data in the iframe
                txt=f.contentWindow.document.body.innerHTML;
                v=txt.split(/ /);

		//window.alert(txt);
		a=v[0].split(/=/);

		i=document.getElementById('topvirusname1');
		i.innerHTML=a[0];
		i=document.getElementById('topvirusname2');
                i.innerHTML=a[0];
		i=document.getElementById('topviruspct');
                i.innerHTML=a[1];
	}	
