<!-- Ticker Javascript  Start-->
        //scroller width
        var swidth=190;

        //scroller height
        var sheight=150;

        //background color
        var sbcolor='#ffffff';

        //scroller's speed
        var sspeed=4;

        var msg=''

        //Your messages go below:


        msg +=
        
		'<table width="190" border="0" cellpadding="0" cellspacing="0">'+
  		'<tr> '+
    	'<td width="11" valign="top"><img src="images/left_bullet.jpg" alt="Dr.Andrew Parsa" title="Dr.Andrew Parsa" width="3" height="5" hspace="2" vspace="5" />'+
		'</td>'+
		' <td width="179"><h5 class="txt-dgrey"><a href="scientists.htm#james" class="txt-dgrey"><strong>James V. Kohl</strong><br/>Clinical Laboratory Scientist from Fannin Regional Hospital, Blue Ridge, GA </a></h5>'+
  		'</tr>'+
		'<tr>'+
        '<td valign="top"><img src="images/clr.gif" width="5" height="5" />'+
		'</td>'+
       '<td><img src="images/clr.gif" width="5" height="5" />'+
	   '</td>'+
       '</tr>'+
		'</table>'+
		
		
		'<table width="190" border="0" cellpadding="0" cellspacing="0">'+
  		'<tr> '+
    	'<td width="11" valign="top"><img src="images/left_bullet.jpg" alt="Dr.Andrew Parsa" title="Dr.Andrew Parsa" width="3" height="5" hspace="2" vspace="5" />'+
		'</td>'+
		' <td width="179"><h5 class="txt-dgrey"><a href="scientists.htm#james" class="txt-dgrey"><strong>James V. Kohl</strong><br/>Clinical Laboratory Scientist from Fannin Regional Hospital, Blue Ridge, GA </a></h5>'+
  		'</tr>'+
		'<tr>'+
        '<td valign="top"><img src="images/clr.gif" width="5" height="5" />'+
		'</td>'+
       '<td><img src="images/clr.gif" width="5" height="5" />'+
	   '</td>'+
       '</tr>'+
		'</table>'+               
            
			
		'<table width="190" border="0" cellpadding="0" cellspacing="0">'+
  		'<tr> '+
    	'<td width="11" valign="top"><img src="images/left_bullet.jpg" alt="Dr.Andrew Parsa" title="Dr.Andrew Parsa" width="3" height="5" hspace="2" vspace="5" />'+
		'</td>'+
		' <td width="179"><h5 class="txt-dgrey"><a href="scientists.htm#james" class="txt-dgrey"><strong>James V. Kohl</strong><br/>Clinical Laboratory Scientist from Fannin Regional Hospital, Blue Ridge, GA </a></h5>'+
  		'</tr>'+
		'<tr>'+
        '<td valign="top"><img src="images/clr.gif" width="5" height="5" />'+
		'</td>'+
       '<td><img src="images/clr.gif" width="5" height="5" />'+
	   '</td>'+
       '</tr>'+
		'</table>'+
			
			            
		'<table width="190" border="0" cellpadding="0" cellspacing="0">'+
  		'<tr> '+
    	'<td width="11" valign="top"><img src="images/left_bullet.jpg" alt="Dr.Andrew Parsa" title="Dr.Andrew Parsa" width="3" height="5" hspace="2" vspace="5" />'+
		'</td>'+
		' <td width="179"><h5 class="txt-dgrey"><a href="scientists.htm#james" class="txt-dgrey"><strong>James V. Kohl</strong><br/>Clinical Laboratory Scientist from Fannin Regional Hospital, Blue Ridge, GA </a></h5>'+
  		'</tr>'+
		'<tr>'+
        '<td valign="top"><img src="images/clr.gif" width="5" height="5" />'+
		'</td>'+
       '<td><img src="images/clr.gif" width="5" height="5" />'+
	   '</td>'+
       '</tr>'+
		'</table>'+
            
        '';

        //End of your messages
        // Begin the ticker code

        var resumesspeed=sspeed
        function start() {
                if (document.all) iemarquee(ticker);
                else if (document.getElementById)
                        ns6marquee(document.getElementById('ticker'));
        }
        
        function iemarquee(whichdiv){
                iediv=eval(whichdiv)
                sheight += 50;
                iediv.style.pixelTop=sheight
                iediv.innerHTML=msg 
                sizeup=iediv.offsetHeight
                ieslide()
        }
        
        function ieslide(){
                if (iediv.style.pixelTop>=sizeup*(-1)){
                        iediv.style.pixelTop-=sspeed
                        setTimeout("ieslide()",100)
                }
                else{
                        iediv.style.pixelTop=sheight
                        ieslide()
                }
        }
        
        function ns6marquee(whichdiv){
                ns6div=eval(whichdiv)
                sheight += 50;
                ns6div.style.top=sheight + "px";
                ns6div.innerHTML=msg
                sizeup=ns6div.offsetHeight
                ns6slide()
        }
        function ns6slide(){
                if (parseInt(ns6div.style.top)>=sizeup*(-1)){
                        theTop = parseInt(ns6div.style.top)-sspeed
                        ns6div.style.top = theTop + "px";
                        setTimeout("ns6slide()",100)
                }
                else {
                        ns6div.style.top = sheight + "px";
                        ns6slide()
                }
        }     
<!-- Ticker Javascript End-->


function mmLoadMenus() {
  if (window.mm_menu_0410160759_0) return;
 window.mm_menu_0410160759_0 = new Menu("root",102,31,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#494949","#808080","left","middle",5,2,100,-5,7,true,false,true,0,false,false);
  mm_menu_0410160759_0.addMenuItem("STR001","location='chemicals.htm?table_id=content1'");
  mm_menu_0410160759_0.addMenuItem("STR002","location='chemicals.htm?table_id=content2'");
  mm_menu_0410160759_0.addMenuItem("STR003","location='chemicals.htm?table_id=content3'");
  mm_menu_0410160759_0.addMenuItem("STR004","location='chemicals.htm?table_id=content4'");
  mm_menu_0410160759_0.addMenuItem("STR005","location='chemicals.htm?table_id=content5'");
  mm_menu_0410160759_0.addMenuItem("STR006","location='chemicals.htm?table_id=content6'");
  mm_menu_0410160759_0.addMenuItem("STR007","location='chemicals.htm?table_id=content7'");
  mm_menu_0410160759_0.addMenuItem("STR008","location='chemicals.htm?table_id=content8'");
  mm_menu_0410160759_0.addMenuItem("STR009","location='chemicals.htm?table_id=content9'");
  mm_menu_0410160759_0.addMenuItem("STR010","location='chemicals.htm?table_id=content10'");
   mm_menu_0410160759_0.fontWeight="bold";
   mm_menu_0410160759_0.hideOnMouseOut=true;
   mm_menu_0410160759_0.bgColor='#555555';
   mm_menu_0410160759_0.menuBorder=0;
   mm_menu_0410160759_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0410160759_0.menuBorderBgColor='';

 if (window.mm_menu_0416193352_0) return;
  window.mm_menu_0416193352_0 = new Menu("root",127,31,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#494949","#808080","left","middle",5,2,100,-5,7,true,false,true,0,false,false);
  mm_menu_0416193352_0.addMenuItem("Login","location='distributors_login.htm?table_id=content1'");
  mm_menu_0416193352_0.addMenuItem("Apply/Chemicals","location='distributors_login.htm?table_id=content2'");
  mm_menu_0416193352_0.addMenuItem("Apply Products","location='distributors_login.htm?table_id=content3'");
  mm_menu_0416193352_0.fontWeight="bold";
  mm_menu_0416193352_0.hideOnMouseOut=true;
  mm_menu_0416193352_0.bgColor='#555555';
  mm_menu_0416193352_0.menuBorder=0;
  mm_menu_0416193352_0.menuLiteBgColor='#FFFFFF';
  mm_menu_0416193352_0.menuBorderBgColor='';

  if (window.mm_menu_0510120201_0) return;
  window.mm_menu_0510120201_0 =new Menu("root",127,31,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#494949","#808080","left","middle",5,2,100,-5,7,true,false,true,0,false,false);
  mm_menu_0510120201_0.addMenuItem("2007","location='JAVASCRIPT:;'");
  mm_menu_0510120201_0.addMenuItem("2006","location='javascript:;'");
  mm_menu_0510120201_0.addMenuItem("2005","location='JAVASCRIPT:;'");
  mm_menu_0510120201_0.addMenuItem("2004","location='javascript:;'");
  mm_menu_0510120201_0.addMenuItem("2003","location='JAVASCRIPT:;'");
  mm_menu_0510120201_0.addMenuItem(">2002","location='javascript:;'");
  mm_menu_0510120201_0.addMenuItem("Others","location='JAVASCRIPT:;'");
  mm_menu_0510120201_0.addMenuItem("Recent Mammalian","location='javascript:;'");
  mm_menu_0510120201_0.addMenuItem("2006","location='javascript:;'");
  mm_menu_0510120201_0.addMenuItem("2005","location='JAVASCRIPT:;'");
  mm_menu_0510120201_0.addMenuItem(">2004","location='javascript:;'");
  mm_menu_0510120201_0.addMenuItem("Review Articles","location='javascript:;'");
  mm_menu_0510120201_0.addMenuItem("Books and Reviews","location='javascript:;'");
  mm_menu_0510120201_0.addMenuItem("Debunked","location='javascript:;'");
  mm_menu_0510120201_0.fontWeight="bold";
  mm_menu_0510120201_0.hideOnMouseOut=true;
  mm_menu_0510120201_0.bgColor='#555555';
  mm_menu_0510120201_0.menuBorder=0;
  mm_menu_0510120201_0.menuLiteBgColor='#FFFFFF';
  mm_menu_0510120201_0.menuBorderBgColor='';
mm_menu_0410160759_0.writeMenus();
mm_menu_0416193352_0.writeMenus();
mm_menu_0510120201_0.writeMenus();
} // mmLoadMenus()
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_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;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
 
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);