var linkset=new Array()
linkset[0]='<a href="PDF/Section%2001%20General%20Purpose%20Castables.pdf" target="_blank">General Purpose Castables</a>'
linkset[0]+='<a href="PDF/Section%2002%20Extreme%20Temperature%20Castables.pdf" target="_blank">Extreme Temperature Castables</a>'
linkset[0]+='<a href="PDF/Section%2003%20Extra%20Strength%20Castables.pdf" target="_blank">Extra Strength Castables</a>'
linkset[0]+='<a href="PDF/Section%2004%20Insulating%20Castables.pdf" target="_blank">Insulating Castables</a>'
linkset[0]+='<a href="PDF/Section%2005%20Gunning%20Mixes.pdf" target="_blank">Gunning Mixes</a>'
linkset[0]+='<a href="PDF/Section%2006%20Mortars%20and%20Coatings.pdf" target="_blank">Mortars and Coatings</a>'
linkset[0]+='<a href="PDF/Section%2007%20Firebrick%20and%20Other%20Products.pdf" target="_blank">Firebrick and Other Products</a>'
linkset[0]+='<a href="PDF/Section%2008%20Plastics.pdf" target="_blank">Plastics</a>'
linkset[0]+='<a href="PDF/Section%2009%20Basic%20Products.pdf" target="_blank">Basic Products</a>'
linkset[0]+='<a href="PDF/Section%2010%20Low%20Cement%20Castables.pdf" target="_blank">Low Cement Castables</a>'
linkset[0]+='<a href="PDF/Section%2011%20Special%20Products.pdf" target="_blank">Special Products</a>'

linkset[1]='<a href="PDF/Conventional%20Castables%20Recommendations.pdf" target="_blank">Conventional Castables</a>'
linkset[1]+='<a href="PDF/Gunning%20Mixes%20Instructions.pdf" target="_blank">Gunning Mixes</a>'
linkset[1]+='<a href="PDF/Insulating%20Castable%20Recommendations.pdf" target="_blank">Insulating Castables</a>'
linkset[1]+='<a href="PDF/Plastic%20Guidelines.pdf" target="_blank">Plastics</a>'
linkset[1]+='<a href="PDF/ULTRA-TEK%20Instructions.pdf" target="_blank">ULTRA-TEK Castables</a>'
linkset[1]+='<a href="PDF/ULTRA-TEK%20Shotcrete%20Guidelines.pdf" target="_blank">Shotcrete Instructions</a>'
linkset[1]+='<a href="PDF/SUPER%20HI-MUL%20Instructions.pdf" target="_blank">SUPER HI-MUL Instructions</a>'
linkset[1]+='<a href="PDF/WATERPROOF%20HI-TEMP%20Mortar%20Instructions.pdf" target="_blank">WATERPROOF HI-TEMP Mortar Instructions</a>'

linkset[2]='<a href="PDF/DryOutHeatUpSchedule-Castables.pdf" target="_blank">Castables</a>'
linkset[2]+='<a href="PDF/DryOutHeatUpSchedule-QF.pdf" target="_blank">QF Materials</a>'
linkset[2]+='<a href="PDF/DryOutHeatUpSchedule-Q-Tek%20Materials.pdf" target="_blank">Q-TEK Materials</a>'
linkset[2]+='<a href="PDF/DryOutHeatUpSchedule-Ultra-Tek.pdf" target="_blank">ULTRA-TEK</a>'
linkset[2]+='<a href="PDF/DryOutHeatUpSchedule-Ultra-Tek%20PDQ.pdf" target="_blank">ULTRA-TEK PDQ</a>'

linkset[3]='<a href="PDF/CementKilns.pdf" target="_blank">ULTRA-TEK Shotcrete and Gunning Mixes</a>'
linkset[3]+='<a href="PDF/ISI Cement List.pdf" target="_blank">Recent Cement Industry Experience</a>'
linkset[3]+='<a href="RelatedMSDS.html">Related MSDS</a>'
linkset[3]+='<a href="RelatedTechData.html">Related Tech Data</a>'

linkset[4]='<a href="Newsletters/TheBuzz-May 2010.pdf" target="_blank">Current - May, 2010</a>'
linkset[4]+='<a href="Newsletters/TheBuzz-October 2009.pdf" target="_blank">Archived - October, 2009</a>'
linkset[4]+='<a href="Newsletters/TheBuzz-June 2009.pdf" target="_blank">Archived - June, 2009</a>'
linkset[4]+='<a href="Newsletters/TheBuzz-February 2009.pdf" target="_blank">Archived - February, 2009</a>'
linkset[4]+='<a href="Newsletters/TheBuzz-September 2008.pdf" target="_blank">Archived - September, 2008</a>'
linkset[4]+='<a href="Newsletters/TheBuzz-February 2008.pdf" target="_blank">Archived - Shotcrete Challenge - February, 2008</a>'
linkset[4]+='<a href="Newsletters/TheBuzz-Cement Edition-November 2007.pdf" target="_blank">Archived - Special Cement Edition - November, 2007</a>'
linkset[4]+='<a href="Newsletters/TheBuzz-September 2007.pdf" target="_blank">Archived - September, 2007</a>'
linkset[4]+='<a href="Newsletters/TheBuzz-June 2007.pdf" target="_blank">Archived - June, 2007</a>'

//linkset[0]<cfif currentrow neq 1>+</cfif>='<a href="pages.cfm?id=#id#">#name#</a>'

var defaultMenuWidth="210px"

var ie5=document.all && !window.opera
var ns6=document.getElementById
if (ie5||ns6)
document.write('<div id="popitmenu" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>')
function iecompattest(){
return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body
}
function showmenu(e, which, optWidth){
if (!document.all&&!document.getElementById)
return
clearhidemenu()
menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu")
menuobj.innerHTML=which
menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth
menuobj.contentwidth=menuobj.offsetWidth
menuobj.contentheight=menuobj.offsetHeight
eventX=ie5? event.clientX : e.clientX
eventY=ie5? event.clientY : e.clientY
//Find out how close the mouse is to the corner of the window
var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX
var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<menuobj.contentwidth)
//move the horizontal position of the menu to the left by it's width
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX-menuobj.contentwidth+"px" : window.pageXOffset+eventX-menuobj.contentwidth+"px"
else
//position the horizontal position of the menu where the mouse was clicked
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX+"px" : window.pageXOffset+eventX+"px"
//same concept with the vertical position
if (bottomedge<menuobj.contentheight)
menuobj.style.top=ie5? iecompattest().scrollTop+eventY-menuobj.contentheight+"px" : window.pageYOffset+eventY-menuobj.contentheight+"px"
else
menuobj.style.top=ie5? iecompattest().scrollTop+event.clientY+"px" : window.pageYOffset+eventY+"px"
menuobj.style.visibility="visible"
return false
}
function contains_ns6(a, b) {
//Determines if 1 element in contained in another- by Brainjar.com
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
function hidemenu(){
if (window.menuobj)
menuobj.style.visibility="hidden"
}
function dynamichide(e){
if (ie5&&!menuobj.contains(e.toElement))
hidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
hidemenu()
}
function delayhidemenu(){
delayhide=setTimeout("hidemenu()",500)
}
function clearhidemenu(){
if (window.delayhide)
clearTimeout(delayhide)
}
if (ie5||ns6)
document.onclick=hidemenu