	//-----------------------------------------------------------------------
		//-----------------------------------------------------------------------

var xmlhttp;

function loadPages(url)
{
xmlhttp=null;
if (window.XMLHttpRequest)
  {// code for IE7, Firefox, Mozilla, etc.
  xmlhttp=new XMLHttpRequest();
  }
else if (window.ActiveXObject)
  {// code for IE5, IE6
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
if (xmlhttp!=null)
  {
  
  xmlhttp.onreadystatechange=onResponse;
  xmlhttp.open("GET",url,true);
  xmlhttp.send(null);
  }
else
  {
  alert("Your browser does not support Advance Javascript or Javascript maybe turn off.");
  }
}

function onResponse()
{

if(xmlhttp.readyState!=4) return;

x=xmlhttp.responseText
document.getElementById('MainText').innerHTML=x;
}

function listprod2()
{
htmltxt = "";
for (i=2;i<listprod2.arguments.length;i++){
prodno = listprod2.arguments[i];
prodname = arrprod[prodno];
vlinkname = String.fromCharCode(34) + "prod" + prodno + ".html" +String.fromCharCode(34);
htmltxt = htmltxt + "<img src='images/bullet-blue2up.gif' align='absmiddle' vspace='3' hspace='6'>" + "<a href='#' onClick='loadPages(" + "" +vlinkname +  ""+ ");' class='links2'>" + prodname + "</a><br>";
}

document.getElementById('prodlist').innerHTML = htmltxt;
vflname = "prod" + listprod2.arguments[2] + ".html";
//loadPages(vflname);

}

function listprod()
{
htmltxt = "";
for (i=2;i<listprod.arguments.length;i++){
prodno = listprod.arguments[i];
prodname = arrprod[prodno];
vlinkname = String.fromCharCode(34) + "prod" + prodno + ".html" +String.fromCharCode(34);
htmltxt = htmltxt + "<br>" + "<a href='#' onClick='loadPages(" + "" +vlinkname +  ""+ ");' class='links2'>" + prodname + "</a>";
}
totallist = listprod.arguments[0];
for (i=1;i<=totallist;i++){
eval("document.a" + i + ".src='images/bullet-blue2.gif'");
}
currentlist = listprod.arguments[1];
eval("document.a" + currentlist + ".src='images/bullet-blue2up.gif'");
document.getElementById('prodlist').innerHTML = htmltxt;
vflname = "prod" + listprod.arguments[2] + ".html";
loadPages(vflname);

}



var arrprod = new Array();

arrprod[1]="FLORPRIME EP";
arrprod[2]="FLORPRIME WB";
arrprod[3]="FLORPRIME ESD";
arrprod[4]="FLORPRIME DPM";
arrprod[5]="FLORQUARTZ SL";
arrprod[6]="FLORQUARTZ BC";
arrprod[7]="POLYDECK";
arrprod[8]="POLYDECK BC";
arrprod[9]="POLYDECK FC";
arrprod[10]="POLYDECK UV";
arrprod[11]="FLORCOAT EP";
arrprod[12]="FLORCOAT WB";
arrprod[13]="FLORTHANE";
arrprod[14]="FLORTHANE UV";
arrprod[15]="FLORTHANE SF";
arrprod[16]="FLORTHANE WB";
arrprod[17]="FLORGARD CR";
arrprod[18]="FLORGARD SL";
arrprod[19]="FLORGARD SLP";
arrprod[20]="FLORSCREED";
arrprod[21]="FLORSCREED SL";
arrprod[22]="FLORGARD ESD";
arrprod[23]="FLORGIENE SL";
arrprod[24]="FLORGIENE PU";
arrprod[25]="FLORGIENE MD";
arrprod[26]="FLORGIENE ESD MD";
arrprod[27]="CLEARSEAL";
arrprod[28]="CLEARSEAL XT";
arrprod[29]="DURASEAL";
arrprod[30]="WALGARD WB";
arrprod[31]="WALGARD WBA";
arrprod[32]="WALKOTE";
arrprod[33]="WALKOTE C";
arrprod[34]="SEALCRETE";
arrprod[35]="ELASTOCRETE";
arrprod[36]="FLEXCRETE";
arrprod[37]="FLEXBOND";
arrprod[38]="ADDFLEX";
arrprod[39]="DURASHIELD SB";
arrprod[40]="DURASHIELD WB";
arrprod[41]="DURAFLEX FR";
arrprod[42]="DURASPORT";
arrprod[43]="FLORDECO";  
