
<!--
var textdefault="At Matt Sweeney Special Effects,<br>we're always thinking up something new!"
var mozillaformat=document.getElementById&&!document.all
var ieformat=document.all
var textoption=new Array()
textoption[0]="Contact Information"
textoption[1]="PRICES and PRODUCTS, in one easy look up table"
textoption[2]="Our Newest Products"
textoption[3]="Diamond Sheaves from 3/64in. to 1/2in., available in high speed and lightened versions"
textoption[4]="Diamond Snatch Blocks available from 3/64 inch to 1/2 inch capacity"
textoption[5]="Pear Snatch Blocks from 1/8in. to 1/2in capacity"
textoption[6]="Shackles of various sizes for sheaves and quick release latches"
textoption[7]="Quick Release Latches, used to drop loads on cue.  200lb. to 10,00lb WLL"
textoption[8]="Cable Cutters by Movie Works for cable sizes 1/16in. to 3/8in."
textoption[9]="Low Pressure Blood Hit Gun"
textoption[10]="Select Fire Capsule Launcher a.k.a. Sweeney Gun.  For producing bullet hit effects"
textoption[11]="Trunnion Launcher guns, molds and clamps "
textoption[12]="Glass Breakers / Poppers, used to break tempered glass on cue"
textoption[13]="Flying harnesses of all sizes, adult, children and custom flying suits"
textoption[14]="Sorbothane  in various colors and thickness."
textoption[15]="bullet hit shields, bullet hit dimplers, Reel Blood, rain heads and much more"
textoption[16]="Castellated squib bolts, pip pins and other misc. parts and services"
textoption[17]="Used and New useful equipment"
textoption[18]="Pulleys in various sizes"
textoption[19]="Our photo album showing &quot;What we do with your money&quot;"
textoption[20]="Matt's Film Credits<br>and Academy Awards"
textoption[21]="Special Effects Professional<br>and SPFX Community links"
textoption[22]=""
function defaulttext(container_id) {
    if (ieformat) eval("document.all."+container_id).innerHTML=textdefault
    else if (mozillaformat) document.getElementById(container_id).innerHTML=textdefault
}
function rollovertext(optionnumber, container_id) {
    if (ieformat) eval("document.all."+container_id).innerHTML=textoption[optionnumber]
    else if (mozillaformat) document.getElementById(container_id).innerHTML=textoption[optionnumber]
}
// -->

