function disp1ourprocesses()
{
if(ourprocesses.className=="plusclass")
{
ourprocesses.innerHTML = "<div style='padding:0;margin:0;position:relative;float:left;z-index:200;'>" +
"<font color='#ffffff'><font-size='10pt'>Processes</font></font><br>" +
"<UL id='menu' style='background-color:#000000;color:#ffffff;text-align:left;list-style-type:none;border:1px solid #333333;position:absolute;float:left;z-index:200;margin-left:-5px;width:100px;//width:230px;margin-bottom:6px;margin-top:0px;'>" +
"<li id='wsp' onmouseover=chgbgcolor('wsp'); onmouseout=bgcolor('wsp'); mclosetime(); style='text-decoration:underline;padding-bottom:6px;padding-top:6px;padding-left:6px;margin-left:-1px;//margin-left:0px;'>"+
"<span onclick=window.location.href='processes.html'>What is Parboiling</span></li>" +
"<li id='ssss' onmouseover=chgbgcolor('ssss'); onmouseout=bgcolor('ssss'); mclosetime(); style='text-decoration:underline;padding-bottom:6px;padding-top:6px;padding-left:6px;margin-left:-1px;//margin-left:0px;'>"+
"<span onclick=window.location.href='single_stage_single_steaming.html'>Single Stage Single Steaming</span></li>" +
"<li id='ssds' onmouseover=chgbgcolor('ssds'); onmouseout=bgcolor('ssds'); mclosetime(); style='text-decoration:underline;padding-bottom:6px;padding-top:6px;padding-left:6px;margin-left:-1px;//margin-left:0px;'>"+
"<span onclick=window.location.href='single_stage_double_steaming.html'>Single Stage Double Steaming</span></li>" +
"<li id='tsds' onmouseover=chgbgcolor('tsds'); onmouseout=bgcolor('tsds'); mclosetime(); style='text-decoration:underline;padding-bottom:6px;padding-top:6px;padding-left:6px;margin-left:-1px;//margin-left:0px;'>"+
"<span onclick=window.location.href='three_stage_double_steaming.html'>Three Stage Double Steaming</span></li>" +
"<li id='sr' onmouseover=chgbgcolor('sr'); onmouseout=bgcolor('sr'); mclosetime(); style='text-decoration:underline;padding-bottom:6px;padding-top:6px;padding-left:6px;margin-left:-1px;//margin-left:0px;'>"+
"<span onclick=window.location.href='steam-rice.html'>Steam Rice</span></li>" +
"</UL></div>";
ourprocesses.className="minusclass";
}
else
{
ourprocesses.className="plusClass";
}
}
// ----------------------------
var	closetimer = 0;
// close layer when click-out
document.onclick = mclose;

// close showed layer
function mclose()
{
ourproducts.className="plusclass";
document.getElementById('ourproductscell').style.backgroundColor="#142126";
document.getElementById('ourproducts').style.color="#ffffff";
ourproducts.innerHTML="<font color='#ffffff'><font-size='10pt'>Products</font></font>";
ourtechnology.className="plusclass";
document.getElementById('ourtechnologycell').style.backgroundColor="#142126";
document.getElementById('ourtechnology').style.color="#ffffff";
ourtechnology.innerHTML="<font color='#ffffff'><font-size='10pt'>Technology</font></font>";
ourprocesses.className="plusclass";
document.getElementById('ourprocessescell').style.backgroundColor="#142126";
document.getElementById('ourprocesses').style.color="#ffffff";
ourprocesses.innerHTML="<font color='#ffffff'><font-size='10pt'>Processes</font></font>";
ourprocesses.className="plusclass";
}
 
// go close timer
function mclosetime()
{
var	closetimer = window.setTimeout("mclose()", 10000);
}
//-----------------------------
function outprocesses()
{
ourprocesses.className="plusclass";
document.getElementById('ourprocessescell').style.backgroundColor="#142126";
document.getElementById('ourprocesses').style.color="#ffffff";
ourprocesses.innerHTML="<font color='#ffffff'><font-size='10pt'>Processes</font></font>";
}
function chgcolorproc()
{
document.getElementById('ourprocessescell').style.backgroundColor="#142126";
document.getElementById('ourprocessescell').style.color="#ffffff";
}

