var MENU_product_lines=new Array()
MENU_product_lines[0]='<img src="../images/menu_text/glass.jpg" width="156" height="19" / border="0">'
MENU_product_lines[1]='<a href="../product_lines_overview.cfm">OVERVIEW</a>'
MENU_product_lines[2]='<a href="../prod_line_pg1.cfm">PRODUCT LINES</a>'
MENU_product_lines[3]='<a href="../admin/product_line_details.cfm?product_line_id=all">PRODUCT CATALOG</a>'
/*MENU_product_lines[4]='<img src="images/menu_text/hardware_solutions.jpg" width="156" height="19" / border="0">'
MENU_product_lines[5]='<a href="admin/product_line_details.cfm?product_line_id=all">MOVABLE STACKABLE DOORS</a>'
MENU_product_lines[6]='<a href="admin/product_line_details.cfm?product_line_id=all">STRAIGHT SLIDING DOORS</a>'
MENU_product_lines[7]='<a href="admin/product_line_details.cfm?product_line_id=all">CUSTOM SOLUTIONS</a>'*/
var MENU_capabilities=new Array()
MENU_capabilities[0]='<img src="../images/menu_text/glass.jpg" width="156" height="19" / border="0">'
MENU_capabilities[1]='<a href="../cap_lamination.cfm">LAMINATION</a>'
MENU_capabilities[2]='<a href="../cap_tempering.cfm">TEMPERING</a>'
MENU_capabilities[3]='<a href="../cap_color_matching.cfm">COLOR MATCHING</a>'
MENU_capabilities[4]='<a href="../cap_backpainting.cfm">BACKPAINTING</a>'
MENU_capabilities[5]='<a href="../cap_etching.cfm">ETCHING</a>'
MENU_capabilities[6]='<a href="../cap_graphics_in_glass.cfm">GRAPHICS IN GLASS</a>'
MENU_capabilities[7]='<a href="../cap_materials_in_glass.cfm">MATERIALS IN GLASS</a>'
MENU_capabilities[8]='<a href="../cap_cathedral_windows.cfm">CATHEDRAL WINDOWS</a>'
MENU_capabilities[9]='<a href="../cap_glass_flooring.cfm">FLOORING</a>'
MENU_capabilities[10]='<a href="../cap_glass_countertops.cfm">COUNTERTOPS</a>'
MENU_capabilities[11]='<a href="../cap_bent_glass.cfm">BENT GLASS</a>'
MENU_capabilities[12]='<a href="../cap_gallery_tile.cfm">GALLERY TILE</a>'
MENU_capabilities[13]='<img src="../images/menu_text/afterwork.jpg" width="156" height="19" / border="0">'
MENU_capabilities[14]='<a href="../cap_edge_conditions.cfm">EDGE CONDITIONS</a>'
MENU_capabilities[15]='<a href="../cap_drilled_holes.cfm">DRILLED HOLES & CUTOUTS</a>'
MENU_capabilities[16]='<a href="../cap_shapes.cfm">SHAPES</a>'
MENU_capabilities[17]='<a href="../cap_insulated_panels.cfm">INSULATED PANELS</a>'
MENU_capabilities[18]='<img src="../images/menu_text/services.jpg" width="156" height="19" / border="0">'
MENU_capabilities[19]='<a href="../cap_installation_services.cfm">INSTALLATIONS</a>'
var MENU_samples=new Array()
MENU_samples[0]='<a href="../samples_about_samples.cfm">ABOUT SAMPLES</a>'
MENU_samples[1]='<a href="../admin/sample_request.cfm?sample=true">REQUEST SAMPLES</a>'
MENU_samples[2]='<a href="../samples_box.cfm">SAMPLE BOX</a>'
MENU_samples[3]='<a href="../samples_binders.cfm">SAMPLE BINDERS</a>'
MENU_samples[4]='<a href="../samples_custom.cfm">CUSTOM SAMPLES</a>'
MENU_samples[5]='<a href="../samples_for_contractors.cfm">FOR CONTRACTORS</a>'
var MENU_order_information=new Array()
MENU_order_information[0]='<a href="../order_pricing.cfm">PRICING</a>'
MENU_order_information[1]='<a href="../order_lead_time.cfm">LEAD TIME</a>'
MENU_order_information[2]='<a href="../order_terms_of_payment.cfm">PAYMENT TERMS</a>'
MENU_order_information[3]='<a href="../order_shipping.cfm">SHIPPING INFO</a>'
var MENU_technical=new Array()
MENU_technical[0]='<a href="../technical_laminated_glass.cfm">LAMINATED & TEMPERED GLASS</a>'
MENU_technical[1]='<a href="../technical_safety_ratings.cfm">SAFETY RATINGS</a>'
MENU_technical[2]='<a href="../technical_light_transmission.cfm">SOUND & LIGHT TRANSMISSION</a>'
MENU_technical[3]='<a href="../technical_warranties.cfm">WARRANTIES</a>'
MENU_technical[4]='<a href="../technical_disclaimers.cfm">DISCLAIMERS</a>'
var MENU_company=new Array()
MENU_company[0]='<a href="../technical_laminated_glass.cfm">NEWS</a>'
MENU_company[1]='<a href="../company.cfm">ABOUT US</a>'
	
var disappeardelay=250
var horizontaloffset=2
var ie4=document.all
var ns6=document.getElementById&&!document.all
if (ie4||ns6)
document.write('<div id="flyoutmenudiv" style="visibility:hidden;width:160px; z-index:150;" 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
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=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x-obj.offsetWidth < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
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){ //move menu up?
edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then)
edgeoffset=dropmenuobj.y
}
}
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("flyoutmenudiv") : flyoutmenudiv
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-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px"
}
return clickreturnvalue()
}
function clickreturnvalue(){
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)
}
