<!--                                      
// Programmer:  David Zientara
// Company:     Oxberry LLC
// Date:        January 22, 2004
// Amended to incorporate Slashdot menus
// in September/October 2006
// Description: Oxberry.com web site
// File name:   menu.js
// Write either a hierarchical menu or standard
// image map menu into the web page
// Dependencies: cookie.js
//-->

function write_menu2()
{
	 document.write('<p>Some additional text.</p>');
}


function write_menu()
{
      var frame_src;
      init = false;

      setCookie('_first_rect','-1');
      document.write('<script src="javascript/cookie.js" type="text/javascript"></script>');
	document.write('<div class="sdmenu">');
      document.write('<span class="title" id="top"><img src="slashfiles/expanded.gif" class="arrow" alt="-">Company</span>');
      document.write('<div class="submenu">');
	document.write('<a href="home.html">Home</a>');
      document.write('<a href="company_page.html">Company Profile</a>');
      document.write('<a href="directions_page.html">Directions</a>');
	document.write('<a href="salescontact_page.html">Sales Contact Info</a>');
	document.write('<a href="sitemap_page.html">Site Map</a>');
      document.write('</div>');
      document.write('<span class="title"><img src="slashfiles/expanded.gif" class="arrow" alt="-">Products</span>');
      document.write('<div class="submenu">');
      document.write('<a href="scannerspec_page.html">Scanner Specifications</a>');
	document.write('<a href="pricelist_page.html">Price List</a>');
	document.write('<a href="oxscan2K3K_page.html">Oxscan 3000</a>');
	document.write('<a href="cinescan2K3K_page.html">Cinescan 2K X 3K</a>');
	document.write('<a href="cinescan4K4K_page.html">Cinescan 4K X 4K</a>');
	document.write('<a href="oxberry3100_page.html">Oxberry 3100 Cine Camera</a>');
	document.write('<a href="liquidgate_page.html">16 and 35 mm Liquid Gate</a>');
	document.write('<a href="oxberry1600_page.html">Oxberry 1600 Optical Printer</a>');
	document.write('</div>');
	document.write('<span class="title"><img src="slashfiles/expanded.gif" class="arrow" alt="-">Technical Support</span>');
      document.write('<div class="submenu">');
	document.write('<a href="support_page.html">General Information</a>');
	document.write('</div>');
	document.write('<span class="title" id="top"><img src="slashfiles/expanded.gif" class="arrow" alt="-">Downloads</span>');
	document.write('<div class="submenu">');
	document.write('<a href="./docs/scanners/cinescan/cinescan.pdf">Scanner Specifications (22 KB)</a>');
	document.write('<a href="./docs/liquid_gate/liquidgate.pdf">Liquid Gate Ad (380 KB)</a>');
	document.write('<a href="./docs/cameras/mxf35/mxf35.pdf">MXF 35 Ad (651 KB)</a>')
	document.write('<a href="./docs/cameras/pro3/pro3.pdf">Pro 3 Ad (1.7 MB)</a>');
	document.write('<a href="./docs/cameras/pro3/pro3_info.pdf">Pro 3 Flyer (8.3 MB)</a>');
	document.write('<a href="./docs/printers/oxberry1600.pdf">Optical Printer Manual (1.3 MB)</a>');
	document.write('<a href="./docs/printers/filmformat.pdf">Film Formats For Optical Printers (302 KB)</a>');
	document.write('<a href="./docs/animation_stands/filmaker/filmaker_manual.pdf">Filmaker Animation Stand Manual (7.5 MB)</a>');
	document.write('<a href="./docs/animation_stands/media_pro/mediapro.pdf">Media Pro Animation Stand Flyer (833 KB)</a>');
	document.write('</div>');
	document.write('<span class="title" id="top"><img src="slashfiles/expanded.gif" class="arrow" alt="-">News</span>');
	document.write('<div class="submenu">');
	document.write('<a href="news_page.html#cinescan6400speed">Cinescan Speed Improvement</a>');
	document.write('</div>');	
	document.write('</div>');


	


}


function p06 (elm,lev,el) {}
function onExpandAll () {}
function onCollapseAll () {}

function getIndexIE (el)
	{
	ind = -1 ;
	tempColl = document.all.tags ("DIV") ;
	for (i = 0 ; i < tempColl.length ; i++)
		{
		var n01 = tempColl (i) ;
		if (n01 == el)
			{
			ind = i ;
			break ;
			}
		}
	return ind ;
	}

function getFntSize(s)
	{
	if(!IE4&&!Opera)
		{
		if (s=="xx-small")
			return "x-small";
		if (s=="x-small")
			return "small";
		if (s=="small")
			return "medium";
		if (s=="medium")
                        return "large";
		if (s=="large")
			return "x-large";
		if (s=="x-large")
			return "xx-large";
		}
	return s;
	}


function write_tree()
{
   var ver='6.1.4EnPro';
   var n03=0;
   var dynPref='ox_sitemap3';
   var version = parseInt (navigator.appVersion) ;
   Opera=(navigator.userAgent.indexOf('Opera')!=-1)||(navigator.appName.indexOf('Opera')!=-1)||(window.opera);
   Opera7=(Opera&&document.createElement!=null&&document.addEventListener!=null);
   IE4 = ((document.all) && (version >= 4) && !Opera) ? true : false ;
   DOM=document.documentElement&&!IE4&&!Opera;
   NS4=navigator.appName.indexOf("Netscape")>-1&&!DOM;

   ver4 = NS4 || IE4 || DOM || Opera;

   if (NS4||Opera)
   {
	origWidth = innerWidth;
	origHeight = innerHeight;
	if(Opera)setTimeout("reDo()", 500);
   }
   function reDo()
   {
	if (innerWidth != origWidth || innerHeight != origHeight){location.reload();}else {if(Opera)setTimeout("reDo()",500);}
   }
   if (NS4)
	onresize = reDo;

   var firstItem = 0 ;
   var lastItem ;
   if (NS4)
	lastItem = document.layers.length - 1 ;
   if (IE4)
	lastItem = document.all.tags ("DIV").length - 1 ;


   if (ver4)
   {
      with (document)
      {
         write("<STYLE TYPE='text/css'>");
         write (".SXLP0:visited {color:Red}") ;
         write (".SXLP0:hover {color:Red;}") ;
         write (".SXLR:visited {color:Red}") ;
         write (".SXLR:hover {color:Red;}") ;
         write (".SXLR,.SXR {color:Black; font-family:Arial,Verdana,Tahoma; font-size:"+getFntSize("14px")+"; }") ;
         write (".SXLP0,.SXP0 {color:Black; font-family:Verdana,Tahoma,Arial; font-size:"+getFntSize("14px")+"; }") ;
         write (".SXLP1:visited {color:Red}") ;
         write (".SXLP1:hover {color:Red;}") ;
         write (".SXLC0:visited {color:Red}") ;
         write (".SXLC0:hover {color:Red;}") ;
         write (".SXLC0,.SXC0 {color:Black; font-family:Arial,Verdana,Tahoma; font-size:"+getFntSize("14px")+"; }") ;
         write (".SXLP1,.SXP1 {color:Black; font-family:Verdana,Tahoma,Arial; font-size:"+getFntSize("14px")+"; }") ;
         write (".SXLP2:visited {color:Red}") ;
         write (".SXLP2:hover {color:Red;}") ;
         write (".SXLC1:visited {color:Red}") ;
         write (".SXLC1:hover {color:Red;}") ;
         write (".SXLC1,.SXC1 {color:Black; font-family:Arial,Verdana,Tahoma; font-size:"+getFntSize("14px")+"; }") ;
         write (".SXLP2,.SXP2 {color:Black; font-family:Verdana,Tahoma,Arial; font-size:"+getFntSize("14px")+"; }") ;
         if(NS4&&!n03)
         {
            write (".TP {position:"+(Opera?"absolute":"relative")+"}");
            leftpos = 10 ;
            toppos = 40 ;

            write (".below {left:"+leftpos+";position:absolute}") ;
            write (".im {vertical-align:top}") ;
            write (".SXP0 {left:"+leftpos+";position:absolute; visibility:hidden}") ;
            write (".SXR {left:"+leftpos+";position:absolute;top:"+toppos+";visibility:hidden}") ;
            write (".SXP1 {left:"+leftpos+";position:absolute; visibility:hidden}") ;
            write (".SXC0 {left:"+leftpos+";position:absolute;visibility:hidden}") ;
            write (".SXP2 {left:"+leftpos+";position:absolute; visibility:hidden}") ;
            write (".SXC1 {left:"+leftpos+";position:absolute;visibility:hidden}") ;
         }
         if(DOM||IE4||Opera7)
         {
            write (".tbl {width='100%'}") ;
            write (".SXP1{display:none}");
            write (".SXC0{display:none}");
            write (".SXP2{display:none}");
            write (".SXC1{display:none}");
         }

         write("</style>");
      }
   }

   var n04 = 0 ;
   var imf = "images" ;
   var imf0 = imf+"/ox_sitemap3i0.gif";
   var imf1 = imf+"/ox_sitemap3i1.gif";
   var imf2 = imf+"/ox_sitemap3i2.gif";
   var imf3 = imf+"/ox_sitemap3i3.gif";
   var syncEl = null;
   var singleFolder = false;
   var autoSync = 0;
   var syncBgColor='Yellow';
   function doAutoSync(){if(autoSync==2)setTimeout("doAutoSync()",2000);if(autoSync)synchronize(document.location);}
   var n02 = true ;
   var nDays = 0 ;
 //  if(Opera&&!Opera7)
//	document.write("<"+"script language='JavaScript1.2' src='javascript/tree_opera.js'><"+"/"+"SCRIPT>");
 //  else //if(DOM||IE4||Opera7)
//	document.write("<"+"script language='JavaScript1.2' src='javascript/tree_dom.js'><"+"/"+"SCRIPT>");
//   else
//	document.write("<"+"script language='JavaScript1.2' src='javascript/tree_v4.js'><"+"/"+"SCRIPT>");

   document.write('<nobr><a href="javascript:void(0);" onclick="onExpandAll(); return false">');
   document.write('<font class="SXLR">Expand All</font></a>');
   document.write('&nbsp;|&nbsp;');
   document.write('<a href="javascript:void(0);" onclick="onCollapseAll(); return false">');
   document.write('<font class="SXLR">Collapse All</font></a>');
   document.write('</nobr><div id="TP" class="TP">&nbsp;</div>');

   document.write('<div id="SXR" class="SXR">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="16"></td><td valign="top" width="20" class="SXLR">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLR"><a class="SXLR" href="home.html" target="_parent">Home</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I0SXE5SXP" par="root" class="SXP0">');
   document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" nowrap="nowrap" width="36">');
   document.write('<a href="javascript:void(0);" onclick="p06(null,0,5); return false">');
   document.write('<img name="MI0SXE5SXP" src="images/ox_sitemap3i0.gif" hspace="0" border="0" /></a><img name="NI0SXE5SXP" src="images/ox_sitemap3i2.gif"/></td><td class="SXLP0"><a href="company_page.html" target="_parent">Company</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I0SXE5SXC" par="I0SXE5SXP" class="SXC0">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="company_page.html" target="_parent">Company Profile</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="directions_page.html" target="_parent">Directions</a>');
   document.write('</td></tr></table>');
   document.write('</div>');


   document.write('<div id="I0SXE6SXP" par="root" class="SXP0">');
   document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" nowrap="nowrap" width="36">');
   document.write('<a href="products_page.html" onclick="p06(null,0,6); return false">');
   document.write('<img name="MI0SXE6SXP" src="images/ox_sitemap3i0.gif" hspace="0" border="0" /></a><img name="NI0SXE6SXP" src="images/ox_sitemap3i2.gif"/></td><td class="SXLP0"><a href="products_page.html" target="_parent">Products</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I0SXE6SXC" par="I0SXE6SXP" class="SXC0">');
   document.write('</div>');

   document.write('<div id="I1SXE7SXP" par="I0SXE6SXP" class="SXP1">');
   document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="20"></td><td class="SXLP1" valign="top" nowrap="nowrap" width="36">');
   document.write('<a href="javascript:void(0);" onclick="p06(null,1,7); return false">');
   document.write('<img name="MI1SXE7SXP" src="images/ox_sitemap3i0.gif" hspace="0" border="0" /></a><img name="NI1SXE7SXP" src="images/ox_sitemap3i2.gif"/></td><td class="SXLP1">Digital Scanners');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I1SXE7SXC" par="I1SXE7SXP" class="SXC1">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="56"></td><td valign="top" width="20" class="SXLC1">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC1"><a class="SXLC1" href="scannerspec_page.html" target="_parent">Scanner Specifications</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="56"></td><td valign="top" width="20" class="SXLC1"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC1"><a class="SXLC1" href="cinescan6400_page.html" target="_parent">Cinescan</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="56"></td><td valign="top" width="20" class="SXLC1"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC1"><a class="SXLC1" href="oxscan2000_page.html" target="_parent">Oxscan 3000</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I1SXE8SXP" par="I0SXE6SXP" class="SXP1">');
   document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="20"></td><td class="SXLP1" valign="top" nowrap="nowrap" width="36">');
   document.write('<a href="javascript:void(0);" onclick="p06(null,1,8); return false">');
   document.write('<img name="MI1SXE8SXP" src="images/ox_sitemap3i0.gif" hspace="0" border="0" /></a><img name="NI1SXE8SXP" src="images/ox_sitemap3i2.gif"/></td><td class="SXLP1">Optical Printers');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I1SXE8SXC" par="I1SXE8SXP" class="SXC1">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="56"></td><td valign="top" width="20" class="SXLC1">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC1"><a class="SXLC1" href="oxberry1600_page.html" target="_parent">Oxberry 1600 - kj</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I1SXE9SXP" par="I0SXE6SXP" class="SXP1">');
   document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="20"></td><td class="SXLP1" valign="top" nowrap="nowrap" width="36">');
   document.write('<a href="javascript:void(0);" onclick="p06(null,1,9); return false">');
   document.write('<img name="MI1SXE9SXP" src="images/ox_sitemap3i0.gif" hspace="0" border="0" /></a><img name="NI1SXE9SXP" src="images/ox_sitemap3i2.gif"/></td><td class="SXLP1">Film Recorder Cameras');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I1SXE9SXC" par="I1SXE9SXP" class="SXC1">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="56"></td><td valign="top" width="20" class="SXLC1">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC1"><a class="SXLC1" href="oxberry3100_page.html" target="_parent">Oxberry 3100</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I1SXE10SXP" par="I0SXE6SXP" class="SXP1">');
   document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="20"></td><td class="SXLP1" valign="top" nowrap="nowrap" width="36">');
   document.write('<a href="javascript:void(0);" onclick="p06(null,1,10); return false">');
   document.write('<img name="MI1SXE10SXP" src="images/ox_sitemap3i0.gif" hspace="0" border="0" /></a><img name="NI1SXE10SXP" src="images/ox_sitemap3i2.gif"/></td><td class="SXLP1">Liquid Gates');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I1SXE10SXC" par="I1SXE10SXP" class="SXC1">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="56"></td><td valign="top" width="20" class="SXLC1">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC1"><a class="SXLC1" href="liquidgate_page.html" target="_parent">16 and 35 mm Liquid Gates</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I1SXE11SXP" par="I0SXE6SXP" class="SXP1">');
   document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="20"></td><td class="SXLP1" valign="top" nowrap="nowrap" width="36">');
   document.write('<a href="javascript:void(0);" onclick="p06(null,1,11); return false">');
   document.write('<img name="MI1SXE11SXP" src="images/ox_sitemap3i0.gif" hspace="0" border="0" /></a><img name="NI1SXE11SXP" src="images/ox_sitemap3i2.gif"/></td><td class="SXLP1">Discontinued Film Recorder Cameras');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I1SXE11SXC" par="I1SXE11SXP" class="SXC1">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="56"></td><td valign="top" width="20" class="SXLC1">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC1"><a class="SXLC1" href="pro3_page.html" target="_parent">Oxberry Pro 3</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="56"></td><td valign="top" width="20" class="SXLC1"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC1"><a class="SXLC1" href="mxf35_page.html" target="_parent">Oxberry MXF 35</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="SXR12" class="SXR">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="16"></td><td valign="top" width="20" class="SXLR">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLR"><a class="SXLR" href="support_page.html" target="_parent">Tech Support</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I0SXE13SXP" par="root" class="SXP0">');
   document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" nowrap="nowrap" width="36">');
   document.write('<a href="download_page.html" onclick="p06(null,0,13); return false">');
   document.write('<img name="MI0SXE13SXP" src="images/ox_sitemap3i0.gif" hspace="0" border="0" /></a><img name="NI0SXE13SXP" src="images/ox_sitemap3i2.gif"/></td><td class="SXLP0"><a href="download_page.html" target="_parent">Downloads</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I0SXE13SXC" par="I0SXE13SXP" class="SXC0">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/scanners/cinescan/cinescan.pdf" target="_parent">Scanner Specifications (699 KB)</a>');
   <!--
   //document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/scanners/cinescan/scancomp.pdf") target="_parent">Scanner comparison (634 KB)</a>');
   //-->
   document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/liquid_gate/liquidgate.pdf") target="_parent">Liquid gate ad (380 KB)</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/cameras/mxf35/mxf35.pdf") target="_parent">MXF 35 (651 KB)</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/cameras/pro3/pro3.pdf") target="_parent">Pro 3 ad (1.7 MB)</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/cameras/pro3/pro3_info.pdf") target="_parent">Pro 3 flyer (8.3 MB)</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/printers/oxberry1600.pdf") target="_parent">Optical printer manual (1.3 MB)</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/printers/filmformat.pdf") target="_parent">Film formats for optical printers (302 KB)</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/animation_stands/filmaker/filmaker_manual.pdf") target="_parent">Filmaker animation stand manual (7.5 MB)</a>');
   document.write('</td></tr><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0"><img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="displaydocument_page.html" setCookie("_document_name","docs/animation_stands/media_pro/mediapro.pdf") target="_parent">Media Pro animation stand manual (833 KB)</a>');   
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I0SXE14SXP" par="root" class="SXP0">');
   document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" nowrap="nowrap" width="36">');
   document.write('<a href="news_page.html" onclick="p06(null,0,14); return false">');
   document.write('<img name="MI0SXE5SXP" src="images/ox_sitemap3i0.gif" hspace="0" border="0" /></a><img name="NI0SXE5SXP" src="images/ox_sitemap3i2.gif"/></td><td class="SXLP0"><a href="news_page.html" target="_parent">News</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="I0SXE14SXC" par="I0SXE14SXP" class="SXC0">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="36"></td><td valign="top" width="20" class="SXLC0">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLC0"><a class="SXLC0" href="news_page.html#cinescan6400speed" target="_parent">Cinescan Speed Improvement</a>');
   document.write('</td></tr></table>');
   document.write('</div>');

   document.write('<div id="SXR" class="SXR">');
   document.write('<table class="TBL" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap" width="16"></td><td valign="top" width="20" class="SXLR">');
   document.write('<img src="images/ox_sitemap3i4.gif" align="absmiddle" class="im" /></td><td class="SXLR"><a class="SXLR" href="request_page.html" target="_parent">Request Info</a>');
   document.write('</td></tr></table>');
   document.write('</div>');
   


   li = "I0SXE13SXC";
   onunload=p10;


}

