// SCROLL TEXT



function scrollmessages()
    {



    msg1="Thanks to our Employees, Customers and Suppliers, 2009 was another record year in sales"
    msg2="With the help of great, dedicated employees, the management at Simex expects an even better 2010"
    msg3="Nov 3 Simex was awarded a $1,200,000.00 Contract to supply the Defence Dept. with various Headsets Spare parts"
    msg4="Nov 9 Simex was awarded a $1,440,000.00 Contract to supply the Defence Dept. with Military Headsets"
    msg5="Sep 9 Simex was awarded a $1,070,000.00 Contract to supply the Defence Dept. with Submarine Spare parts"
    msg6="Apr 2 Simex was awarded a $630,000.00 Contract to supply the Defence Dept. with Liquid Argon-Nitrogen-Oxygen Storage Tanks"
    msg7="Oct 18 Simex was awarded a $650,000.00 Contract to supply the Defence Dept. with Headsets Spare parts"
    msg8="Dec 2009, Simex will complete implementing ISO9001:2008 Quality System"
    msg9="In excess of 1200 different Government Contract Items in 2009 alone, Simex is the most prolific and diversified Canadian Government reseller"
    msg10=""





    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;
   }



