function cntcInfo() 
{
   var daFrm = document.leftFrm; 
   var daFld = daFrm.appSlctr;
   var daVal = daFld.options[daFld.selectedIndex].value;

   document.getElementById('sc1').style.visibility = "hidden";
   document.getElementById('sc2').style.visibility = "hidden";
   document.getElementById('sc3').style.visibility = "hidden";
   document.getElementById('sc4').style.visibility = "hidden";
   document.getElementById('sc5').style.visibility = "hidden";
   document.getElementById('sc6').style.visibility = "hidden";
   document.getElementById('sc7').style.visibility = "hidden";
   document.getElementById('sc8').style.visibility = "hidden";
   document.getElementById('sc9').style.visibility = "hidden";
   document.getElementById('sc10').style.visibility = "hidden";
   document.getElementById('sc11').style.visibility = "hidden";
   document.getElementById('sc12').style.visibility = "hidden";
   document.getElementById('sc13').style.visibility = "hidden";
   document.getElementById('sc14').style.visibility = "hidden";
   document.getElementById('sc15').style.visibility = "hidden";
   document.getElementById('sc16').style.visibility = "hidden";
   document.getElementById('sc17').style.visibility = "hidden";
   document.getElementById('sc18').style.visibility = "hidden";
   document.getElementById('sc19').style.visibility = "hidden";
   document.getElementById('sc20').style.visibility = "hidden";


            switch (daVal)
               {case "sc1": document.getElementById('sc1').style.visibility = "visible"; break;
                case "sc2": document.getElementById('sc2').style.visibility = "visible"; break;
                case "sc3": document.getElementById('sc3').style.visibility = "visible"; break;
                case "sc4": document.getElementById('sc4').style.visibility = "visible"; break;
                case "sc5": document.getElementById('sc5').style.visibility = "visible"; break;
                case "sc6": document.getElementById('sc6').style.visibility = "visible"; break;
                case "sc7": document.getElementById('sc7').style.visibility = "visible"; break;
                case "sc8": document.getElementById('sc8').style.visibility = "visible"; break;
                case "sc9": document.getElementById('sc9').style.visibility = "visible"; break;
                case "sc10": document.getElementById('sc10').style.visibility = "visible"; break;
                case "sc11": document.getElementById('sc11').style.visibility = "visible"; break;
                case "sc12": document.getElementById('sc12').style.visibility = "visible"; break;
                case "sc13": document.getElementById('sc13').style.visibility = "visible"; break;
                case "sc14": document.getElementById('sc14').style.visibility = "visible"; break;
                case "sc15": document.getElementById('sc15').style.visibility = "visible"; break;
                case "sc16": document.getElementById('sc16').style.visibility = "visible"; break;
                case "sc17": document.getElementById('sc17').style.visibility = "visible"; break;
                case "sc18": document.getElementById('sc18').style.visibility = "visible"; break;
		    case "sc19": document.getElementById('sc19').style.visibility = "visible"; break;
		    case "sc20": document.getElementById('sc20').style.visibility = "visible"; break;
			}

}


//Show Top Banner -- Look at screen width 800 | 1024 and show content depending on screen width
function showtopBanner()	{
var scrn_wdth = screen.width;
var topBnnr = "";
var img1 = "";
var img2 = "";

	if (scrn_wdth >= 1000) {
	img1 += "<img src=\"media/img/topNav_img1.jpg\" width=\"379\" height=\"298\" border=\"0\">";
	img2 += "<img src=\"media/img/SUPERIOR.jpg\" width=\"424\" height=\"252\" border=\"0\">";
	} else {
	img1 += "<img src=\"media/img/topNav_img1.jpg\" width=\"279\" height=\"219\" border=\"0\">";
	img2 += "<img src=\"media/img/SUPERIOR.jpg\" width=\"291\" height=\"176\" border=\"0\">";
	}
	
topBnnr += "<table background=\"\" width=\"850\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
topBnnr += "<tr>";
topBnnr += "<td rowspan=\"2\" width=\"1%\">"+ img1 +"</td>";
topBnnr += "<td align=\"center\" valign=\"top\" width=\"99%\" height=\"40\">";
topBnnr += "<br>";
topBnnr += "<table background=\"\" width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
topBnnr += "<tr align=\"center\">";
topBnnr += "<td width=\"19%\"><div id=\"\" class=\"BKIMenu\"><a href=\"index.html\">Home</a></div></td>";
topBnnr += "<td width=\"27%\"><div id=\"\" class=\"BKIMenu\"><a href=\"bki_aboutus.html\">About Buckeye</a></div></td>";
topBnnr += "<td width=\"27%\"><div id=\"\" class=\"BKIMenu\"><a href=\"bki_international.html\">International</a></div></td>";
topBnnr += "<td width=\"27%\"><div id=\"\" class=\"BKIMenu\"><a href=\"bki_contactus.html\">Contact Us</a></div></td>";
topBnnr += "</tr>";
topBnnr += "</table>";
topBnnr += "</td>";
topBnnr += "</tr>";
topBnnr += "<tr>";
topBnnr += "<td align=\"center\" valign=\"bottom\">"+ img2 +"</td>";
topBnnr += "</tr>";
topBnnr += "</table>";

return topBnnr;	
}


//Contents for menu 1
var menu1=new Array()
menu1[0]='<span class="prdctMenu">&nbsp;<a href="prdct_overview.html">Product Overview</a>&nbsp;</span><br>'
menu1[1]='<span class="prdctMenu">&nbsp;<a href="prdct_finishing.html">Finishing</a>&nbsp;</span><br>'
menu1[2]='<span class="prdctMenu">&nbsp;<a href="prdct_crckRdctn.html">Crack Reduction</a>&nbsp;</span><br>'
menu1[3]='<span class="prdctMenu">&nbsp;<a href="prdct_hydration.html">Hydration</a>&nbsp;</span><br>'
menu1[4]='<span class="prdctMenu">&nbsp;<a href="prdct_bonding.html">Bonding with Cement</a>&nbsp;</span><br>'
menu1[5]='<span class="prdctMenu">&nbsp;<a href="prdct_visible.html">Making the Invisible Visible</a>&nbsp;</span><br>'
menu1[6]='<span class="prdctMenu">&nbsp;<a href="prdct_growFiber.html">Grows Fiber Usage</a>&nbsp;</span><br>'
menu1[7]='<span class="prdctMenu">&nbsp;<a href="prdct_tecnical.html">Technical</a>&nbsp;</span><br>'


//Contents for menu 2
var menu2=new Array()
menu2[0]='<span class="prdctMenu">&nbsp;<a href="">Commercial Applications</a>&nbsp;</span><br>'
menu2[1]='<span class="prdctMenu">&nbsp;<a href="app_slabGrd.html">Residential Slab-on-Grade</a>&nbsp;</span><br>'
menu2[2]='<span class="prdctMenu">&nbsp;<a href="app_decCnctrt.html">Decorative Concrete</a>&nbsp;</span><br>'
menu2[3]='<span class="prdctMenu">&nbsp;<a href="app_precast.html">Precast Applications</a>&nbsp;</span><br>'
menu2[4]='<span class="prdctMenu">&nbsp;<a href="">Pervious Concrete</a>&nbsp;</span><br>'
menu2[5]='<span class="prdctMenu">&nbsp;<a href="">White Topping</a>&nbsp;</span><br>'

//Contents for menu 3
var menu3=new Array()
menu3[0]='<span class="prdctMenu">&nbsp;<a href="atBlk_description.html">Description</a>&nbsp;</span><br>'
menu3[1]='<span class="prdctMenu">&nbsp;<a href="atBlk_advantages.html">Huge Advantages</a>&nbsp;</span><br>'
menu3[2]='<span class="prdctMenu">&nbsp;<a href="atBlk_pics.html">Photographs</a>&nbsp;</span><br>'
menu3[3]='<span class="prdctMenu">&nbsp;<a href="atBlk_alternatives.html">Alternatives</a>&nbsp;</span><br>'

//Contents for menu 4
var menu4=new Array()
menu4[0]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/ae_manual_files/AE_Manual_Table_of_Contents.pdf">Table of Contents</a>&nbsp;</span><br>'
menu4[1]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/ae_manual_files/ASTM_Documents.pdf">ASTM Documents</a>&nbsp;</span><br>'
menu4[2]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/ae_manual_files/International_Code_Council_Documents.pdf">International Code Council Documents</a>&nbsp;</span><br>'
menu4[3]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/ae_manual_files/Product_Information.pdf">Product Information</a>&nbsp;</span><br>'
menu4[4]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/ae_manual_files/Specification_Documents.pdf">Specification Documents</a>&nbsp;</span><br>'
menu4[5]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/ae_manual_files/UL_Classification_Documents.pdf">UL Classification Documents</a>&nbsp;</span><br>'
menu4[6]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/ae_manual_files/Certification_Documents.pdf">Certification Documents</a>&nbsp;</span><br>'


//Contents for menu 5
var menu5=new Array()
menu5[0]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/BTB_1_Plastic_Shrinkage_Crack_Reduction.pdf">BTB 1 - Plastic Shrinkage Crack Reduction</a>&nbsp;</span><br>'
menu5[1]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/BTB_2_Finishability.pdf">BTB 2 - Finishability</a>&nbsp;</span><br>'
menu5[2]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/BTB_3_Alkali_Resistance.pdf">BTB 3 - Alkali Resistance</a>&nbsp;</span><br>'
menu5[3]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/BTB_4_Hydration_Benefit.pdf">BTB 4 - Hydration Benefit</a>&nbsp;</span><br>'
menu5[4]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/BTB_5_Compressive_Strength_Benefit.pdf">BTB 5 - Compressive Strength</a>&nbsp;</span><br>'
menu5[5]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/BTB_6_Invisible_Nature.pdf">BTB 6 - Invisible Nature</a>&nbsp;</span><br>'
menu5[6]='<span class="prdctMenu">&nbsp;<a href="media/pdfs/BTB_7_Freeze_Thaw_Durability.pdf">BTB 7 - Freeze Thaw Durability</a>&nbsp;</span><br>'


//Contents for menu 6
var menu6=new Array()
menu6[0]='<span class="prdctMenu">&nbsp;<a href="">Various Projects - Coming Soon</a>&nbsp;</span><br>'



//Contents for menu 7
var menu7=new Array()
menu7[0]='<span class="prdctMenu">&nbsp;<a href="tstmnl_crckRdctn.html">Crack Reduction</a>&nbsp;</span><br>'
menu7[1]='<span class="prdctMenu">&nbsp;<a href="tstmnl_finishing.html">Finishing</a>&nbsp;</span><br>'
menu7[2]='<span class="prdctMenu">&nbsp;<a href="tstmnl_ABD.html">Automated&nbsp;Bulk&nbsp;Dispenser</a>&nbsp;</span><br>'
menu7[3]='<span class="prdctMenu">&nbsp;<a href="tstmnl_FRC.html">Grows FRC Sales</a>&nbsp;</span><br>'



		
var menuwidth='250px' //default menu width
var menubgcolor='#748B9B'  //menu bgcolor
var disappeardelay=2000  //menu disappear speed onMouseout (in miliseconds)

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+';border-color:color{red}" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=-500
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=10
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15: window.pageXOffset//+window.innerWidth-200
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x+120//clearbrowseredge(obj, "rightedge")+"px" -- old version 
dropmenuobj.style.top=dropmenuobj.y//-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"  -- old version 
}

return clickreturnvalue()
}

function clickreturnvalue(e){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

//if (hidemenu_onclick=="yes")
//document.onclick=hidemenu

