var cssmenuids=["treemenu1","treemenu2","treemenu3","treemenu4","treemenu5","treemenu6","treemenu7"] //Enter id(s) of CSS Horizontal UL menus, separated by commas
var csssubmenuoffset=-1 //Offset of submenus from main menu. Default is 0 pixels.

function createcssmenu2(){
for (var i=0; i<cssmenuids.length; i++){
  var ultags=document.getElementById(cssmenuids[i]).getElementsByTagName("ul")
    for (var t=0; t<ultags.length; t++){
			ultags[t].style.top=ultags[t].parentNode.offsetHeight+csssubmenuoffset+"px"
    	var spanref=document.createElement("span")
			spanref.className="arrowdiv"
			spanref.innerHTML="&nbsp;&nbsp;&nbsp;&nbsp;"
			ultags[t].parentNode.getElementsByTagName("a")[0].appendChild(spanref)
    	ultags[t].parentNode.onmouseover=function(){
    	this.getElementsByTagName("ul")[0].style.visibility="visible"
    	}
    	ultags[t].parentNode.onmouseout=function(){
			this.getElementsByTagName("ul")[0].style.visibility="hidden"
    }
    }
  }
}

if (window.addEventListener)
window.addEventListener("load", createcssmenu2, false)
else if (window.attachEvent)
window.attachEvent("onload", createcssmenu2)// JavaScript Document



function call(id)
 {
	 rep=["overview-menu1","legal-menu1","attorney-menu1","settlements-menu1","veterans-menu1"];
	  for(i=0;i<5;i++){
           call1(rep[i])
 
	  }
	
   var src1=document.getElementById(id).src;
   if(!(src1.search("-over")>0))
     document.getElementById(id).src=src1.replace(".jpg","-over.jpg");
	 
 }
 function call1(id,img)
 {
   var src1=document.getElementById(id).src;
      if((src1.search("-over")>0))	  
   document.getElementById(id).src=src1.replace("-over","");
	
	 
 }

 var current=0;
 function imageslide(){
	
  var rotate_delay = 5000;
  select1=["url(images/main-img1.jpg)","url(images/legal-mainimg.jpg)","url(images/attorney-main.jpg)","url(images/settlements-main.jpg)","url(images/veterans-mainimg.jpg)"];
 content1=["<b class='heading1'>Mesothelioma </b> <br>sometimes also called mesothelioma asbestos lung cancer – develops in the protective lining or membranes that covers the lungs as well as heart and abdomen &nbsp;&nbsp;&nbsp;&nbsp;<a href='#' class='more'>Learnmore</a>  >>"," <b class='heading1'>Your Legal options</b><br>Are you diagnosed with mesothelioma or asbestos related cancer know your leagal Options & Rights <a href='#' class='more'>knowmore</a>>>" ,"<b class='heading1'>Asbestos Attorney</b><br>Our Experienced asbestos attorney serving mesothelioma victims nationwide <br>Call today for FREE consultation 800-916-0765 &nbsp;&nbsp;<a href='#' class='more'>know more</a>>>"," <b class='heading1'>Settlements</b><br> Our network of legal professionals has helped thousands of people just like you to recover millions in settlements to help ease the burden of this tragic disease. call &nbsp; <font color='#FFC481'>800-916-0765 </font> ","<b class='heading1'>Veterans legal Rights</b><br>Due to daily exposure to asbestos during their service in the military, many U.S. veterans suffer from mesothelmioma. If you are a veteran <a href='#' class='more'>know your legal options</a> >>"];
 rep=["overview-menu1","legal-menu1","attorney-menu1","settlements-menu1","veterans-menu1"];
  
  document.getElementById("tablediv").style.backgroundImage=select1[current];
  document.getElementById("text-div").innerHTML=content1[current];
  
  id=rep[current];
   var src1=document.getElementById(id).src;
   
   src2="images/"+id+".jpg";

   if((src1.search(src2))>0 ){
    call(rep[current]);

	  for(i=0;i<5;i++){
		  if(i!=current){
			  loop=current;
			  
	           call1(rep[i])
		  }
		 
	  }
   }
 
  window.setTimeout("imageslide()", rotate_delay);
  current++;
  if(current==5) current=0;
 }

 function mousemove(current){
 select1=["url(images/main-img1.jpg)","url(images/legal-mainimg.jpg)","url(images/attorney-main.jpg)","url(images/settlements-main.jpg)","url(images/veterans-mainimg.jpg)"];
   content1=["<b class='heading1'>Mesothelioma </b> <br>sometimes also called mesothelioma asbestos lung cancer – develops in the protective lining or membranes that covers the lungs as well as heart and abdomen  &nbsp;&nbsp;&nbsp;&nbsp;<a href='#' class='more'>Learnmore </a>>>"," <b class='heading1'>Your Legal options</b> <br>Are you diagnosed with mesothelioma or asbestos related cancer know your leagal Options & Rights <a href='#' class='more'>knowmore</a> >>" ,"<b class='heading1'>Asbestos Attorney</b><br>Our Experienced asbestos attorney serving mesothelioma victims nationwide <br>Call today for FREE consultation 800-916-0765 &nbsp;&nbsp;<a href='#' class='more'>know more</a>>>"," <b class='heading1'>Settlements</b><br> Our network of legal professionals has helped thousands of people just like you to recover millions in settlements to help ease the burden of this tragic disease. call &nbsp;<font color='#FFC481'>800-916-0765 </font> ","<b class='heading1'>Veterans legal Rights</b><br>Due to daily exposure to asbestos during their service in the military, many U.S. veterans suffer from mesothelmioma. If you are a veteran <a href='#' class='more'>know your legal options</a> >>"];
	 
   document.getElementById("tablediv").style.backgroundImage=select1[current];
    document.getElementById("text-div").innerHTML=content1[current];
 }