// SCROLL TEXT



function scrollmessages()
    {



msg1="Sep 9 Simex was awarded a $1,070,000.00 Contract to supply the Defence Dept. with Submarine Spare parts"
msg2="Oct 18 Simex was awarded a $650,000.00 Contract to supply the Defence Dept. with Headsets Spare parts"
msg3="Dec 2009, Simex will complete implementing ISO9001:2008 Quality System"
msg4="In excess of 1200 different Government Contract Items in 2009 alone, Simex is the most prolific and diversified Canadian Government reseller"
msg5="In June 2010, Simex supplied Defence Department with 3000 communication Headsets and spare parts under a $ 3,840,000.00 contract."
msg6="May 2010, Simex awarded $540,000.00 contract to supply Department of Defence with M113LE TLAV PWS Spare Parts."
msg7="2010, Simex is implementing new ERP System (Pentagon2000) to improve speed, efficiency and capacity of business transactions while improving service to clients."
msg8="May 2010, Simex Defence has acquired a Business Firearms License."
msg9="June 2010, Simex Defence was awarded a NAMSA contract to supply NATO with Torpedo Repair Kits."
msg10="Meet the Simex Defence team at CANSEC 2011, next June. We will be presenting our goods and services in Ottawa, please pass by booth 2413 in the EADS Canada Hall."





    li="<li>"
    br="<br><br>"

   if (msg1=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg1); document.write(br); }

   if (msg2=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg2); document.write(br); }

   if (msg3=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg3); document.write(br); }

   if (msg4=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg4); document.write(br); }

   if (msg5=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg5); document.write(br); }

   if (msg6=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg6); document.write(br); }

   if (msg7=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg7); document.write(br); }

   if (msg8=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg8); document.write(br); }

   if (msg9=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg9); document.write(br); }

   if (msg10=="")
      {
      return true;
      }
   
   else { document.write(li); document.write(msg10); document.write(br); }

         
   return true;
   }




