// JavaScript Document


var staticTip = new TipObj('staticTip');
with (staticTip)
{

 template = '<table bgcolor="#a1a1a5" cellpadding="0" cellspacing="0" width="%2%" border="0">' +
  '<tr><td><table cellpadding="2" cellspacing="0" width="100%" border="0">' +
  '<tr><td bgcolor="#a1a1a5" align="left" height="18" class="tipClass">%3%</td></tr>' +
  '</table></td></tr></table>';


 tips.links = new Array(0, 0, 125, 
 
  '<a href="aboutus.php" class="sub_header_links"><img src="images/ico2.gif" width="16" height="7" border="0" />About Us</a> <br />' +
  '<a href="news.php" class="sub_header_links"><img src="images/ico2.gif" width="16" height="7" border="0" />News</a> <br />' +
  '<a href="corporate_video.php" class="sub_header_links"><img src="images/ico2.gif" width="16" height="7" border="0" />Corporate Video</a> <br />' +
  '<a href="kaizen.php" class="sub_header_links"><img src="images/ico2.gif" width="16" height="7" border="0" />Kaizen</a> <br />' +
  '<a href="testimonials.php" class="sub_header_links"><img src="images/ico2.gif" width="16" height="7" border="0" />Testimonials</a> <br />' +
  '<a href="careers.php" class="sub_header_links"><img src="images/ico2.gif" width="16" height="7" border="0" />Careers</a> <br />'
   
   );

 tipStick = 0;
}
