//slider's width
var swidth=200


//slider's height
var sheight=175

//slider's speed;
var sspeed=4


var imagef='  '

var imagepath = '../images/'

var imageHW = ' width=100 height=175 '
//images: change to your own

var leftimage=new Array();
leftimage[0]='<a href="Weight_loss/carbo_blocker.htm"><img src="'+imagepath+'carbo_blocker.jpg"'+imageHW+'alt="Carboblocker" border=1> </a>'


leftimage[1]='<a href="Weight_loss/slim_life.htm"> <img src="'+imagepath+'slim_life.jpg"'+imageHW+'alt="Slim Life" border=1> </a>'


leftimage[2]='<a href="Sex_Stimulants/vigorvit.htm"><img src="'+imagepath+'vigorvit_couple.jpg"'+imageHW+'alt="Vigorvit" border=1></a>'


leftimage[3]='<a href="Sex_Stimulants/vigor_life.htm"><img src="'+imagepath+'vigor_life.jpg"'+imageHW+'alt="Vigor Life" border=1></a>'


leftimage[4]='<a href="fertility_enhancer.htm"><img src="'+imagepath+'ferti_life.jpg"'+imageHW+'alt="Ferti Life" border=1></a>'


leftimage[5]='<a href="Anti_Stress/relax_life.htm"><img src="'+imagepath+'relax_life.jpg"'+imageHW+'alt="Relax Life" border=1></a>'


leftimage[6]='<a href="Anti_Stress/jovin.htm"><img src="'+imagepath+'jovin.jpg"'+imageHW+'alt="Jovin" border=1></a>'


leftimage[7]='<a href="Women_Health/mensulator.htm"><img src="'+imagepath+'mensulator.jpg"'+imageHW+'alt="Mensulator" border=1></a>'


leftimage[8]='<a href="Women_Health/Menopausal.htm"><img src="'+imagepath+'menopausal_plus.jpg"'+imageHW+'alt="Menopausal" border=1></a>'


leftimage[9]='<a href="energy_booster.htm"><img src="'+imagepath+'life_booster.jpg"'+imageHW+'alt="Life Booster" border=1></a>'


leftimage[10]='<a href="Heart_Care/garlee.htm"><img src="'+imagepath+'garlee.jpg"'+imageHW+'alt="Garlee" border=1></a>'


leftimage[11]='<a href="Heart_Care/heart_life.htm"><img src="'+imagepath+'heart_life.jpg"'+imageHW+'alt="Heart Life" border=1></a>'


leftimage[12]='<a href="Heart_Care/cardio_life.htm"><img src="'+imagepath+'cardio_life.jpg"'+imageHW+'alt="Cardio Life" border=1></a>'


leftimage[13]='<a href="anti_diabetics.htm"><img src="'+imagepath+'diabe_life.jpg"'+imageHW+'alt="Diabe Life" border=1></a>'


leftimage[14]='<a href="anti_diabetics.htm"><img src="'+imagepath+'dibo_heal.jpg"'+imageHW+'alt="Dibo Heal" border=1></a>'


leftimage[15]='<a href="skin_care.htm"><img src="'+imagepath+'hemo_life.jpg"'+imageHW+'alt="Hemo Life" border=1></a>'


leftimage[16]='<a href="liver_care.htm"><img src="'+imagepath+'liver_life.jpg"'+imageHW+'alt="Liver Life" border=1></a>'


leftimage[17]='<a href="immune_care.htm"><img src="'+imagepath+'immuno_life.jpg"'+imageHW+'alt="Immuno Life" border=1></a>'


leftimage[18]='<a href="memory_care.htm"><img src="'+imagepath+'memo_nurture.jpg"'+imageHW+'alt="Memo Nurture" border=1></a>'


leftimage[19]='<a href="urinary_care.htm"><img src="'+imagepath+'uri_life.jpg"'+imageHW+'alt="Uri Life" border=1></a>'


leftimage[20]='<a href="nerve_care.htm"><img src="'+imagepath+'nerv_life.jpg"'+imageHW+'alt="Nerve Life" border=1></a>'


leftimage[21]='<a href="respi_care.htm"><img src="'+imagepath+'respi_life.jpg"'+imageHW+'alt="Respi Life" border=1></a>'


leftimage[22]='<a href="anti_oxidants.htm"><img src="'+imagepath+'radi_life.jpg"'+imageHW+'alt="Radi Life" border=1></a>'


leftimage[23]='<a href="digest_care.htm"><img src="'+imagepath+'gastro_life.jpg"'+imageHW+'alt="Gastro Life" border=1></a>'






for (mi=0;mi<leftimage.length;mi++)
imagef=imagef+leftimage[mi]


function start(){
if (document.all) return
if (document.getElementById){
document.getElementById("slider").style.visibility="show"
initial6(document.getElementById('slider'))
}
else if(document.layers){
document.slider1.visibility="show"
intialslide()
}
}
function intialslide(){
document.slider1.document.slider2.document.write('<nobr>'+imagef+'</nobr>')
document.slider1.document.slider2.document.close()
thel=document.slider1.document.slider2.document.width
document.slider1.document.slider2.left-=thel
sslide()
}
function sslide(){
if (document.slider1.document.slider2.left>=thel*(-1)){
document.slider1.document.slider2.left-=sspeed
setTimeout("sslide()",100)
}
else{
document.slider1.document.slider2.left=swidth
sslide()
}
}
function initial6(whichdiv){
tdiv6=eval(whichdiv)
tdiv6.innerHTML=('<nobr>'+imagef+'</nobr>')
tdiv6.style.left=swidth
thel=swidth*leftimage.length
scroll6()
}
function scroll6(){
if (parseInt(tdiv6.style.left)>=thel*(-1)){
tdiv6.style.left=parseInt(tdiv6.style.left)-sspeed
setTimeout("scroll6()",100)
}
else{
tdiv6.style.left=swidth
scroll6()
}
}
//You might run into a position problem within the page, using either
//NS4.x or NS6.x. To correct this use the coordinates: 'left=value',
//'top=value' within ilayer/layer tags or 'position:relative/absolute;
//left:value;top:value;' within NS6's div tags.
//Those values can be either positive or negative!
//Make sure you've got the onload='...;' within body tag but without
//takeFocus(); there!

