  message     =     "Wel-come to our Web site.^" +
					"A web site of OM ETHNIC WEAR^" +
  					
  					"ABOUT US:^" +

  					"We are a company carrying on a business of ,^" +
  					"manufacturing MENS ETHNIC WEAR LIKE sherwani.^" +
  					
               "traditional Wedding Sherwani, Embroidered Sherwani, Jodhpuri Suits;^" +
               "Wedding Kurta & Pyjama, designer Kurtas, Western  Kurta  Pyjama, Embroidered Kurta Pyjama.^" +
               "Accessories like Jutties, Stoles, Safaas ^" +
              
                              
               "We have a talented team of designers and craftsmen who are adept at creating the most mesmerizing collection  ^" +
                            
               "of ethnic menswear and accessories.^" +
               "We use the finest fabric and our collection has taken the international market by storm ^" +
               "with their enchanting designs, patterns and intricate work.,^" +
               

               +
               "^"
               
                           
              

               
  scrollSpeed = 25
  lineDelay   = 1500

  // Do not change the text below //

  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }

  // Unhide -->
scrollText(0)

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
