From: <Saved by Windows Internet Explorer 7>
Subject: Lighting Info
Date: Thu, 15 Feb 2007 18:57:29 -0800
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_000B_01C75133.24532840"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_000B_01C75133.24532840
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: file://C:\Documents and Settings\user\My Documents\WWW\Chromakinetics\Lighting.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns=3D"http://www.w3.org/1999/xhtml"><HEAD><TITLE>Lighting =
Info</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<SCRIPT language=3DJavaScript>
// preload images

imageb0 =3D new Image(24,39)
imageb1 =3D new Image(24,39)
imagebt =3D new Image(264,32)
imageb0.src =3D "dip-sw0.gif"
imageb1.src =3D "dip-sw1.gif"
imagebt.src =3D "dip-sw_top.gif"


// --------------------

function do_it()
	{
	if (document.input.channel.value > 511)
		{
		alert("Value too high!")
		return false
		}
	else
		{
		if (document.input.channel.value < 1)
			{
			alert("Value too low!")
			return false
			}
		else
			{
			display_number()
			dec2bin()
			display_binary()
			}
		}
	return true
	}

// --------------------

function dec2bin()
	{
// this converts the decimal value the user inputs, and returns the =
binary
// equivalent to the relevant field on the form
	channel_no =3D document.input.channel.value
	var bin_out =3D ""
	var bin_test =3D "512"
	for (loop=3D9; loop > 0; loop--)
		{
		bin_test /=3D  2
		bin_cond =3D channel_no/bin_test
		if (bin_cond >=3D 1)
			{
			bin_out +=3D "1"
			channel_no -=3D bin_test
			}
		else
			{
			bin_out +=3D "0"
			}
		}
	document.input.binary.value=3Dbin_out
	}

// --------------------

function display_binary()
	{
// this displays the binary number created by dec2bin, in graphical =
format.
	bin =3D document.input.binary.value
	document.tfs.src =3D "dip-sw" + bin.substring(0,1) + ".gif"
	document.ote.src =3D "dip-sw" + bin.substring(1,2) + ".gif"
	document.sf.src =3D "dip-sw" + bin.substring(2,3) + ".gif"
	document.tt.src =3D "dip-sw" + bin.substring(3,4) + ".gif"
	document.s.src =3D "dip-sw" + bin.substring(4,5) + ".gif"
	document.e.src =3D "dip-sw" + bin.substring(5,6) + ".gif"
	document.f.src =3D "dip-sw" + bin.substring(6,7) + ".gif"
	document.t.src =3D "dip-sw" + bin.substring(7,8) + ".gif"
	document.o.src =3D "dip-sw" + bin.substring(8,9) + ".gif"
	}

// --------------------

function display_number()
	{
// this displays the decimal input on three seven segment displays
	channel_no=3Ddocument.input.channel.value
	}
</SCRIPT>

<STYLE type=3Dtext/css>.style1 {
	FONT-SIZE: small; FONT-FAMILY: Arial, Helvetica, sans-serif
}
</STYLE>

<META content=3D"MSHTML 6.00.6000.16414" name=3DGENERATOR></HEAD>
<BODY>
<H1>Lighting Info</H1>
<P>Database compiled from lots of sources by <A=20
href=3D"http://www.chromakinetics.com/">chromakinetics.com</A> </P>
<H2><A id=3DTOC name=3DTOC></A>Table of Contents</H2>
<UL>
  <LI><A=20
  =
href=3D"#CableSpecs">Cable=20
  Specs</A>=20
  <LI><A=20
  =
href=3D"#CableAmpRatings">Cable=20
  Amp Ratings</A>=20
  <LI><A=20
  =
href=3D"#AmpRatingsforFeeders">Amp=20
  Ratings for Feeders</A>=20
  <LI><A=20
  =
href=3D"#GelInfo">Gel=20
  Info </A>
  <LI><A=20
  =
href=3D"#GelCrossReference">Gel=20
  Cross Reference </A>
  <LI><A=20
  =
href=3D"#GoboSizes">Gobo=20
  Sizes </A>
  <LI><A=20
  =
href=3D"#GoboSizesforFixtures">Gobo=20
  Sizes for Fixtures </A>
  <LI><A=20
  =
href=3D"#PAR64lampData">PAR=20
  lamps</A>=20
  <LI><A=20
  =
href=3D"#FresnelBeamSpreads">Fresnel=20
  Beam Spreads </A>
  <LI><A=20
  =
href=3D"#ERSBeamSpreads">ERS=20
  Beam Spreads</A>=20
  <LI><A=20
  =
href=3D"#Beamdiameterasafunctionofthrowdistance">ERS=20
  Beam Diameter vs Throw </A>
  <LI><A=20
  =
href=3D"#PowerFormulas">Power=20
  Formulas </A>
  <LI><A=20
  =
href=3D"#DCvoltagedropofcable">Cable=20
  Voltage Drop</A>=20
  <LI><A=20
  =
href=3D"#Unitconversions">Unit=20
  Conversions</A>=20
  <LI><A=20
  =
href=3D"#Calculationsforbeamspreads">Beam=20
  Calculations</A>=20
  <LI><A=20
  =
href=3D"#DMXAddressCalculator">DMX=20
  Address Calculator </A></LI></UL>
<H2><A id=3DCableSpecs name=3DCableSpecs></A>Cable Specs</H2>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D1>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop width=3D112>
      <P align=3Dright><STRONG>S Cord </STRONG></P></TD>
    <TD vAlign=3Dtop width=3D978>Two or more stranded conductors with a =
serving of=20
      cotton between the copper and the insulation. Jute or other =
fillers are=20
      twisted together with the conductors to make a round assembly. =
Outer=20
      jacket of high quality rubber.</TD></TR>
  <TR>
    <TD>
      <DIV align=3Dright><STRONG>SJ Cord =
</STRONG></STRONG></STRONG></DIV>
      <DIV align=3Dcenter></DIV>
      <DIV align=3Dcenter></DIV></TD>
    <TD>Same as "S" but with lighter jacket</TD></TR>
  <TR>
    <TD vAlign=3Dtop>
      <P align=3Dright><STRONG><STRONG>SV Cord =
&nbsp;</STRONG></STRONG></P></TD>
    <TD vAlign=3Dtop>Same as "SJ" but with even lighter jacket</TD></TR>
  <TR>
    <TD vAlign=3Dtop>
      <P align=3Dright><STRONG>ST, SJT, SVT &nbsp;</STRONG></P></TD>
    <TD vAlign=3Dtop>Follow same progression as above, but with =
thermoplastic=20
      jacket</TD></TR>
  <TR>
    <TD vAlign=3Dtop>
      <DIV align=3Dright><STRONG>SO, SJO &nbsp;</STRONG></DIV></TD>
    <TD vAlign=3Dtop>Oil resistant jacket of neoprene</TD></TR>
  <TR>
    <TD vAlign=3Dtop>
      <DIV align=3Dright><STRONG>SC &nbsp;</STRONG></DIV></TD>
    <TD vAlign=3Dtop>NEC designation for entertainment industry and =
stage=20
      lighting cable; rated 600V Extra Hard Use</TD></TR>
  <TR>
    <TD vAlign=3Dtop>
      <DIV align=3Dright><STRONG>SCE &nbsp;</STRONG></DIV></TD>
    <TD vAlign=3Dtop>Same as above with PVC jacket</TD></TR>
  <TR>
    <TD vAlign=3Dtop>
      <DIV align=3Dright><STRONG>SCT &nbsp;</STRONG></DIV></TD>
    <TD vAlign=3Dtop>Same as above with TPE based=20
jacket</TD></TR></TBODY></TABLE><BR><A=20
href=3D"#TOC">Top</A>=20

<H2><A id=3DCableAmpRatings name=3DCableAmpRatings></A>Cable Amp =
Ratings</H2>
<TABLE cellSpacing=3D0 cellPadding=3D0>
  <TBODY>
  <TR>
    <TD>&nbsp;</TD>
    <TD vAlign=3Dtop>Here's a chart showing the gauge of cable necessary =
for=20
      certain load/distance combinations. Useful for those times when =
you need=20
      to run that 4th electric 2k from a FOH circuit, or to find out =
just how=20
      lightweight you can go for that pesky practical.</TD></TR>
  <TR>
    <TD>&nbsp;</TD>
    <TD vAlign=3Dtop height=3D24>
      <TABLE borderColor=3D#000000 cellSpacing=3D0 cellPadding=3D0 =
border=3D1>
        <TBODY>
        <TR>
          <TD width=3D"12%">&nbsp;</TD>
          <TD bgColor=3D#ffffcc colSpan=3D12>
            <DIV align=3Dcenter>Gauge for Rated Load in AMPS =
</DIV></TD></TR>
        <TR>
          <TD bgColor=3D#e0e0ff>
            <DIV align=3Dcenter><STRONG>Length</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>2</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>3</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>4</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>5</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>6</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>8</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>10</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>12</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>14</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>16</STRONG></DIV></TD>
          <TD width=3D"7%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>18</STRONG></DIV></TD>
          <TD width=3D"8%" bgColor=3D#ffffcc>
            <DIV align=3Dcenter><STRONG>20</STRONG></DIV></TD></TR>
        <TR>
          <TD bgColor=3D#e0e0ff>
            <DIV align=3Dcenter>25'</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>16</DIV></TD>
          <TD>
            <DIV align=3Dcenter>16</DIV></TD>
          <TD>
            <DIV align=3Dcenter>16</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD></TR>
        <TR>
          <TD bgColor=3D#e0e0ff>
            <DIV align=3Dcenter>50'</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>16</DIV></TD>
          <TD>
            <DIV align=3Dcenter>16</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD></TR>
        <TR>
          <TD bgColor=3D#e0e0ff>
            <DIV align=3Dcenter>100'</DIV></TD>
          <TD>
            <DIV align=3Dcenter>18</DIV></TD>
          <TD>
            <DIV align=3Dcenter>16</DIV></TD>
          <TD>
            <DIV align=3Dcenter>16</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD></TR>
        <TR>
          <TD bgColor=3D#e0e0ff>
            <DIV align=3Dcenter>150'</DIV></TD>
          <TD>
            <DIV align=3Dcenter>16</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD></TR>
        <TR>
          <TD bgColor=3D#e0e0ff>
            <DIV align=3Dcenter>200'</DIV></TD>
          <TD>
            <DIV align=3Dcenter>16</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD></TR>
        <TR>
          <TD bgColor=3D#e0e0ff>
            <DIV align=3Dcenter>250'</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>4</DIV></TD>
          <TD>
            <DIV align=3Dcenter>4</DIV></TD></TR>
        <TR>
          <TD bgColor=3D#e0e0ff>
            <DIV align=3Dcenter>300'</DIV></TD>
          <TD>
            <DIV align=3Dcenter>14</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>4</DIV></TD>
          <TD>
            <DIV align=3Dcenter>4</DIV></TD>
          <TD>
            <DIV align=3Dcenter>4</DIV></TD></TR>
        <TR>
          <TD bgColor=3D#e0e0ff>
            <DIV align=3Dcenter>400'</DIV></TD>
          <TD>
            <DIV align=3Dcenter>12</DIV></TD>
          <TD>
            <DIV align=3Dcenter>10</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>8</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>6</DIV></TD>
          <TD>
            <DIV align=3Dcenter>4</DIV></TD>
          <TD>
            <DIV align=3Dcenter>4</DIV></TD>
          <TD>
            <DIV align=3Dcenter>2</DIV></TD>
          <TD>
            <DIV align=3Dcenter>2</DIV></TD>
          <TD>
            <DIV align=3Dcenter>2</DIV></TD>
          <TD>
            <DIV =
align=3Dcenter>2</DIV></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD>&nbsp;</TD>
    <TD vAlign=3Dtop><EM>Backstage Handbook, Paul Carter=20
</EM></TD></TR></TBODY></TABLE><BR><A=20
href=3D"#TOC">Top</A>=20

<H2><A id=3DAmpRatingsforFeeders name=3DAmpRatingsforFeeders></A>Amp =
Ratings for=20
Feeders </H2>
<TABLE borderColor=3D#000000 cellSpacing=3D0 cellPadding=3D0 border=3D1>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><STRONG>AWG </STRONG></TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle><STRONG>60=BAC (140=BAF) </STRONG></TD>
    <TD align=3Dmiddle><STRONG>90=BAC (194=BAF) </STRONG></TD></TR>
  <TR>
    <TD bgColor=3D#808080></TD>
    <TD bgColor=3D#808080></TD>
    <TD bgColor=3D#808080></TD>
    <TD bgColor=3D#808080></TD></TR>
  <TR>
    <TD align=3Dmiddle>&nbsp;8 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>60 </TD>
    <TD align=3Dmiddle>80 </TD></TR>
  <TR>
    <TD align=3Dmiddle>6 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>80 </TD>
    <TD align=3Dmiddle>105 </TD></TR>
  <TR>
    <TD align=3Dmiddle>4 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>105 </TD>
    <TD align=3Dmiddle>140 </TD></TR>
  <TR>
    <TD align=3Dmiddle>3 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>120 </TD>
    <TD align=3Dmiddle>165 </TD></TR>
  <TR>
    <TD align=3Dmiddle>2 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>140 </TD>
    <TD align=3Dmiddle>170 </TD></TR>
  <TR>
    <TD align=3Dmiddle>1 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>165 </TD>
    <TD align=3Dmiddle>220 </TD></TR>
  <TR>
    <TD align=3Dmiddle>1/0 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>195 </TD>
    <TD align=3Dmiddle>260 </TD></TR>
  <TR>
    <TD align=3Dmiddle>2/0 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>225 </TD>
    <TD align=3Dmiddle>300 </TD></TR>
  <TR>
    <TD align=3Dmiddle>3/0 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>&nbsp;260 </TD>
    <TD align=3Dmiddle>350 </TD></TR>
  <TR>
    <TD align=3Dmiddle>&nbsp;4/0 </TD>
    <TD bgColor=3D#808080></TD>
    <TD align=3Dmiddle>300 </TD>
    <TD align=3Dmiddle>405 </TD></TR></TBODY></TABLE>
<P><EM>These ampacities are permitted for single conductor types SC, =
SCE, SCT=20
and W cable <BR>only where the individual conductors are not installed =
in a=20
raceway and are not in physical <BR>contact with each other except in =
lengths=20
not to exceed 24 inches where passing through <BR>the wall of an =
enclosure.=20
-1996 NEC</EM><BR><A=20
href=3D"#TOC">Top</A></P>
<H2><A id=3DGelInfo name=3DGelInfo></A>Gel Info</H2>
<H2>Roscolux</H2>
<P>Rosco has approximately 170 colors and frosts listed in their =
Roscolux swatch=20
book.&nbsp; Many more items are available in their Cinegel and CalColor =
swatch=20
books.&nbsp; Their numbering system is starting to get a little =
scattered but=20
falls into these basic (and subjective) categories:&nbsp; =
<BR>1-24:&nbsp; Ambers=20
and Yellows.&nbsp; <BR>25-27:&nbsp; Reds&nbsp; <BR>30-339: Pinks&nbsp;=20
<BR>40-342:&nbsp; More Reds&nbsp; <BR>43-46:&nbsp; More Pinks&nbsp;=20
<BR>47-359:&nbsp; Purples and Lavenders&nbsp; <BR>60-385:&nbsp; =
Blues&nbsp;=20
<BR>86-96:&nbsp; Greens&nbsp; <BR>97-98:&nbsp; Grays&nbsp; <BR>99:&nbsp; =

Chocolate&nbsp; <BR>100-163:&nbsp; Frosts&nbsp; <BR>3202-3318:&nbsp; =
Color=20
Correction&nbsp; <BR>Note the 300 series colors are listed with the sub =
100=20
series colors.&nbsp; This is because 300 series colors are the newer =
(and some=20
say sexier) Rosco colors.&nbsp; So if you were flipping through their =
swatch=20
book it would go 60-No color blue, 360 Clearwater, 61 Mist Blue, 62 =
Booster=20
Blue, 362 Tipton blue, 63 Pale Blue, etc.&amp; <A=20
href=3D"#TOC">Top</A>=20

<H2>Lee</H2>Lee has approximately 212 items in their swatch book =
including=20
color, frosts, and reflection materials.&nbsp; Lee publishes a Designers =
Edition=20
swatch book with the colors grouped by hue in addition to the Numeric=20
Edition.&nbsp;=20
<P></P>
<P>2-90:&nbsp; Similar to Roscolux colors of the same number&nbsp;=20
<BR>100-198:&nbsp; Similar to Cinemoid colors.&nbsp; Subtract 100 from =
the Lee=20
color to get the Cinemoid color number.&nbsp; <BR>200-299:&nbsp; Color =
corection=20
and diffusion&nbsp; <BR>322-366:&nbsp; More colors&nbsp; =
<BR>400-452:&nbsp; More=20
color correction and diffusion&nbsp; <BR><A=20
href=3D"#TOC">Top</A></P>
<H2>GAM</H2>The Great American Market (GAM) has approximately 200 colors =
and=20
frosts.&nbsp; Their GamFusion series of frosts won a award when it was =
first=20
introduced.&nbsp; The GAM numbering system is more structured than the =
other=20
two.&nbsp;=20
<P></P>
<P>10's:&nbsp; Diffusion&nbsp; <BR>100's:&nbsp; Magenta&nbsp; =
<BR>200's:&nbsp;=20
Red&nbsp; <BR>300's:&nbsp; Orange&nbsp; <BR>400's:&nbsp; Yellow&nbsp;=20
<BR>500's:&nbsp; Yellow Green&nbsp; <BR>600's:&nbsp; Green&nbsp;=20
<BR>700's:&nbsp; Blue Green&nbsp; <BR>800's:&nbsp; Blue&nbsp; =
<BR>900's:&nbsp;=20
Violet&nbsp; <BR>1500's:&nbsp; Color correction<BR><A=20
href=3D"#TOC">Top</A>=20

<H2><A id=3DGelCrossReference name=3DGelCrossReference></A>Gel Cross =
Reference</H2>
<TABLE borderColor=3D#000000 cellSpacing=3D0 cellPadding=3D0 border=3D1>
  <TBODY>
  <TR borderColor=3D#333333>
    <TD>LUX</TD>
    <TD bgColor=3D#ffff66>LEE</TD>
    <TD>APOLLO</TD>
    <TD bgColor=3D#ffccff>GAM</TD>
    <TD>LENE</TD>
    <TD bgColor=3D#ccffff>CINEGEL</TD>
    <TD>CINECOLOR</TD></TR>
  <TR borderColor=3D#333333>
    <TD>00</TD>
    <TD bgColor=3D#ffff66>130</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>-</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>01</TD>
    <TD bgColor=3D#ffff66>176</TD>
    <TD>7650</TD>
    <TD bgColor=3D#ffccff>310</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>-</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>02</TD>
    <TD bgColor=3D#ffff66>162</TD>
    <TD>7050</TD>
    <TD bgColor=3D#ffccff>340</TD>
    <TD>803</TD>
    <TD bgColor=3D#ccffff>-</TD>
    <TD>602</TD></TR>
  <TR borderColor=3D#333333>
    <TD>03</TD>
    <TD bgColor=3D#ffff66>108</TD>
    <TD>7700</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>04</TD>
    <TD bgColor=3D#ffff66>HT004</TD>
    <TD>7300</TD>
    <TD bgColor=3D#ffccff>325</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>304</TD>
    <TD bgColor=3D#ffff66>152</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>05</TD>
    <TD bgColor=3D#ffff66>-154</TD>
    <TD>7900</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>305</TD>
    <TD bgColor=3D#ffff66>151</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>06</TD>
    <TD bgColor=3D#ffff66>212</TD>
    <TD>6100</TD>
    <TD bgColor=3D#ffccff>510</TD>
    <TD>804</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>604</TD></TR>
  <TR borderColor=3D#333333>
    <TD>07</TD>
    <TD bgColor=3D#ffff66>HT007</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>08</TD>
    <TD bgColor=3D#ffff66>+103</TD>
    <TD>6600</TD>
    <TD bgColor=3D#ffccff>365</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3134</TD>
    <TD>605</TD></TR>
  <TR borderColor=3D#333333>
    <TD>09</TD>
    <TD bgColor=3D#ffff66>HT009</TD>
    <TD>7250</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>10</TD>
    <TD bgColor=3D#ffff66>HT010</TD>
    <TD>6300</TD>
    <TD bgColor=3D#ffccff>480</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>310</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>460</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>11</TD>
    <TD bgColor=3D#ffff66>102</TD>
    <TD>6400</TD>
    <TD bgColor=3D#ffccff>420</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>12</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>6200</TD>
    <TD bgColor=3D#ffccff>480</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>609</TD></TR>
  <TR borderColor=3D#333333>
    <TD>312</TD>
    <TD bgColor=3D#ffff66>101</TD>
    <TD>6500</TD>
    <TD bgColor=3D#ffccff>450</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>13</TD>
    <TD bgColor=3D#ffff66>HT013</TD>
    <TD>6700</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>14</TD>
    <TD bgColor=3D#ffff66>+102/104</TD>
    <TD>6800</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>+809</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>15</TD>
    <TD bgColor=3D#ffff66>HT015</TD>
    <TD>6900</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>810</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>16</TD>
    <TD bgColor=3D#ffff66>204</TD>
    <TD>7150</TD>
    <TD bgColor=3D#ffccff>+395/386</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3102</TD>
    <TD>613</TD></TR>
  <TR borderColor=3D#333333>
    <TD>316</TD>
    <TD bgColor=3D#ffff66>236</TD>
    <TD>7400</TD>
    <TD bgColor=3D#ffccff>+365</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3401</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>17</TD>
    <TD bgColor=3D#ffff66>017</TD>
    <TD>7200</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>610</TD></TR>
  <TR borderColor=3D#333333>
    <TD>317</TD>
    <TD bgColor=3D#ffff66>-147</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>811</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>18</TD>
    <TD bgColor=3D#ffff66>147</TD>
    <TD>7500</TD>
    <TD bgColor=3D#ffccff>375</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3106</TD>
    <TD>614</TD></TR>
  <TR borderColor=3D#333333>
    <TD>318</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>7800</TD>
    <TD bgColor=3D#ffccff>320</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>19</TD>
    <TD bgColor=3D#ffff66>HT019</TD>
    <TD>7850</TD>
    <TD bgColor=3D#ffccff>28</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>20</TD>
    <TD bgColor=3D#ffff66>HT020</TD>
    <TD>7350</TD>
    <TD bgColor=3D#ffccff>388</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>21</TD>
    <TD bgColor=3D#ffff66>HT021</TD>
    <TD>7450</TD>
    <TD bgColor=3D#ffccff>350/345</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>615</TD></TR>
  <TR borderColor=3D#333333>
    <TD>321</TD>
    <TD bgColor=3D#ffff66>134</TD>
    <TD>7550</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>612</TD></TR>
  <TR borderColor=3D#333333>
    <TD>22</TD>
    <TD bgColor=3D#ffff66>HT022</TD>
    <TD>7750</TD>
    <TD bgColor=3D#ffccff>-315</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>23</TD>
    <TD bgColor=3D#ffff66>-158/HT021</TD>
    <TD>7600</TD>
    <TD bgColor=3D#ffccff>345</TD>
    <TD>817</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>618</TD></TR>
  <TR borderColor=3D#333333>
    <TD>24</TD>
    <TD bgColor=3D#ffff66>24</TD>
    <TD>8200</TD>
    <TD bgColor=3D#ffccff>235</TD>
    <TD>819</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>25</TD>
    <TD bgColor=3D#ffff66>-164</TD>
    <TD>8250</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>818</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>26</TD>
    <TD bgColor=3D#ffff66>HT026</TD>
    <TD>8300</TD>
    <TD bgColor=3D#ffccff>245</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>621</TD></TR>
  <TR borderColor=3D#333333>
    <TD>27</TD>
    <TD bgColor=3D#ffff66>HT027</TD>
    <TD>8350</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>823</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>31</TD>
    <TD bgColor=3D#ffff66>107</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>32</TD>
    <TD bgColor=3D#ffff66>166</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>332</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>180</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>33</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>8550</TD>
    <TD bgColor=3D#ffccff>155</TD>
    <TD>825</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>624</TD></TR>
  <TR borderColor=3D#333333>
    <TD>333</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>106</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3313</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>34</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>8450</TD>
    <TD bgColor=3D#ffccff>190</TD>
    <TD>826</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>626</TD></TR>
  <TR borderColor=3D#333333>
    <TD>35</TD>
    <TD bgColor=3D#ffff66>110/HT035</TD>
    <TD>8600</TD>
    <TD bgColor=3D#ffccff>160/154</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>36</TD>
    <TD bgColor=3D#ffff66>HT036</TD>
    <TD>8500</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>825</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>37</TD>
    <TD bgColor=3D#ffff66>039</TD>
    <TD>8700</TD>
    <TD bgColor=3D#ffccff>105/152</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3308</TD>
    <TD>625</TD></TR>
  <TR borderColor=3D#333333>
    <TD>39</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>8900</TD>
    <TD bgColor=3D#ffccff>140</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>339</TD>
    <TD bgColor=3D#ffff66>+128</TD>
    <TD>8750</TD>
    <TD bgColor=3D#ffccff>140</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>41</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>8100</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>632</TD></TR>
  <TR borderColor=3D#333333>
    <TD>42</TD>
    <TD bgColor=3D#ffff66>113</TD>
    <TD>8400</TD>
    <TD bgColor=3D#ffccff>+235</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>620</TD></TR>
  <TR borderColor=3D#333333>
    <TD>342</TD>
    <TD bgColor=3D#ffff66>332</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>220</TD>
    <TD>832</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>43</TD>
    <TD bgColor=3D#ffff66>-128</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>-120</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>44</TD>
    <TD bgColor=3D#ffff66>002</TD>
    <TD>8650</TD>
    <TD bgColor=3D#ffccff>+130</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>631</TD></TR>
  <TR borderColor=3D#333333>
    <TD>344</TD>
    <TD bgColor=3D#ffff66>328</TD>
    <TD>8800</TD>
    <TD bgColor=3D#ffccff>-110</TD>
    <TD>828</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>45</TD>
    <TD bgColor=3D#ffff66>+128</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>46</TD>
    <TD bgColor=3D#ffff66>HT046</TD>
    <TD>8850</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>836</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD></TD></TR>
  <TR borderColor=3D#333333>
    <TD>47</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>3050</TD>
    <TD bgColor=3D#ffccff>990</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>638</TD></TR>
  <TR borderColor=3D#333333>
    <TD>48</TD>
    <TD bgColor=3D#ffff66>48</TD>
    <TD>3100</TD>
    <TD bgColor=3D#ffccff>995</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>49</TD>
    <TD bgColor=3D#ffff66>126</TD>
    <TD>3150</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>349</TD>
    <TD bgColor=3D#ffff66>126</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>838</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>50</TD>
    <TD bgColor=3D#ffff66>127</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>51</TD>
    <TD bgColor=3D#ffff66>136</TD>
    <TD>3200</TD>
    <TD bgColor=3D#ffccff>980</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>642</TD></TR>
  <TR borderColor=3D#333333>
    <TD>52</TD>
    <TD bgColor=3D#ffff66>HT052</TD>
    <TD>3250</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-840</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>53</TD>
    <TD bgColor=3D#ffff66>HT053</TD>
    <TD>3300</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>54</TD>
    <TD bgColor=3D#ffff66>702</TD>
    <TD>3350</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>55</TD>
    <TD bgColor=3D#ffff66>-137</TD>
    <TD>3400</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>355</TD>
    <TD bgColor=3D#ffff66>142</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>56</TD>
    <TD bgColor=3D#ffff66>343</TD>
    <TD>3450</TD>
    <TD bgColor=3D#ffccff>-945</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>57</TD>
    <TD bgColor=3D#ffff66>194</TD>
    <TD>3500</TD>
    <TD bgColor=3D#ffccff>+960</TD>
    <TD>--</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>357</TD>
    <TD bgColor=3D#ffff66>343/180</TD>
    <TD>2550</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>843</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>58</TD>
    <TD bgColor=3D#ffff66>HT058</TD>
    <TD>3600</TD>
    <TD bgColor=3D#ffccff>950</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>358</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>3700</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>59</TD>
    <TD bgColor=3D#ffff66>181</TD>
    <TD>3800</TD>
    <TD bgColor=3D#ffccff>945/930</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>353</TD>
    <TD>645</TD></TR>
  <TR borderColor=3D#333333>
    <TD>359</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>846</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>60</TD>
    <TD bgColor=3D#ffff66>-203/202</TD>
    <TD>4750</TD>
    <TD bgColor=3D#ffccff>-803</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>648</TD></TR>
  <TR borderColor=3D#333333>
    <TD>360</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>+830</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3204</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>61</TD>
    <TD bgColor=3D#ffff66>HT061</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>62</TD>
    <TD bgColor=3D#ffff66>202</TD>
    <TD>4700</TD>
    <TD bgColor=3D#ffccff>+820</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>649</TD></TR>
  <TR borderColor=3D#333333>
    <TD>362</TD>
    <TD bgColor=3D#ffff66>281</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>63</TD>
    <TD bgColor=3D#ffff66>HT063</TD>
    <TD>4800</TD>
    <TD bgColor=3D#ffccff>820</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>363</TD>
    <TD bgColor=3D#ffff66>+117</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>848</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>64</TD>
    <TD bgColor=3D#ffff66>174/161</TD>
    <TD>4650</TD>
    <TD bgColor=3D#ffccff>815</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>364</TD>
    <TD bgColor=3D#ffff66>201</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>882</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>65</TD>
    <TD bgColor=3D#ffff66>196</TD>
    <TD>4500</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>654</TD></TR>
  <TR borderColor=3D#333333>
    <TD>365</TD>
    <TD bgColor=3D#ffff66>201</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>880</TD>
    <TD>---</TD>
    <TD bgColor=3D#ccffff>3202</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>66</TD>
    <TD bgColor=3D#ffff66>117</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>67</TD>
    <TD bgColor=3D#ffff66>165</TD>
    <TD>4600</TD>
    <TD bgColor=3D#ffccff>810</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>367</TD>
    <TD bgColor=3D#ffff66>161</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>68</TD>
    <TD bgColor=3D#ffff66>068</TD>
    <TD>4350</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>---</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>69</TD>
    <TD bgColor=3D#ffff66>183/141</TD>
    <TD>4450</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>70</TD>
    <TD bgColor=3D#ffff66>+117</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>849</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>370</TD>
    <TD bgColor=3D#ffff66>131/115</TD>
    <TD>4900</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>72</TD>
    <TD bgColor=3D#ffff66>353/144</TD>
    <TD>4850</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>855</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>73</TD>
    <TD bgColor=3D#ffff66>+115</TD>
    <TD>4950</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>74</TD>
    <TD bgColor=3D#ffff66>195/363</TD>
    <TD>4400</TD>
    <TD bgColor=3D#ffccff>890/119</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>76</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>4970</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>77</TD>
    <TD bgColor=3D#ffff66>132</TD>
    <TD>4990</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>859</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>659</TD></TR>
  <TR borderColor=3D#333333>
    <TD>78</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>848</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>378</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>910</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>79</TD>
    <TD bgColor=3D#ffff66>HT079</TD>
    <TD>4200</TD>
    <TD bgColor=3D#ffccff>845/835</TD>
    <TD>857</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>80</TD>
    <TD bgColor=3D#ffff66>132/079</TD>
    <TD>4250</TD>
    <TD bgColor=3D#ffccff>850</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>657</TD></TR>
  <TR borderColor=3D#333333>
    <TD>81</TD>
    <TD bgColor=3D#ffff66>197/75</TD>
    <TD>4300</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>382</TD>
    <TD bgColor=3D#ffff66>181</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>930</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>83</TD>
    <TD bgColor=3D#ffff66>119/HT85</TD>
    <TD>4150</TD>
    <TD bgColor=3D#ffccff>890</TD>
    <TD>-862</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>661</TD></TR>
  <TR borderColor=3D#333333>
    <TD>383</TD>
    <TD bgColor=3D#ffff66>120</TD>
    <TD>3900</TD>
    <TD bgColor=3D#ffccff>905</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>84</TD>
    <TD bgColor=3D#ffff66>197</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>866</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>653</TD></TR>
  <TR borderColor=3D#333333>
    <TD>85</TD>
    <TD bgColor=3D#ffff66>85</TD>
    <TD>4050</TD>
    <TD bgColor=3D#ffccff>890</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>385</TD>
    <TD bgColor=3D#ffff66>713</TD>
    <TD>4100</TD>
    <TD bgColor=3D#ffccff>855</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>86</TD>
    <TD bgColor=3D#ffff66>121</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>87</TD>
    <TD bgColor=3D#ffff66>213</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>535</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3315</TD>
    <TD>669</TD></TR>
  <TR borderColor=3D#333333>
    <TD>88</TD>
    <TD bgColor=3D#ffff66>138</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>540</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3304</TD>
    <TD>671</TD></TR>
  <TR borderColor=3D#333333>
    <TD>388</TD>
    <TD bgColor=3D#ffff66>138</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>89</TD>
    <TD bgColor=3D#ffff66>HT089</TD>
    <TD>5800</TD>
    <TD bgColor=3D#ffccff>660</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>672</TD></TR>
  <TR borderColor=3D#333333>
    <TD>389</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>5900</TD>
    <TD bgColor=3D#ffccff>660</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>90</TD>
    <TD bgColor=3D#ffff66>139/HT090</TD>
    <TD>5400</TD>
    <TD bgColor=3D#ffccff>655</TD>
    <TD>874</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>91</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>5300</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>674</TD></TR>
  <TR borderColor=3D#333333>
    <TD>92</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>-680</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>673</TD></TR>
  <TR borderColor=3D#333333>
    <TD>93</TD>
    <TD bgColor=3D#ffff66>219</TD>
    <TD>5600</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>676</TD></TR>
  <TR borderColor=3D#333333>
    <TD>94</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>5700</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>95</TD>
    <TD bgColor=3D#ffff66>-116</TD>
    <TD>5500</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>877</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>97</TD>
    <TD bgColor=3D#ffff66>209</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3402</TD>
    <TD>680</TD></TR>
  <TR borderColor=3D#333333>
    <TD>397</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3415</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>98</TD>
    <TD bgColor=3D#ffff66>210</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3403</TD>
    <TD>681</TD></TR>
  <TR borderColor=3D#333333>
    <TD>99</TD>
    <TD bgColor=3D#ffff66>156</TD>
    <TD>7100</TD>
    <TD bgColor=3D#ffccff>330</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>682</TD></TR>
  <TR borderColor=3D#333333>
    <TD>100</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>801</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>101</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>1050</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>102</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3009</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>103</TD>
    <TD bgColor=3D#ffff66>129</TD>
    <TD>1100</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3008</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>104</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>1150</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3011</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>105</TD>
    <TD bgColor=3D#ffff66>214</TD>
    <TD>1400</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3006</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>106</TD>
    <TD bgColor=3D#ffff66>215</TD>
    <TD>1450</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3007</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>107</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3013</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>108</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3017</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>109</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3012</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>111</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3000</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>112</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>1500</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3010</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>114</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>1550</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>115</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3001</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>116</TD>
    <TD bgColor=3D#ffff66>216</TD>
    <TD>1600</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3026</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>117</TD>
    <TD bgColor=3D#ffff66>250</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3027</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>118</TD>
    <TD bgColor=3D#ffff66>251</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3028</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>119</TD>
    <TD bgColor=3D#ffff66>253</TD>
    <TD>1650</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>120</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>1800</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>121</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>1900</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>160</TD>
    <TD bgColor=3D#ffff66>228</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3015</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>162</TD>
    <TD bgColor=3D#ffff66>397</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3020</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>163</TD>
    <TD bgColor=3D#ffff66>-</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3040</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3204</TD>
    <TD bgColor=3D#ffff66>202</TD>
    <TD>4750</TD>
    <TD bgColor=3D#ffccff>842</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>647</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3202</TD>
    <TD bgColor=3D#ffff66>201</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>882</TD>
    <TD>--</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>655</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>161</TD>
    <TD>4650</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>656</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3411</TD>
    <TD bgColor=3D#ffff66>204</TD>
    <TD>7150</TD>
    <TD bgColor=3D#ffccff>343</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3408</TD>
    <TD bgColor=3D#ffff66>205</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3409</TD>
    <TD bgColor=3D#ffff66>206</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>364</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3410</TD>
    <TD bgColor=3D#ffff66>223</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3405</TD>
    <TD bgColor=3D#ffff66>207</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3406</TD>
    <TD bgColor=3D#ffff66>208</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3208</TD>
    <TD bgColor=3D#ffff66>203</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>360</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3216</TD>
    <TD bgColor=3D#ffff66>218</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>870</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3402</TD>
    <TD bgColor=3D#ffff66>209</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>&nbsp;</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3403</TD>
    <TD bgColor=3D#ffff66>210</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>&nbsp;</TD></TR>
  <TR borderColor=3D#333333>
    <TD>3404</TD>
    <TD bgColor=3D#ffff66>211</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>&nbsp;</TD></TR>
  <TR borderColor=3D#333333>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>&nbsp;</TD></TR>
  <TR borderColor=3D#333333>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>&nbsp;</TD></TR>
  <TR borderColor=3D#333333>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>&nbsp;</TD></TR>
  <TR borderColor=3D#333333>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>&nbsp;</TD></TR>
  <TR borderColor=3D#333333>
    <TD>&nbsp;</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>-008</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>320</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>617</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>6600</TD>
    <TD bgColor=3D#ffccff>365</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3115</TD>
    <TD>608</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>7800</TD>
    <TD bgColor=3D#ffccff>320</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>615</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>7500</TD>
    <TD bgColor=3D#ffccff>375</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>6400</TD>
    <TD bgColor=3D#ffccff>420</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>5400</TD>
    <TD bgColor=3D#ffccff>650</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>4600</TD>
    <TD bgColor=3D#ffccff>810</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>8750</TD>
    <TD bgColor=3D#ffccff>140</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>-</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>+320</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3310</TD>
    <TD>611</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>170</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>627</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>280</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>619</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>780</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>652</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>740</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>&nbsp;</TD>
    <TD>658</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3306</TD>
    <TD>675</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3314</TD>
    <TD>622</TD></TR>
  <TR borderColor=3D#333333>
    <TD>-</TD>
    <TD bgColor=3D#ffff66>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ffccff>&nbsp;</TD>
    <TD>-</TD>
    <TD bgColor=3D#ccffff>3313</TD>
    <TD>623</TD></TR></TBODY></TABLE>
<P>Basic table from Rosco.com - additional info added by TLS,Inc =
</TD></P>
<P><A=20
href=3D"#TOC">Top</A></P>
<H2><A id=3DGoboSizes name=3DGoboSizes></A>Gobo Sizes</H2>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D1>
  <TBODY>
  <TR>
    <TH vAlign=3Dbottom>Type</TH>
    <TH vAlign=3Dbottom>Outer diameter</TH>
    <TH vAlign=3Dbottom>Image diameter</TH>
    <TH vAlign=3Dbottom>notes</TH></TR>
  <TR>
    <TD align=3Dmiddle>A</TD>
    <TD align=3Dmiddle>100</TD>
    <TD align=3Dmiddle>75</TD>
    <TD></TD></TR>
  <TR>
    <TD align=3Dmiddle>B</TD>
    <TD align=3Dmiddle>86</TD>
    <TD align=3Dmiddle>64.5</TD>
    <TD></TD></TR>
  <TR>
    <TD align=3Dmiddle>C</TD>
    <TD align=3Dmiddle>150</TD>
    <TD align=3Dmiddle>112.5</TD>
    <TD></TD></TR>
  <TR>
    <TD align=3Dmiddle>D</TD>
    <TD align=3Dmiddle>53</TD>
    <TD align=3Dmiddle>41</TD>
    <TD></TD></TR>
  <TR>
    <TD align=3Dmiddle>E</TD>
    <TD align=3Dmiddle>38</TD>
    <TD align=3Dmiddle>25</TD>
    <TD></TD></TR>
  <TR>
    <TD align=3Dmiddle>G</TD>
    <TD align=3Dmiddle>66</TD>
    <TD align=3Dmiddle>45</TD>
    <TD align=3Dmiddle>1</TD></TR>
  <TR>
    <TD align=3Dmiddle>G (GAM)</TD>
    <TD align=3Dmiddle>44</TD>
    <TD align=3Dmiddle>35</TD>
    <TD align=3Dmiddle>1, 2</TD></TR>
  <TR>
    <TD align=3Dmiddle>J</TD>
    <TD align=3Dmiddle>38.8</TD>
    <TD align=3Dmiddle>25</TD>
    <TD></TD></TR>
  <TR>
    <TD align=3Dmiddle>M</TD>
    <TD align=3Dmiddle>65.5</TD>
    <TD align=3Dmiddle>49.5</TD>
    <TD></TD></TR>
  <TR>
    <TD align=3Dmiddle>T</TD>
    <TD align=3Dmiddle>46.5</TD>
    <TD align=3Dmiddle>38</TD>
    <TD></TD></TR>
  <TR>
    <TD align=3Dmiddle>V</TD>
    <TD align=3Dmiddle>66</TD>
    <TD align=3Dmiddle>45</TD>
    <TD align=3Dmiddle>2</TD></TR></TBODY></TABLE>All dimensions in =
millimetres=20
<P align=3Dleft><STRONG>Notes:</STRONG><BR><STRONG>1</STRONG> as defined =
by Rosco=20
and DHA. GAM define a "G" size gobo, which is much =
smaller<BR><STRONG>2</STRONG>=20
with notch to facilitate insertion in gobo wheel</P>
<P align=3Dleft><A=20
href=3D"#TOC">Top</A></P>
<H2><A id=3DGoboSizesforFixtures name=3DGoboSizesforFixtures></A>Gobo =
Sizes for=20
Fixtures </H2>
<TABLE cellSpacing=3D0 cellPadding=3D0>
  <TBODY>
  <TR>
    <TD>&nbsp;</TD>
    <TD vAlign=3Dtop align=3Dmiddle>
      <DIV align=3Dcenter></DIV>
      <DIV align=3Dcenter><STRONG>Pattern Size for Various=20
      Manufacturers</STRONG></DIV>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TD>&nbsp;</TD>
    <TD vAlign=3Dtop height=3D24>
      <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D1>
        <TBODY>
        <TR>
          <TD width=3D"23%">
            <DIV align=3Dcenter><STRONG>Manufacturer</STRONG></DIV></TD>
          <TD width=3D"27%">
            <DIV align=3Dcenter><STRONG>Product</STRONG></DIV></TD>
          <TD width=3D"6%">
            <DIV align=3Dcenter><STRONG>size</STRONG></DIV></TD>
          <TD width=3D"44%">
            <DIV align=3Dcenter><STRONG>notes</STRONG></DIV></TD></TR>
        <TR>
          <TD>Altman</TD>
          <TD>ALT-STAR</TD>
          <TD>E</TD>
          <TD>7 patterns each on 2 wheels </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>LEKO</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>MICRO</TD>
          <TD>E</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>3-1/2"</TD>
          <TD>M</TD>
          <TD>Needs trimming </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>4.5 Zoom </TD>
          <TD>B</TD>
          <TD>All B size - glass also </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>6", 360, 360Q </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>1 KL Series </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Short Throw </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Explorer</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Follow Spot </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>CCT</TD>
          <TD>Silhouette &amp; Project </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Silhouette Flat Field </TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Minuette</TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>Clay Paky</TD>
          <TD>Golden Scan </TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>SuperScan</TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>MiniScan</TD>
          <TD>E</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>Colortran</TD>
          <TD>Ellipsoidal</TD>
          <TD>A</TD>
          <TD>B w/Adapter </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Mini Badapter </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>ColorArc Follow Sp </TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>ColorArc</TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>213-05 Series </TD>
          <TD>A,B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Five/50</TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>MiniEllipse</TD>
          <TD>B,A</TD>
          <TD>A Glass </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Zoom Mini </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Ellipsoidal 213 </TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Zoom Ellipse </TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>Electro Controls </TD>
          <TD>Paralisphere</TD>
          <TD>A</TD>
          <TD>needs trimming </TD></TR>
        <TR>
          <TD>ETC</TD>
          <TD>450,436</TD>
          <TD>A</TD>
          <TD>Gogo rotator </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>425,419,410</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD colSpan=3D4>
            <DIV align=3Dcenter><EM>ETC makes holders to accept B size =
patterns=20
            and Glass patterns</EM></DIV></TD></TR>
        <TR>
          <TD>Follow Spot </TD>
          <TD>1200</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>High End Systems </TD>
          <TD>Color Pro </TD>
          <TD>B</TD>
          <TD>Internal Mount Pattern Placement </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Trackspot</TD>
          <TD>V</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Intellabeam</TD>
          <TD>V</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Cyberlight</TD>
          <TD>&nbsp;</TD>
          <TD>1.75 O.D. 1.50 I.D. </TD></TR>
        <TR>
          <TD>Kliegl</TD>
          <TD>6" Ellipsoidal </TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Quartz 1357,1360</TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Quartz Axial 1550 </TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Incand. 1365 Series </TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>3.5" Ellipsoidal </TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>L&amp;E</TD>
          <TD>6"</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>AQ-1K</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>Lycian Follow Spot </TD>
          <TD>Midget</TD>
          <TD>B</TD>
          <TD>no pattern w/ Xeno Spots </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Midget HP (1209) </TD>
          <TD>&nbsp;</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>Martin</TD>
          <TD>RoboScan 10-16 </TD>
          <TD>&nbsp;</TD>
          <TD>Fixed Wheels </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>RoboScan 8-05 </TD>
          <TD>&nbsp;</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>RoboZap</TD>
          <TD>&nbsp;</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>MicroLight</TD>
          <TD>MicroProfile</TD>
          <TD>E</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>Mole-Richardson</TD>
          <TD>MoleEllipse</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>2000</TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>Pani</TD>
          <TD>Profile</TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>650W, 1000W, 2000W </TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>BP Projector </TD>
          <TD>A,C</TD>
          <TD>w/ adaptor </TD></TR>
        <TR>
          <TD>Strand</TD>
          <TD>Patt 23,23N </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Patt 765,793,794 </TD>
          <TD>C</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Patt 293,294 </TD>
          <TD>C</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Patt 263,264 </TD>
          <TD>A,B</TD>
          <TD>Glass Also </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>1343 Series Old </TD>
          <TD>C</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>1480/1490 Series </TD>
          <TD>B</TD>
          <TD>Diecast</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>2300 Series </TD>
          <TD>B</TD>
          <TD>Diecast w/ Step lines </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>2100 Series </TD>
          <TD>B</TD>
          <TD>needs trimming </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Cantata</TD>
          <TD>B</TD>
          <TD>also a w/ adaptor </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Cantata Otique </TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Candenza (Solo) </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Prelude</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Harmony T-Spot </TD>
          <TD>A</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Alto</TD>
          <TD>A,B</TD>
          <TD>dependent on Holder model </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Harmony</TD>
          <TD>A,B</TD>
          <TD>Glass Also </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Highlight 23 </TD>
          <TD>B,D,M</TD>
          <TD>Dependent on Holder Model </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Leko 11 </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Leko 18,26,40 </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>MiniM</TD>
          <TD>B.D.M</TD>
          <TD>Dependent on hoplder model </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>2200 Series </TD>
          <TD>B</TD>
          <TD>needs trimming </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>2115 Series </TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>2250 Series </TD>
          <TD>A,B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Cadenza</TD>
          <TD>A,B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Prelude</TD>
          <TD>A,B</TD>
          <TD>Glass also </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Cantata 2271,2272 </TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Quartet 2274,2275 </TD>
          <TD>B,M,D</TD>
          <TD>dependent on holder model </TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Leko 3 </TD>
          <TD>B</TD>
          <TD>can use gobo rotator </TD></TR>
        <TR>
          <TD>Selecon</TD>
          <TD>Zoom Spot Range </TD>
          <TD>A</TD>
          <TD>1200W</TD></TR>
        <TR>
          <TD>Synchrolite</TD>
          <TD>&nbsp;</TD>
          <TD>V</TD>
          <TD>5 in a wheel </TD></TR>
        <TR>
          <TD>Times Square </TD>
          <TD>MR35</TD>
          <TD>V</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>MR75</TD>
          <TD>E</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Q325</TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Q32</TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Q47</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Q6</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD>Q62</TD>
          <TD>B</TD>
          <TD>&nbsp;</TD></TR>
        <TR>
          <TD>VariLite</TD>
          <TD>VL2B</TD>
          <TD>&nbsp;</TD>
          <TD>Triangle patterns </TD></TR>
        <TR>
          <TD>Zero 88 </TD>
          <TD>Focus</TD>
          <TD>M</TD>
          <TD>&nbsp;</TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD>&nbsp;</TD>
    <TD vAlign=3Dtop><EM>From Rosco's Web =
site.</EM></TD></TR></TBODY></TABLE>
<P><A=20
href=3D"#TOC">Top</A></P>
<H2><A id=3DPARlamps name=3DPARlamps></A>PAR lamps</H2>
<UL>
  <LI>PAR 36: Practically all the PAR 36 fittings are standard disco =
pinspot=20
  type with the very narrow beam 6V 30W bulb. Most typical bulb used is =
VNSP=20
  bulb type 4515, which has 5 degrees beam and uses 6V 30W. The PAR 36 =
cans=20
  almost always have a transformer built in, and the bulb has screw =
terminals on=20
  the back. There are also other more rerely used special PAR 36 lamps =
used (12V=20
  models, up to 100W models etc.). PAR 36 lamp diameter is 4.3 inches =
(around=20
  110 mm). PAR36 lamps come in a mega range of odd ball voltages and =
powers for=20
  things like marine and aircraft (for example 28V ACL version). =
Generally PAR36=20
  lamps are a bit shortlived on continuous duty.=20
  <LI>PAR 38: PAR 38 lamp diameter is around 4.75 inches (around 120 =
mm). This=20
  type of bulbs have typically ES Edison Screw cap. Typical lamp power =
levels=20
  available are 60, 75, 80, 100, 150 and 300 watts. Typical beam spreads =
are 30=20
  and 60 degrees (special 12 degree bulbs exist also). This type of =
lamps are=20
  common in shop display fittings and security lights, also in outdoor =
garden=20
  lighting (special bulb version for outdoor use).=20
  <LI>PAR 46: PAR 46 lamp diameter is around 5.75 inches (around 146 =
mm).=20
  Typical lamp power is around 200W. Bulb has blade connectors.=20
  <LI>PAR 56: PAR 56 lamp diameter is around 7 inches (around 178 mm). =
Typical=20
  lamp power is 300W. Bulb has blade connectors. Typical beam spread is =
11x25=20
  degrees. Different beam spreads are available. PAR56 lamps are =
typically=20
  available at 300W and 500W power.=20
  <LI>PAR 64: PAR 56 lamp diameter is around 8 inches (around 203 mm). =
Typical=20
  lamp power is 500W or 1000W. Bulb has blade connectors. Typical beam =
spread is=20
  11x25 degrees. Different beam spreads are available. - MFL: ("Miffle") =
Medium=20
  Flood: 7 major lines in a criss-cross pattern. - WFL: ("Wiffle") Wide =
Flood:=20
  Many more than 7 major lines in a criss-cross pattern. - NSP: ("Nisp") =
Narrow=20
  Spot: Fuzzy - VNSP: ("V-Nisp") Very Narrow Spot: Clear </LI></UL>
<H2><A id=3DPAR64lampData name=3DPAR64lampData></A>PAR64 Lamp Data</H2>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D1>
  <TBODY>
  <TR>
    <TH bgColor=3D#ffffcc>Mfg Lamp Code</TH>
    <TH bgColor=3D#ffffcc>Color Temp (=B0K)</TH>
    <TH bgColor=3D#ffffcc>Life (Hours)</TH>
    <TH bgColor=3D#ffffcc>Beam Lumens</TH>
    <TH bgColor=3D#ffffcc>Candlepower (Candela)</TH>
    <TH bgColor=3D#ffffcc>Beam Angle (Deg)</TH>
    <TH bgColor=3D#ffffcc>Field Angle (Deg)</TH>
    <TH bgColor=3D#ffffcc>Watts</TH></TR>
  <TR>
    <TD align=3Dmiddle>Q1000 PAR 64/NSP Narrow</TD>
    <TD align=3Dmiddle>3000</TD>
    <TD align=3Dmiddle>4000</TD>
    <TD align=3Dmiddle>8,500</TD>
    <TD align=3Dmiddle>180,000</TD>
    <TD align=3Dmiddle>8 x 15</TD>
    <TD align=3Dmiddle>14 x 31</TD>
    <TD align=3Dmiddle>1000</TD></TR>
  <TR>
    <TD align=3Dmiddle>Q1000 PAR 64/MFL Medium</TD>
    <TD align=3Dmiddle>3000</TD>
    <TD align=3Dmiddle>4000</TD>
    <TD align=3Dmiddle>10,000</TD>
    <TD align=3Dmiddle>80,000</TD>
    <TD align=3Dmiddle>12 x 28</TD>
    <TD align=3Dmiddle>22 x 45</TD>
    <TD align=3Dmiddle>1000</TD></TR>
  <TR>
    <TD align=3Dmiddle>Q1000 PAR 64/WFL Wide</TD>
    <TD align=3Dmiddle>3000</TD>
    <TD align=3Dmiddle>4000</TD>
    <TD align=3Dmiddle>13,500</TD>
    <TD align=3Dmiddle>33,000</TD>
    <TD align=3Dmiddle>24 x 48</TD>
    <TD align=3Dmiddle>45 x 72</TD>
    <TD align=3Dmiddle>1000</TD></TR></TBODY></TABLE>
<H2><A id=3DPar64LampBeam name=3DPar64LampBeam></A>Par 64 Lamp Beam =
Data</H2>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D1>
  <TBODY>
  <TR>
    <TD bgColor=3D#d2ffee>Distance</TD>
    <TD bgColor=3D#d2ffee colSpan=3D3>
      <DIV align=3Dcenter>10'</DIV></TD>
    <TD bgColor=3D#d2ffee colSpan=3D3>
      <DIV align=3Dcenter>20'</DIV></TD>
    <TD bgColor=3D#d2ffee colSpan=3D3>
      <DIV align=3Dcenter>30'</DIV></TD>
    <TD bgColor=3D#d2ffee colSpan=3D3>
      <DIV align=3Dcenter>40'</DIV></TD>
    <TD bgColor=3D#d2ffee colSpan=3D3>
      <DIV align=3Dcenter>50'</DIV></TD></TR>
  <TR>
    <TD vAlign=3Dbottom bgColor=3D#ffebdf>
      <DIV align=3Dcenter><STRONG>Lamp</STRONG></DIV></TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>Center<BR>Beam<BR>FC</DIV></TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>H</DIV></TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>W</DIV></TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>Center<BR>Beam<BR>FC</DIV></TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>H</DIV></TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>W</DIV></TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>Center<BR>Beam<BR>FC</DIV></TD>
    <TD bgColor=3D#ffebdf>H</TD>
    <TD bgColor=3D#ffebdf>W</TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>Center<BR>Beam<BR>FC</DIV></TD>
    <TD bgColor=3D#ffebdf>H</TD>
    <TD bgColor=3D#ffebdf>W</TD>
    <TD bgColor=3D#ffebdf>Center<BR>Beam<BR>FC</TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>H</DIV></TD>
    <TD bgColor=3D#ffebdf>
      <DIV align=3Dcenter>W</DIV></TD></TR>
  <TR>
    <TD>
      <DIV align=3Dcenter>1000 watt<BR>NSP-narrow</DIV></TD>
    <TD>
      <DIV align=3Dcenter>1800</DIV></TD>
    <TD>
      <DIV align=3Dcenter>2.5</DIV></TD>
    <TD>
      <DIV align=3Dcenter>5.5</DIV></TD>
    <TD>
      <DIV align=3Dcenter>450</DIV></TD>
    <TD>
      <DIV align=3Dcenter>4.9</DIV></TD>
    <TD>
      <DIV align=3Dcenter>11.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter>200</DIV></TD>
    <TD>
      <DIV align=3Dcenter>7.4</DIV></TD>
    <TD>
      <DIV align=3Dcenter>16.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter>113</DIV></TD>
    <TD>
      <DIV align=3Dcenter>9.8</DIV></TD>
    <TD>
      <DIV align=3Dcenter>22.8</DIV></TD>
    <TD>
      <DIV align=3Dcenter>72</DIV></TD>
    <TD>
      <DIV align=3Dcenter>12.3</DIV></TD>
    <TD>
      <DIV align=3Dcenter>27.7</DIV></TD></TR>
  <TR>
    <TD>
      <DIV align=3Dcenter>1000 watt<BR>MFL-medium</DIV></TD>
    <TD>
      <DIV align=3Dcenter>800</DIV></TD>
    <TD>
      <DIV align=3Dcenter>3.9</DIV></TD>
    <TD>
      <DIV align=3Dcenter>8.3</DIV></TD>
    <TD>
      <DIV align=3Dcenter>200</DIV></TD>
    <TD>
      <DIV align=3Dcenter>7.8</DIV></TD>
    <TD>
      <DIV align=3Dcenter>16.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter>89</DIV></TD>
    <TD>
      <DIV align=3Dcenter>11.7</DIV></TD>
    <TD>
      <DIV align=3Dcenter>24.9</DIV></TD>
    <TD>
      <DIV align=3Dcenter>50</DIV></TD>
    <TD>
      <DIV align=3Dcenter>15.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter>33.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter>32</DIV></TD>
    <TD>
      <DIV align=3Dcenter>19.4</DIV></TD>
    <TD>
      <DIV align=3Dcenter>41.4</DIV></TD></TR>
  <TR>
    <TD>
      <DIV align=3Dcenter>1000 watt<BR>WFL- wide</DIV></TD>
    <TD>
      <DIV align=3Dcenter>330</DIV></TD>
    <TD>
      <DIV align=3Dcenter>8.3</DIV></TD>
    <TD>
      <DIV align=3Dcenter>14.5</DIV></TD>
    <TD>
      <DIV align=3Dcenter>83</DIV></TD>
    <TD>
      <DIV align=3Dcenter>16.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter>29.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter>37</DIV></TD>
    <TD>
      <DIV align=3Dcenter>24.9</DIV></TD>
    <TD>
      <DIV align=3Dcenter>43.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter>21</DIV></TD>
    <TD>
      <DIV align=3Dcenter>33.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter>58.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter>13</DIV></TD>
    <TD>
      <DIV align=3Dcenter>41.4</DIV></TD>
    <TD>
      <DIV align=3Dcenter>72.7</DIV></TD></TR></TBODY></TABLE><BR><A=20
href=3D"#TOC">Top</A>=20

<H2><A id=3DFresnelBeamSpreads name=3DFresnelBeamSpreads></A>Fresnel =
Beam=20
Spreads</H2>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D1>
  <TBODY>
  <TR>
    <TD height=3D22><STRONG>Instrument</STRONG></TD>
    <TD><STRONG>field angle spread</STRONG></TD>
    <TD><STRONG>multiplying factor</STRONG></TD></TR>
  <TR>
    <TD bgColor=3D#ffccff colSpan=3D3>6" Fresnel model # 65Q</TD></TR>
  <TR>
    <TD bgColor=3D#ffccff>spot focus</TD>
    <TD bgColor=3D#ffccff>
      <DIV align=3Dcenter>16=BA</DIV></TD>
    <TD bgColor=3D#ffccff>
      <DIV align=3Dcenter>.28</DIV></TD></TR>
  <TR>
    <TD bgColor=3D#ffccff>flood focus</TD>
    <TD bgColor=3D#ffccff>
      <DIV align=3Dcenter>70=BA</DIV></TD>
    <TD bgColor=3D#ffccff>
      <DIV align=3Dcenter>1.40</DIV></TD></TR>
  <TR>
    <TD bgColor=3D#ffff99 colSpan=3D3>8" Fresnel model # 75Q</TD></TR>
  <TR>
    <TD bgColor=3D#ffff99>spot focus</TD>
    <TD bgColor=3D#ffff99>
      <DIV align=3Dcenter>12=BA</DIV></TD>
    <TD bgColor=3D#ffff99>
      <DIV align=3Dcenter>.32</DIV></TD></TR>
  <TR>
    <TD bgColor=3D#ffff99>flood focus</TD>
    <TD bgColor=3D#ffff99>
      <DIV align=3Dcenter>45=BA</DIV></TD>
    <TD bgColor=3D#ffff99>
      <DIV align=3Dcenter>.91</DIV></TD></TR></TBODY></TABLE>
<P><A=20
href=3D"#TOC">Top</A></P>
<H2><A id=3DERSBeamSpreads name=3DERSBeamSpreads></A>ERS Beam =
Spreads</H2>
<UL>
  <LI>6x9 - 37 degrees=20
  <LI>6x12 - 27 degrees=20
  <LI>6x16 - 19,25 degrees=20
  <LI>6x22 - 11,15 degrees=20
  <LI>8x9 - 20 degrees=20
  <LI>8x13 - 13 degrees=20
  <LI>10x20 - 15 degrees </LI></UL>
<P><A=20
href=3D"#TOC">Top</A></P>
<H2><A id=3DBeamdiameterasafunctionofthrowdistance=20
name=3DBeamdiameterasafunctionofthrowdistance></A>ERS Beam diameter as a =
function=20
of throw distance</H2>
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D200 border=3D1>
  <TBODY>
  <TR>
    <TD></TD>
    <TD bgColor=3D#ffff99 colSpan=3D12>
      <DIV =
align=3Dcenter><STRONG>Instrument<BR></STRONG>Angle</DIV></TD></TR>
  <TR>
    <TH vAlign=3Dbottom scope=3Dcol bgColor=3D#ccffff>Dist in Ft </TH>
    <TH vAlign=3Dbottom scope=3Dcol>
      <DIV align=3Dcenter>8x16<BR>5=B0 </DIV></TH>
    <TH vAlign=3Dbottom scope=3Dcol>6x22<BR>10</TH>
    <TH vAlign=3Dbottom scope=3Dcol>6x16<BR>15=B0</TH>
    <TH vAlign=3Dbottom scope=3Dcol>8x8<BR>20=B0</TH>
    <TH vAlign=3Dbottom scope=3Dcol>6x12<BR>25=B0</TH>
    <TH vAlign=3Dbottom scope=3Dcol>30=B0</TH>
    <TH vAlign=3Dbottom scope=3Dcol>35=B0</TH>
    <TH vAlign=3Dbottom scope=3Dcol>6x9<BR>40=B0</TH>
    <TH vAlign=3Dbottom scope=3Dcol>4.5x6.5<BR>45=B0</TH>
    <TH vAlign=3Dbottom scope=3Dcol>50=B0</TH>
    <TH vAlign=3Dbottom scope=3Dcol>55=B0</TH>
    <TH vAlign=3Dbottom scope=3Dcol>60=B0</TH></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>5</TH>
    <TD>
      <DIV align=3Dcenter>.4</DIV></TD>
    <TD>
      <DIV align=3Dcenter>.9</DIV></TD>
    <TD>
      <DIV align=3Dcenter>1.4</DIV></TD>
    <TD>
      <DIV align=3Dcenter>1.8</DIV></TD>
    <TD>
      <DIV align=3Dcenter>2.3</DIV></TD>
    <TD>
      <DIV align=3Dcenter>2.7</DIV></TD>
    <TD>
      <DIV align=3Dcenter>3.2</DIV></TD>
    <TD>
      <DIV align=3Dcenter>3.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter>4.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter>4.5</DIV></TD>
    <TD>
      <DIV align=3Dcenter>5.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>5.4</DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>10</TH>
    <TD>
      <DIV align=3Dcenter>.9</DIV></TD>
    <TD>
      <DIV align=3Dcenter>1.8</DIV></TD>
    <TD>
      <DIV align=3Dcenter>2.7</DIV></TD>
    <TD>
      <DIV align=3Dcenter>3.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter>4.5</DIV></TD>
    <TD>
      <DIV align=3Dcenter>5.4</DIV></TD>
    <TD>
      <DIV align=3Dcenter>6.3</DIV></TD>
    <TD>
      <DIV align=3Dcenter>7.2</DIV></TD>
    <TD>
      <DIV align=3Dcenter>8.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter>9.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>9.9</DIV></TD>
    <TD>
      <DIV align=3Dcenter>10.8</DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>15</TH>
    <TD>
      <DIV align=3Dcenter>1.3</DIV></TD>
    <TD>
      <DIV align=3Dcenter>2.7</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>20</TH>
    <TD>
      <DIV align=3Dcenter>1.8</DIV></TD>
    <TD>
      <DIV align=3Dcenter>3.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>25</TH>
    <TD>
      <DIV align=3Dcenter>1.2</DIV></TD>
    <TD>
      <DIV align=3Dcenter>4.5</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>30</TH>
    <TD>
      <DIV align=3Dcenter>2.7</DIV></TD>
    <TD>
      <DIV align=3Dcenter>5.4</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>35</TH>
    <TD>
      <DIV align=3Dcenter>3.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter>6.3</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>40</TH>
    <TD>
      <DIV align=3Dcenter>3.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter>7.2</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>45</TH>
    <TD>
      <DIV align=3Dcenter>4.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>8.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>50</TH>
    <TD>
      <DIV align=3Dcenter>4.5</DIV></TD>
    <TD>
      <DIV align=3Dcenter>9.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>55</TH>
    <TD>
      <DIV align=3Dcenter>4.9</DIV></TD>
    <TD>
      <DIV align=3Dcenter>9.9</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>60</TH>
    <TD>
      <DIV align=3Dcenter>5.4</DIV></TD>
    <TD>
      <DIV align=3Dcenter>10.8</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>65</TH>
    <TD>
      <DIV align=3Dcenter>5.8</DIV></TD>
    <TD>
      <DIV align=3Dcenter>11.7</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>70</TH>
    <TD>
      <DIV align=3Dcenter>6.3</DIV></TD>
    <TD>
      <DIV align=3Dcenter>12.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>75</TH>
    <TD>
      <DIV align=3Dcenter>6.7</DIV></TD>
    <TD>
      <DIV align=3Dcenter>13.5</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>80</TH>
    <TD>
      <DIV align=3Dcenter>7.2</DIV></TD>
    <TD>
      <DIV align=3Dcenter>14.4</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>85</TH>
    <TD>
      <DIV align=3Dcenter>7.6</DIV></TD>
    <TD>
      <DIV align=3Dcenter>15.3</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>90</TH>
    <TD>
      <DIV align=3Dcenter>8.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter>16.2</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#e0ffff>95</TH>
    <TD>
      <DIV align=3Dcenter>8.5</DIV></TD>
    <TD>
      <DIV align=3Dcenter>17.1</DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD>
    <TD>
      <DIV align=3Dcenter></DIV></TD></TR>
  <TR>
    <TH scope=3Drow bgColor=3D#ccffff>100</TH>
    <TD>
      <DIV align=3Dcenter>9.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>18.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>27.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>36.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>45.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>54.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>63.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>72.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>81.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>90.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>99.0</DIV></TD>
    <TD>
      <DIV align=3Dcenter>108.0</DIV></TD></TR></TBODY></TABLE><BR><A=20
href=3D"#TOC">Top</A>=20
<PRE>--------------------------------------------------------------------=
--&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;=20
D.in|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; ANGLE (in degrees)
 ft.|&nbsp;&nbsp; 10&nbsp;&nbsp;&nbsp; 15&nbsp;&nbsp;&nbsp; =
20&nbsp;&nbsp;&nbsp; 25&nbsp;&nbsp;&nbsp; 30&nbsp;&nbsp;&nbsp; =
35&nbsp;&nbsp;&nbsp; 40&nbsp;&nbsp;&nbsp; 45&nbsp;&nbsp;&nbsp; =
50&nbsp;&nbsp;&nbsp; 55&nbsp;&nbsp;&nbsp; 60&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
----------------------------------------------------------------------  =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 5&nbsp; |&nbsp;&nbsp; .9&nbsp;&nbsp; 1.4&nbsp;&nbsp; 1.8&nbsp;&nbsp; =
2.3&nbsp;&nbsp; 2.7&nbsp;&nbsp; 3.2&nbsp;&nbsp; 3.6&nbsp;&nbsp; =
4.1&nbsp;&nbsp; 4.5&nbsp;&nbsp; 5.0&nbsp;&nbsp; 5.4&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
10&nbsp; |&nbsp; 1.8&nbsp;&nbsp; 2.7&nbsp;&nbsp; 3.6&nbsp;&nbsp; =
4.5&nbsp;&nbsp; 5.4&nbsp;&nbsp; 6.3&nbsp;&nbsp; 7.2&nbsp;&nbsp; =
8.1&nbsp;&nbsp; 9.0&nbsp;&nbsp; 9.9&nbsp; 10.8&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
15&nbsp; |&nbsp; 2.7&nbsp;&nbsp; 4.0&nbsp;&nbsp; 5.4&nbsp;&nbsp; =
6.8&nbsp;&nbsp; 8.1&nbsp;&nbsp; 9.5&nbsp; 10.8&nbsp; 12.2&nbsp; =
13.5&nbsp; 14.9&nbsp; 16.2&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;=20
20&nbsp; |&nbsp; 3.6&nbsp;&nbsp; 5.4&nbsp;&nbsp; 7.2&nbsp;&nbsp; =
9.0&nbsp; 10.8&nbsp; 12.6&nbsp; 14.4&nbsp; 16.2&nbsp; 18.0&nbsp; =
19.8&nbsp; 21.6&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;=20
25&nbsp; |&nbsp; 4.5&nbsp;&nbsp; 6.8&nbsp;&nbsp; 9.0&nbsp; 11.3&nbsp; =
13.5&nbsp; 15.8&nbsp; 18.0&nbsp; 20.3&nbsp; 22.5&nbsp; 24.6&nbsp; =
27.0&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;=20
----------------------------------------------------------------------&nb=
sp;  &nbsp;&nbsp;&nbsp;&nbsp;=20
30&nbsp; |&nbsp; 5.4&nbsp;&nbsp; 8.1&nbsp; 10.8&nbsp; 13.5&nbsp; =
16.2&nbsp; 18.9&nbsp; 21.6&nbsp; 24.3&nbsp; 27.0&nbsp; 29.7&nbsp; =
32.4&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;=20
35&nbsp; |&nbsp; 6.3&nbsp;&nbsp; 9.5&nbsp; 12.6&nbsp; 15.8&nbsp; =
18.9&nbsp; 22.0&nbsp; 25.2&nbsp; 28.4&nbsp; 31.5&nbsp; 34.7&nbsp; =
37.8&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;=20
40&nbsp; |&nbsp; 7.2&nbsp; 10.8&nbsp; 14.4&nbsp; 18.0&nbsp; 21.6&nbsp; =
25.2&nbsp; 28.8&nbsp; 32.4&nbsp; 36.0&nbsp; 39.6&nbsp; 43.2&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
45&nbsp; |&nbsp; 8.1&nbsp; 12.2&nbsp; 16.2&nbsp; 20.3&nbsp; 24.3&nbsp; =
28.4&nbsp; 32.4&nbsp; 36.5&nbsp; 40.5&nbsp; 44.6&nbsp; 48.6&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
50&nbsp; |&nbsp; 9.0&nbsp; 13.5&nbsp; 18.0&nbsp; 22.5&nbsp; 27.0&nbsp; =
31.5&nbsp; 36.0&nbsp; 40.5&nbsp; 45.0&nbsp; 49.5&nbsp; 54.0&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
----------------------------------------------------------------------&nb=
sp;  &nbsp;&nbsp;&nbsp;&nbsp;=20
55&nbsp; |&nbsp; 9.9&nbsp; 14.6&nbsp; 19.8&nbsp; 24.8&nbsp; 29.7&nbsp; =
34.7&nbsp; 39.6&nbsp; 44.6&nbsp; 49.5&nbsp; 54.5&nbsp; 59.4&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
60&nbsp; | 10.8&nbsp; 16.2&nbsp; 21.6&nbsp; 27.0&nbsp; 32.4&nbsp; =
37.8&nbsp; 43.2&nbsp; 48.6&nbsp; 54.0&nbsp; 59.4&nbsp; 64.8&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
65&nbsp; | 11.7&nbsp; 17.6&nbsp; 23.4&nbsp; 29.3&nbsp; 35.1&nbsp; =
41.0&nbsp; 46.8&nbsp; 52.7&nbsp; 58.5&nbsp; 64.4&nbsp; 70.2&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
70&nbsp; | 12.6&nbsp; 18.9&nbsp; 25.2&nbsp; 31.5&nbsp; 37.8&nbsp; =
44.1&nbsp; 50.4&nbsp; 56.7&nbsp; 63.0&nbsp; 69.3&nbsp; 75.6&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
75&nbsp; | 13.5&nbsp; 20.3&nbsp; 27.0&nbsp; 33.8&nbsp; 40.5&nbsp; =
47.3&nbsp; 54.0&nbsp; 60.8&nbsp; 67.6&nbsp; 74.3&nbsp; 81.0&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
----------------------------------------------------------------------&nb=
sp;  &nbsp;&nbsp;&nbsp;&nbsp;=20
80&nbsp; | 14.4&nbsp; 21.6&nbsp; 28.8&nbsp; 36.0&nbsp; 43.2&nbsp; =
50.4&nbsp; 57.6&nbsp; 64.8&nbsp; 72.0&nbsp; 79.2&nbsp; 86.4&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
85&nbsp; | 15.3&nbsp; 23.0&nbsp; 30.6&nbsp; 38.3&nbsp; 46.0&nbsp; =
53.6&nbsp; 61.2&nbsp; 68.9&nbsp; 76.5&nbsp; 84.2&nbsp; 91.8&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
90&nbsp; | 16.2&nbsp; 24.3&nbsp; 32.4&nbsp; 40.5&nbsp; 48.6&nbsp; =
56.7&nbsp; 64.8&nbsp; 72.9&nbsp; 81.0&nbsp; 89.1&nbsp; 97.2&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
95&nbsp; | 17.1&nbsp; 25.7&nbsp; 34.2&nbsp; 42.8&nbsp; 51.3&nbsp; =
59.9&nbsp; 68.4&nbsp; 77.0&nbsp; 85.5&nbsp; 94.1 102.6&nbsp;&nbsp;  =
&nbsp;&nbsp;&nbsp;&nbsp;=20
100 | 18.0&nbsp; 27.0&nbsp; 36.0&nbsp; 45.0&nbsp; 54.0&nbsp; 63.0&nbsp; =
72.0&nbsp; 81.0&nbsp; 90.0&nbsp; 99.0 108.0  &nbsp;&nbsp;&nbsp;&nbsp;=20
----------------------------------------------------------------------&nb=
sp;</PRE>
<H2><A id=3DPowerFormulas name=3DPowerFormulas></A>Power Formulas </H2>
<P><STRONG>Power:</STRONG><BR>Watts =3D Volts * Amps<BR>Amps =3D Watts / =

Volts<BR><STRONG><BR>Sine Wave (VAC):</STRONG><BR>RMS Volts =3D 0.707 x =
Peak=20
Volts<BR>RMS Volts =3D 1.11 x Average Volts<BR>Peak Volts =3D 1.57 x =
Average=20
Volts<BR>Peak Volts =3D 1.414 x RMS Volts<BR>Average Volts =3D 0.637 x =
Peak=20
Volts<BR>Average Volts =3D 0.9 x RMS Volts<BR><A=20
href=3D"#TOC">Top</A></P>
<H2><STRONG><A id=3DDCvoltagedropofcable =
name=3DDCvoltagedropofcable></A>DC voltage=20
drop of cable</STRONG></H2>
<P>V =3D voltage drop, I =3D current<BR>R =3D resistance of conductor =
per 1000=20
feet<BR>L =3D length of conductor in feet<BR>R for 18awg =3D 6.51, 16awg =
=3D 4.09,=20
14awg =3D 2.58<BR>12awg =3D 1.62, 10awg =3D 1.02, 8awg =3D 0.64<BR><BR>V =
=3D I * L * (R /=20
1000) * 1.004<BR><A=20
href=3D"#TOC">Top</A></P>
<H2><A id=3DUnitconversions name=3DUnitconversions></A>U<STRONG>nit=20
conversions</STRONG></H2>
<P>inches =3D millimeters / 25.4<BR>millimeters =3D inches * =
25.4<BR>feet =3D meters /=20
0.3048<BR>meters =3D feet * 0.3048<BR><BR>footcandles =3D lux / =
10.8<BR>lux =3D=20
footcandles * 10.8<BR><BR>Centigrade =3D 0.556 * (Fahrenheit - =
32)<BR>Fahrenheit =3D=20
1.8 * (Centigrade + 32)<BR><BR>pounds =3D kilograms * 2.205<BR>kilograms =
=3D pounds=20
* 0.454<BR><BR>degrees =3D 180 * radians / PI<BR>radians =3D PI * =
degrees /180</P>
<P><A=20
href=3D"#TOC">Top</A></P>
<H2><STRONG><A id=3DCalculationsforbeamspreads=20
name=3DCalculationsforbeamspreads></A>Calculations for beam spreads,=20
</STRONG><STRONG>distances, intensities and angles</STRONG></H2>
<UL>
  <LI>The <STRONG>Beam Angle</STRONG> is the angle between the two =
directions=20
  opposed to each other over the beam axis for which the luminous =
intensity is=20
  half that of the maximum luminous intensity.=20
  <LI>The <STRONG>Field Angle</STRONG> is the angle between the two =
directions=20
  opposed to each other over the beam axis for which the luminous =
intensity is=20
  10% that of the maximum luminous intensity.=20
  <LI>The <STRONG>Beam Spread</STRONG> is a general term, describing the =
angle=20
  between the two directions opposed to each other over the beam axis =
for which=20
  the luminous intensity is a certain fraction of that of the maximum =
luminous=20
  intensity. The amount of that fraction needs to be given in each =
specific=20
  case. </LI></UL>
<P><IMG height=3D415 alt=3D"Beam  Diagram"=20
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/lgtmath1.gif"=20
width=3D480><BR>D =3D throw distance, V =3D vertical height, H =3D =
horizontal=20
distance,<BR>C =3D focus angle off horizontal, K =3D focus angle off =
vertical,<BR>F=20
=3D beam or field angle of fixture<BR>X =3D beam spread (beam oval =
width), Y =3D beam=20
oval length<BR>mf =3D beam spread multiplying factor </P>
<P><STRONG>Footcandles:</STRONG><BR>Footcandles =3D Candlepower / (D *=20
D)<BR><STRONG><BR>Candlepower:</STRONG><BR>Candlepower =3D Footcandles * =
(D *=20
D)<BR><STRONG><A=20
href=3D"#TOC">Top</A><BR>Beam=20
angle multiplying factor (mf)</STRONG>:<BR>mf =3D 2 * TAN(F / =
2)<BR>mf=3D F*1.8=20
<BR>mf =3D X / D<BR><STRONG><BR>Beam angle (F):</STRONG><BR>F =3D 2 * =
ATAN(mf / 2)=20
<BR>F=3D mf / 1.8 <BR>F =3D 2 * ATAN(X / (2 * D) )<BR>F=3DX / (D * 1.8) =
</P>
<P><STRONG>Beam spread <EM>(oval width X if not straight =
on)</EM>:<BR></STRONG>X=20
=3D D * (2 * TAN(F / 2))<BR>X =3D F x .018 x D <BR>X =3D D * mf</P>
<P><STRONG>Beam oval length (Y) <EM>(when beam hits surface at=20
angle)</EM>:</STRONG><BR>Y =3D V * ( TAN(K + F/2) - TAN(K - F/2) )<BR><A =

href=3D"#TOC">Top</A><BR><STRONG>Throw=20
distance (D):<BR></STRONG>D =3D X / mf<BR>D =3D SQUARE ROOT( (V * V) + =
(H * H)=20
)<BR>D =3D H / COS(C)<BR>D =3D V / SIN(C)<BR>D =3D H / SIN(K)<BR>D =3D V =
/ COS(K)<BR>D =3D=20
SQUARE ROOT(Candlepower / Footcandles)<BR><BR><STRONG>Horizontal =
distance=20
(H):</STRONG><BR>H =3D SQUARE ROOT( (D * D) - (V * V) )<BR>H =3D V / =
TAN(C)<BR>H =3D D=20
* COS(C)<BR>H =3D D * SIN(K)<BR>H =3D V * TAN(K)<BR><BR><STRONG>Vertical =
height=20
(V):</STRONG><BR>V =3D SQUARE ROOT( (D * D) - (H * H) )<BR>V =3D H * =
TAN(C)<BR>V =3D D=20
* SIN(C)<BR>V =3D D * COS(K)<BR>V =3D H / TAN(K)<BR><A=20
href=3D"#TOC">Top</A><BR><STRONG>Focus=20
angle off horizontal (C):</STRONG><BR>C =3D ATAN(V / H)<BR>C =3D ASIN(V =
/ D)<BR>C =3D=20
90 - ASIN(H / D)<BR>C =3D 90 - K<BR><BR><STRONG>Focus angle off vertical =

(K):</STRONG><BR>K =3D ATAN(H / V)<BR>K =3D ASIN(H / D)<BR>K =3D 90 - =
ASIN(V / D)<BR>K=20
=3D 90 - C <BR><A=20
href=3D"#TOC">Top</A></P>
<H2><A id=3DDMXAddressCalculator name=3DDMXAddressCalculator></A>DMX =
Address=20
Calculator</H2>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <FORM name=3Dinput onsubmit=3Ddo_it()><SPAN =
class=3Dstyle1>DMX:</SPAN> <INPUT=20
      maxLength=3D3 size=3D3 value=3D001 name=3Dchannel> <INPUT =
onclick=3Ddo_it() type=3Dbutton value=3Dconvert name=3DCalcButton> =
<INPUT=20
      maxLength=3D9 size=3D9 value=3D000000001 name=3Dbinary> =
</FORM></TD></TR>
  <TR>
    <TD><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw_top.gif"></TD></TR>
  <TR>
    <TD><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw0.gif"=20
      name=3Dtfs><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw0.gif"=20
      name=3Dote><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw0.gif"=20
      name=3Dsf><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw0.gif"=20
      name=3Dtt><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw0.gif"=20
      name=3Ds><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw0.gif"=20
      name=3De><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw0.gif"=20
      name=3Df><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw0.gif"=20
      name=3Dt><IMG=20
      =
src=3D"file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chro=
makinetics/LightImages/dip-sw1.gif"=20
      name=3Do> </TD></TR></TBODY></TABLE>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P><A=20
href=3D"#TOC">Top</A></P></BODY></HTML>

------=_NextPart_000_000B_01C75133.24532840
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chromakinetics/LightImages/lgtmath1.gif

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
Ow==

------=_NextPart_000_000B_01C75133.24532840
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chromakinetics/LightImages/dip-sw_top.gif

R0lGODlh2AAgAMQAAMwAAP////LAwNlAQPzw8OaAgM8QENYwMNIgIOygoPbQ0N9gYPng4OmQkOJw
cO+wsNxQUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAA
AAAALAAAAADYACAAAAX/ICCOZGmeaKqubOu+cCzPdG3feK7vfA8Yg8NoQByQgD7UAUFaJp+iRcFh
qB2E0F0jQAgsfoFwQIRIEASpgWD8azACguqiSzCmBYSvaBAosBANAg9CBgsPAhAtZQF2PwUEfjBb
awo0B3AxZV0JMwYFaDAQTGYAAwQkCAQJVSkKD2wGCUQEDgAECqagJxABtSMGXZEqEAlbDAALCoYB
TCsNr3a8DVgwDGiPnQpnmQkHC14yCm80DmPJA6yBAwWNJ3wmAn4MDwgKDSkMBVKsh/EuBgoqkWDk
giCAfAiovfj2yFeMBgo+1YAk48C7GQo4LRDwxog2BWvalbj4Kw+ASwQY/7AygfIBAwKFCCDwx2LB
y5UAEARQqILgJXEBOMV4EwCnC1MHJM64JPIomxhmmomQGOCBCFdpnop4IJCXGZ5DwOl0QKDBgIxg
TSwwI1SEAF0sCPLxwydtikcIlL4AJiuBArsqAMKFQfLF15E7I7odTKLw4VRfIKg8cQlLgEBvU95r
UVdE1BdynxpscckPUxgH3nIsGwOgAqMvCrdI0ItIIQgHxAF4NEuPu6eHS1WtVxTFPE/MRtDkTDB4
QSMGegEoJ7XFJgIyaej9FxB2bK0tVL89kOCNAEK0L6u4WE4MmjVhhLFcY3JEA98pOJqpZOwt/p52
fKNAHzGQJ0A3NSyw2f8LBYiBiQyyZVHgANX1YAAE+ohgUREVuoAAhRKG2FpTIpZo4okopqjiiiy2
6OKLMMYo4xGYFeDdCwg4MEWHM5oARBFB9CghEICtkAocA75GwzdccJGIC+Kp9p8iEI3mlIOMvQCB
AAu2kEwY+XDTRVU3ouBJF1mGBw4AtMm3VwAMMMHHMVCK94ZDLjAZEY8qlLNAEUWqcGSaKAz4QANd
TKnCKw8U8IZALpRjHg0BQKoTpIQR6BZ4L9wEg4CB3sXpDHg86CErvBBKGTUh4UiEqZnCFcZSDwJD
ZwzfdMkCMDDVwBEO5TSoqgqXWKWdlcwNmwKcrEQ36mxwOkrAk0Mlt9D/ZQm8ZWMMA8IpC61owBrb
gNTKQBuJ64lrGBwQfPnsH0TBUWYK37TlQnpwTApDAfzCh64K2jCh7goNhoFna9hBOHALBsAHx8JG
YrfAAa8oWY21L6zBAHRvlAtDOca+sMWTEKOwjhlryrDGwcna8GGO0smwhW+vKJqVvVBiHGwNs76A
Er8N5vNvCgckbG5QM/ChLAtF96ryaA26ucIafC660wgM0RAdpizw4aAYUqs59Am0Lf2b2SanZzML
W7S1RqhhhfyxpmwG4HFgzcRC9wwlB/ZG1WTLS4PSg4vBwN04dmHPGzhPjew/XTiwDpz7VlqqxZSi
jQADkm/Zdwm0QQL0QNomf45CXuzgYABmD5BuAuGWxPsXDICoxrIMpms4ZhhxwPA175lkKCSKRQzf
NRGAG6/88sw37/zz0Ecv/fQ6hAAAOw==

------=_NextPart_000_000B_01C75133.24532840
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chromakinetics/LightImages/dip-sw0.gif

R0lGODlhGAAnAKIAAAAAAJkAAMwAAMyZmf///wAAAAAAAAAAACH5BAAAAAAALAAAAAAYACcAAANq
KLrc/jDKSau9uILNe5dAII6kCIBlGpxRqJIs5L4mStftjcv6at+xx4wWdAxfxcZRlWQsU80FYECt
WqlRBYDA7Xq5WcH2Sw6PyV4z+qted9tuAtw9X9fR9zIoDt7zzR6BGxmEhYaHiIkRCQA7

------=_NextPart_000_000B_01C75133.24532840
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: file:///C:/Documents%20and%20Settings/user/My%20Documents/WWW/Chromakinetics/LightImages/dip-sw1.gif

R0lGODlhGAAnAKIAAAAAAJkAAMwAAMyZmf///wAAAAAAAAAAACH5BAAAAAAALAAAAAAYACcAAANq
KLrc/jDKSau9uILNe5cAIY6kCIBlSpxRqJIs5L4mStftjcv6at+xx4wWdAxfxcZRlWQsU80FYECt
WqlRBSDA7Xq5WcH2Sw6PyV4z+qted9vuANw9X9fR9zIoDt7zzR6BGxmEhYaHiIkRCQA7

------=_NextPart_000_000B_01C75133.24532840--
