<!--
<!-- Hide from old browsers

  // All you have to do is put another text in the variable message.
  // Don't forget to break all lines with a ^
  // When you do not place a ^ at the end of all the message, the
  // message will not repeat

  message     =     "Wel-come to our Web site.^" +
					"A web site of OM Enterprise^" +
  					
  					"ABOUT US:^" +

  					"We are a company carrying on a business of ,^" +
  					"manufacturing Moulds & Dies made as per customer requirement.^" +
  					"We have been carrying on this business since 1978.^" +
               "We specialise in Plastic Injection Moulds, Compression Moulds,;^" +
               "Investment Die, Casting Moulds, Blow Moulds,Pressure Die Casting Moulds, etc.^" +
               "We have all the latest facilities to manufacture Moulds & Dies with CAD CAM facilities & ^" +
              
                              
               "Mould Flow Analysis to design any mould with latest software & technology. ^" +
                            
               "Our list of reputed customers include:,^" +
               "Godrej Appliances Ltd.,Godrej & Boyce,Jinal Plastic,Philips India Ltd.(Lighting,Loni,Pimpri),^" +
               "Advani Orlikon Ltd.,Marico Industries Ltd.,Electroplast India Pvt. Ltd.,^" +
               "R.K.Metal & Plastics ,Catrol India Pvt. Ltd.,Delta Plastic, LG Plastic etc.^" +
				"E-mail us your requirement on our E-mail Address omenterprise@vsnl.net or ^" +
		"Call us on Ph : 0091-22 28780688 / 28787331 /, FAX : 0091-22-56770655. Mobile No:0091-9821062914^" +

	"Search Engine optimization marketing and Website Designed by www.pushtiwebindia.com - Web Designing in Mumbai. Contact us for web designing Mobile No:0091-9324278325, Phone: 0991-22-32521466^" +
               +
               "^"
               
                           
              

               
  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);
}
//-->
