<!-- 
//slider's width
var swidth=115

//scroller height
var sheight=140


//scroller's speed;
var sspeed=1

var wholemessage=''

//text: change to your own

wholemessage='<div align="justify"><p class="text" align="justify"><span class="body-text">'
wholemessage=wholemessage+'<p class="text"><font-family: Verdana><b><i>Welcome to jutebagsandleatherbags.com</b></i></font><br>( Leading Manufacturers & Exporters of Leather Bags and Jute Bags in India)<br><br>M. B. Enterprise  based  in  Kolkata, India  is  a 100%   export  oriented  company  specialized   in  manufacturing  of  custom  designed  Eco-friendly  products,  using 100% natural Jute-Cotton & Canvas fabrics. Jute - the   golden fibre - is a unique &  versatile  gift  of  nature.  We  specialize in  the  design  &  supply  of  high  quality   Custom  made bags  using  the  natural  fibre  &  fabrics  as per  requirement  &  specification   of  our  clients. These   eco-friendly  bags  are  re-usable, strong  enough  to carry and  are  designed  to  work  with  any  products  turning  them  into  a  attractive  gifts. <br> <br>These  bags  can  be  made  from  different  colours  of  jute  fabrics  with  a   variety  of  handles  like  Cane, Bamboo, Rope, Tape, Jute  etc. The  printing   on  the  bags  are  done  with  utmost  care  so  as  to  attract  the   people  to  read  the  matter  on   it.  Which  remains  the  main  purpose  of  a  gift  &  promotional   bags. Our  spectacular  collection  of  jute bags   can  be   made  custom  designed  in  terms  of  size, colours, handles  etc. in  all  respects. Last  but   not  the  least   to  mention  here   that  these eco-friendly, custom  designed bags  are  the  best  medium  for  promoting   any  type  of  businesses  &  act   as  a  great  alternative   to  plastic  &  paper  bags. <b>They are the leading Manufacturer,Supplier and Exporter of Jute Bags, Leather Bags, Wine Bags, Cotton Bags, Shopping Bags, Cotton Bags, Canvas Bags, Embroidery Bags, Promotional Bags, Advertisement Bags, Cosmetic Bags, Jar Bags, Fancy Bags, Rice Bags, Coffee Bags, Back Packs, Draw Bags, Christmas  Bags,   New Year Bags, Leather Hand Bags, Leather Wallets, Leather Purses, Gift Products, Coin Cases, Lipstick Cases, Keyrings, Jewellery Cases.</b> </p></DIV>'
wholemessage=wholemessage+'<div align="justify">'
wholemessage=wholemessage+'<p class="text"><b>Shipment:     By Sea &   Air Worldwide.</b></p><br></DIV>'
wholemessage=wholemessage+'<p class="text"><b>Packing:       In export quality Sea-worthy Card board Cartons</b></p><br></DIV>'
wholemessage=wholemessage+'<p class="text"><b>Dispatch:      Normally goods are made ready for dispatch within   30-40 working days from  the date   of   receipt    of   order along with   design- artwork  &   payment.</b></p><br></DIV>'
wholemessage=wholemessage+'<div align="justify">'
wholemessage=wholemessage+'<p class="text"><b>THE PROMISE OF QUALITY</b><br><br>At M. B. Enterprise, Quality is not a destination, it is a Journey. A continuous improvement in every sphere of activity has helped us in our endeavour to achieve Total Quality Management & thought it, Total Customer Satisfaction.<br><br>Quality has always been and shall always remain in future, our guiding light. It is a result of our dedication & commitment to our customer.<br><br>Quality, for us, is a way of life.</p></DIV>'
wholemessage=wholemessage+'<div align="justify">'
wholemessage=wholemessage+'<p class="text"><b>OUR PHILOSOPHY AT WORK</b><br><br>Our basic philosophy, which is evident in our every activity & operation is "Giving more value to our customer."<br><br>Our corporate philosophy has been built on the thought of giving moneys worth to our customers.<br><br>Our business is totally customer driven. Whenever we develop and innovate, the inspiration come from the customer, which is why the level of customer satisfaction for our products is very high.<br><br>M. B. Enterprise is a team of young and enterprising designers with a lot of zeal and energy. </p>'
wholemessage=wholemessage+'<div align="justify">'
wholemessage=wholemessage+'<div align="justify">'
wholemessage=wholemessage+'</p></span></div>'

function start(){
if (document.all) return
if (document.getElementById){
document.getElementById("slider").style.visibility="show"
ns6marquee(document.getElementById('slider'))
}
else if(document.layers){
document.slider1.visibility="show"
ns4marquee(document.slider1.document.slider2)
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
ns4layer.document.write(wholemessage)
ns4layer.document.close()
sizeup=ns4layer.document.height
ns4layer.top-=sizeup
ns4slide()
}
function ns4slide(){
if (ns4layer.top>=sizeup*(-1)){
ns4layer.top-=sspeed
setTimeout("ns4slide()",50)
}
else{
ns4layer.top=sheight
ns4slide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
ns6div.innerHTML=wholemessage
ns6div.style.top=sheight
sizeup=sheight
ns6slide()
}
function ns6slide(){
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6slide()",50)
}
else{
ns6div.style.top=sheight
ns6slide()
}
}
// -->

