 function init_productsmenu()
 {
   var div      = document.getElementById('productsmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -110, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-110px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-110, .75);
  	           
  	       }
   }
}
 function init_products2menu()
 {
   var div      = document.getElementById('products2menu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -126, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-126px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-126, .75);
  	           
  	       }
   }
}
 function init_products1menu()
 {
   var div      = document.getElementById('products1menu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -116, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-116px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-116, .75);
  	           
  	       }
   }
}
 function init_ipcamsmenu()
 {
   var div      = document.getElementById('ipcamsmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -304, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-304px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-304, .75);
  	           
  	       }
   }
}
 function init_analogcamerasmenu()
 {
   var div      = document.getElementById('analogcamerasmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -172, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-172px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-172, .75);
  	           
  	       }
   }
}
 function init_oemcamsmenu()
 {
   var div      = document.getElementById('oemcamsmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -335, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-335px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-335, .75);
  	           
  	       }
   }
}
 function init_fixedmenu()
 {
   var div      = document.getElementById('fixedmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -328, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-328px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-328, .75);
  	           
  	       }
   }
}
 function init_outdoorptzmenu()
 {
   var div      = document.getElementById('outdoorptzmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -325, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-325px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-325, .75);
  	           
  	       }
   }
}
 function init_longrangemenu()
 {
   var div      = document.getElementById('longrangemenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -325, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-325px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-325, .75);
  	           
  	       }
   }
}
 function init_thermalcamsmenu()
 {
   var div      = document.getElementById('thermalcamsmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -303, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-303px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-303, .75);
  	           
  	       }
   }
}
 function init_highresmenu()
 {
   var div      = document.getElementById('highresmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -323, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-323px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-323, .75);
  	           
  	       }
   }
}
 function init_cablesothermenu()
 {
   var div      = document.getElementById('cablesothermenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -246, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-246px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-246, .75);
  	           
  	       }
   }
}
 function init_newsmenu()
 {
   var div      = document.getElementById('newsmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -52, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-52px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-52, .75);
  	           
  	       }
   }
}
 function init_supportmenu()
 {
   var div      = document.getElementById('supportmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -90, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-90px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-90, .75);
  	           
  	       }
   }
}
 function init_contactinfomenu()
 {
   var div      = document.getElementById('contactinfomenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -77, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-77px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-77, .75);
  	           
  	       }
   }
}
 function init_cohumenu()
 {
   var div      = document.getElementById('cohumenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -64, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-64px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-64, .75);
  	           
  	       }
   }
}
 function init_cohupioneereedtheoriginal()
 {
   var div      = document.getElementById('cohupioneereedtheoriginal');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 772, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '772px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(772, .75);
  	           
  	       }
   }
}
 function init_camerasforintegratedtraff()
 {
   var div      = document.getElementById('camerasforintegratedtraff');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 638, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '638px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(638, .75);
  	           
  	       }
   }
}
 function init_trafficsystemsbannerbackg()
 {
   var div      = document.getElementById('trafficsystemsbannerbackg');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 801, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '801px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(801, .75);
  	           
  	       }
   }
}
 function init_i3960hd()
 {
   var div      = document.getElementById('i3960hd');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, 225, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '225px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(225, .75);
  	           
  	       }
   }
}
 function init_i3960hdpolemount()
 {
   var div      = document.getElementById('i3960hdpolemount');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, 93, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '93px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(93, .75);
  	           
  	       }
   }
}
 function init_trafficsystemsbackground()
 {
   var div      = document.getElementById('trafficsystemsbackground');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -810, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-810px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-810, .75);
  	           
  	       }
   }
}
 function init_cohusmixofhighqualitycame()
 {
   var div      = document.getElementById('cohusmixofhighqualitycame');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 766, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '766px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(766, .75);
  	           
  	       }
   }
}
 function init_criticalinfrastructuresec()
 {
   var div      = document.getElementById('criticalinfrastructuresec');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 489, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '489px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(489, .75);
  	           
  	       }
   }
}
 function init_i2327securitysystemsbannerback()
 {
   var div      = document.getElementById('i2327securitysystemsbannerback');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 801, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '801px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(801, .75);
  	           
  	       }
   }
}
 function init_i2343i6960camera()
 {
   var div      = document.getElementById('i2343i6960camera');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, 306, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '306px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(306, .75);
  	           
  	       }
   }
}
 function init_i2326securitysystemsbannerback()
 {
   var div      = document.getElementById('i2326securitysystemsbannerback');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -810, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-810px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-810, .75);
  	           
  	       }
   }
}
 function init_federalstateandlocalgover()
 {
   var div      = document.getElementById('federalstateandlocalgover');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 753, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '753px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(753, .75);
  	           
  	       }
   }
}
 function init_publicsafetysecurity()
 {
   var div      = document.getElementById('publicsafetysecurity');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 396, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '396px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(396, .75);
  	           
  	       }
   }
}
 function init_governmentsecuritybannerb()
 {
   var div      = document.getElementById('governmentsecuritybannerb');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 801, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '801px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(801, .75);
  	           
  	       }
   }
}
 function init_i3930hd()
 {
   var div      = document.getElementById('i3930hd');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, 82, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '82px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(82, .75);
  	           
  	       }
   }
}
 function init_i3930hdpole()
 {
   var div      = document.getElementById('i3930hdpole');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, 195, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '195px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(195, .5);
  	           
  	       }
   }
}
 function init_governmentsecuritybackgro()
 {
   var div      = document.getElementById('governmentsecuritybackgro');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -810, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-810px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-810, .75);
  	           
  	       }
   }
}
 function init_withawidevarietyofdaynigh()
 {
   var div      = document.getElementById('withawidevarietyofdaynigh');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 743, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '743px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(743, .75);
  	           
  	       }
   }
}
 function init_transportationairportsecu()
 {
   var div      = document.getElementById('transportationairportsecu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 542, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '542px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(542, .75);
  	           
  	       }
   }
}
 function init_aviationsecuritybannerbac()
 {
   var div      = document.getElementById('aviationsecuritybannerbac');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 801, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '801px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(801, .75);
  	           
  	       }
   }
}
 function init_i3920idome()
 {
   var div      = document.getElementById('i3920idome');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -171, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-171px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-171, .75);
  	           
  	       }
   }
}
 function init_aviationsecuritybackgroun()
 {
   var div      = document.getElementById('aviationsecuritybackgroun');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -810, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-810px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-810, .75);
  	           
  	       }
   }
}
 function init_camerasformilitaryapplica()
 {
   var div      = document.getElementById('camerasformilitaryapplica');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 538, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '538px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(538, .75);
  	           
  	       }
   }
}
 function init_withextensiveexperiencein()
 {
   var div      = document.getElementById('withextensiveexperiencein');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 769, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '769px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(769, .75);
  	           
  	       }
   }
}
 function init_i8800longrangesurveillanc()
 {
 	var div      = document.getElementById('i8800longrangesurveillanc');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,1.0);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, 1.0);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, 1.0);
  	             }
        }
 }
 function init_trackingtargetingperimete()
 {
   var div      = document.getElementById('trackingtargetingperimete');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 183, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '183px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(183, .75);
  	           
  	       }
   }
}
 function init_militarybannerbackground()
 {
   var div      = document.getElementById('militarybannerbackground');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 801, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '801px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(801, .75);
  	           
  	       }
   }
}
 function init_militarybulletsbackground()
 {
   var div      = document.getElementById('militarybulletsbackground');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 200, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '200px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(200, .75);
  	           
  	       }
   }
}
 function init_militarybackground()
 {
   var div      = document.getElementById('militarybackground');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -810, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-810px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-810, .75);
  	           
  	       }
   }
}
 function init_camerasfororiginalequipme()
 {
   var div      = document.getElementById('camerasfororiginalequipme');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 759, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '759px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(759, .75);
  	           
  	       }
   }
}
 function init_roboticimagingprocesscont()
 {
   var div      = document.getElementById('roboticimagingprocesscont');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 174, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '174px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(174, .75);
  	           
  	       }
   }
}
 function init_i2920i1100camera()
 {
 	var div      = document.getElementById('i2920i1100camera');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,1.0);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, 1.0);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, 1.0);
  	             }
        }
 }
 function init_formorethanfivedecadesmac()
 {
   var div      = document.getElementById('formorethanfivedecadesmac');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 635, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '635px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(635, .75);
  	           
  	       }
   }
}
 function init_oemcamerabannerbackground()
 {
   var div      = document.getElementById('oemcamerabannerbackground');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 801, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '801px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(801, .75);
  	           
  	       }
   }
}
 function init_oembulletsbackground()
 {
   var div      = document.getElementById('oembulletsbackground');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 192, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '192px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(192, .75);
  	           
  	       }
   }
}
 function init_oembackground()
 {
   var div      = document.getElementById('oembackground');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -810, 0, .75, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-810px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .75);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-810, .75);
  	           
  	       }
   }
}

function init_tweens()
{
 init_oembackground();
 init_oembulletsbackground();
 init_oemcamerabannerbackground();
 init_formorethanfivedecadesmac();
 init_i2920i1100camera();
 init_roboticimagingprocesscont();
 init_camerasfororiginalequipme();
 init_militarybackground();
 init_militarybulletsbackground();
 init_militarybannerbackground();
 init_trackingtargetingperimete();
 init_i8800longrangesurveillanc();
 init_withextensiveexperiencein();
 init_camerasformilitaryapplica();
 init_aviationsecuritybackgroun();
 init_i3920idome();
 init_aviationsecuritybannerbac();
 init_transportationairportsecu();
 init_withawidevarietyofdaynigh();
 init_governmentsecuritybackgro();
 init_i3930hdpole();
 init_i3930hd();
 init_governmentsecuritybannerb();
 init_publicsafetysecurity();
 init_federalstateandlocalgover();
 init_i2326securitysystemsbannerback();
 init_i2343i6960camera();
 init_i2327securitysystemsbannerback();
 init_criticalinfrastructuresec();
 init_cohusmixofhighqualitycame();
 init_trafficsystemsbackground();
 init_i3960hdpolemount();
 init_i3960hd();
 init_trafficsystemsbannerbackg();
 init_camerasforintegratedtraff();
 init_cohupioneereedtheoriginal();
 init_cohumenu();
 init_contactinfomenu();
 init_supportmenu();
 init_newsmenu();
 init_cablesothermenu();
 init_highresmenu();
 init_thermalcamsmenu();
 init_longrangemenu();
 init_outdoorptzmenu();
 init_fixedmenu();
 init_oemcamsmenu();
 init_analogcamerasmenu();
 init_ipcamsmenu();
 init_products1menu();
 init_products2menu();
 init_productsmenu();
}