//slider's width
var swidth=450

//slider's height
var sheight=200

//slider's speed
var sspeed=2

//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array()
singletext[0]='<div align="left"><font face=Arial size=2 color="black"><font size=3 color="blue"><b>PT. How Are You Indonesia</font></b><br>is a leading company in <b>Textile Knitting </b> and <b>Garment</b> Industry. The company was established since 1990 and located in Jl.Nanjung 206 Cimahi Selatan, Bandung, West Java - Indonesia.<p>Our <b>Knitting Industry</b> consists of <font color="blue">Knitting, Dyeing, Finishing</font> and <font color="blue">Printing</font> with main product from various kinds of knitted fabrics. We also have <b>Garment Industry</b> producing all kinds of export quality <font color="blue">children and adult wear</font>. Please visit our <a href="egarment.html">Garment homepage</a> for more information.<p><br><br><font size="4"><u>MAIN PRODUCTS</u></font><p> The main products of knitting are as follow:</p>              <table width="300" border="1" align="center" cellpadding="5" cellspacing="0">                <tr>                   <td width="151">&#8226; Polar Fleece Antipilling<br> &#8226;                     Micro Fleece Antippilling<br> &#8226; Fleece<br> &#8226; Interlock<br>                     &#8226; Single Jersey<br> &#8226; French Rib</td>                  <td width="103">&#8226; Heavy Jersey<br> &#8226; Double Face<br>                     &#8226; Terry<br> &#8226; Pique<br> &#8226; Rib 1x1, 2x2 etc<br>                     &#8226; Collar and Cuff </td>                </tr>                <tr>                   <td height="37" colspan="2"><a href="eproduk.html"><p align="center">Click here for a complete Product List</a></div></td>                </tr></table><p>All knitted  fabrics are available in many kinds of selected material such as: <b>CVC, Spun Polyester, 100% Cotton, 100% Polyester, T/C, T/R</b> and <b>Yarn Dyed</b>.<p>Note: <i>Material content depends on knitted fabric type.</i><p><br><br><font size="4"><u>QUALITY STANDARD</u></font></p><p> Supported by more than 10 (ten) years experience in Knitting Textile Industry, we also adopt <b>National and International standards</b> to sustain and achieve higher quality products. The standards are as follow:  </p> <p>&#8226; <b><font color="#FF0000">M T L &#8211; A C T S</font></b>                 - <a href="http://www.mtl-acts.com" target="_blank">www.mtl-acts.com</a><br>                &#8226; <b><font color="#FF0000">Intertek Testing Services</font></b>                 - <a href="http://www.itslabtest.com" target="_blank">www.itslabtest.com</a><br>                &#8226; <b><font color="#FF0000">Oeko-Tex Standard 100</font></b>                 - <a href="http://www.oeko-tex.com" target="_blank">www.oeko-tex.com</a>   <p><br><br><font size="4"><u>MARKET AREA</u></font></p>              <p> The products of PT. How Are You Indonesia are marketed not only in domestic area but also exported to many other countries. We offer you a competitive price, on time delivery, continuity, value and reliable service to all customers. For further information, quality sample and price list, please <a href="eprice.html#1">contact us</a> or <a href="esample.html#1">send your sample</a> to us.'
i=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",10)
}
if (iediv.style.pixelTop>=sheight*-4.5){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",80)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",10)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",80)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",10)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",10)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
