// JavaScript Document
var str = ""

function aa(val){

 if (val =="1")
 {

t3.style.display = "none"
t2.style.display = "none"
 t1.style.display = ""
  
  str= "<table border=0 >"
  str = str + "<TR>"
    str = str + "<td height=20><img src=http://www.dawinbio.com/gen/img/sub2/m_menu15.gif></td>"
  str = str + "</TR>"
    str = str + "<tr>"
  str = str + "<TD ><img src=http://www.dawinbio.com/gen/img/sub2/s_icon.gif>&nbsp;&nbsp;<a href=http://www.dawinbio.com/gen/kb/sub.php?sel_a=4&sel_b=356&sel_c=423>Automated Electrophoresis System</a>"
str = str + "</Td>"
str = str + "</TR>"
 
 str = str + "</TABLE>"
 document.all.t1.innerHTML = str;
 }
}
///////////////////////////////////////////////bbbbbbbbbbbbb//////////////////////////////////////


var str = ""

function bb(val){

 if (val =="1")
 {

t3.style.display = "none"
t1.style.display = "none"
 t2.style.display = ""
 str = "<table  border=0>"
  str = str + "<tr>"
    str = str + "<td height=20><img src=http://www.dawinbio.com/gen/img/sub2/m_menu15.gif></td>"
  str = str + "</tr>"
    str = str + "<tr >"
   str = str + "<TD ><img src=http://www.dawinbio.com/gen/img/sub2/s_icon.gif>&nbsp;&nbsp;<a href=http://www.dawinbio.com/gen/kb/sub.php?sel_a=4&sel_b=232&sel_c=454>Automated Purification System</a></TD>"

  str = str + "</tr>"
  str = str + "</table>"
 
  document.all.t2.innerHTML = str;
 }
}

///////////////////////////////////ccc////////////////////////////////////////////////////////////

var str = ""

function cc(val){

 if (val =="1")
 {

t2.style.display = "none"
t1.style.display = "none"
t3.style.display = ""
str = "<table  border=0>"
  str = str + "<tr >"
    str = str + "<td height=20><img src=http://www.dawinbio.com/gen/img/sub2/m_menu15.gif></td>"
  str = str + "</tr>"
    str = str + "<tr>"
  str = str + " <TD ><img src=http://www.dawinbio.com/gen/img/sub2/s_icon.gif>&nbsp;&nbsp;<a href=http://www.dawinbio.com/gen/kb/sub.php?sel_a=4&sel_b=233&sel_c=455>Automated Sample Homogenization System</a></TD>"
  str = str + "</TR>"
str = str + "</TABLE>"
document.all.t3.innerHTML = str;
 }
}

///////////////////////////////////ddddddddddddddddddddddddddddd//////////
