//scroller width: change to your own;
var swidth=176

//scroller height: change to your own;
var sheight=300

//background color: change to your own; 
var sbcolor=""

//scroller's speed: change to your own;
var sspeed=2

var wholemessage=''

//text: change to your own

wholemessage='<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/doors.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/doors.htm"\'><u> Doors</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/pillars.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/pillars.htm"\'><u> Pillars</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/swings.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/swings.htm"\'><u> Swings</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/cod.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/cod.htm"\'><u> Chests of Drawers</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/bar.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/bar.htm"\'><u> Bars</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/dewans.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/dewans.htm"\'><u> Dewans</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/dining.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/dining.htm"\'><u> Dining Table and Chairs</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/coftable.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/coftable.htm"\'><u> Coffee Tables</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/sidetable.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/sidetable.htm"\'><u> Side Tables</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/pouf.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/pouf.htm"\'><u> Poufs</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/lamps.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/lamps.htm"\'><u> Lamps</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/wallhang.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/wallhang.htm"\'><u> Wall Hangings</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/bracket.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/bracket.htm"\'><u> Wall Brackets</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/chair.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/chair.htm"\'><u> Chairs</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/sofa.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/swing.htm"\'><u> Sofas</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/cabinets.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/cabinets.htm"\'><u> Cabinets</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/teltable.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/teltable.htm"\'><u> Telephone Table</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/boxes.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/boxes.htm"\'><u> Boxes</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/oillamps.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/oillamps.htm"\'><u> Oil Lamps</u></a></DIV>'+
'<div align="center" class=tab><a class=tabb href="http://www.purakashtha.com/kerosene.htm" onClick=\'window.top.location.href="http://www.purakashtha.com/kerosene.htm"\'><u> Kerosene Lamps</u></a></DIV>';


//-- end Parameters-->
//-- begin: Scroller's Algorithm -->

var resumesspeed=sspeed
function start(){
if (document.all) iemarquee(slider);
else if (document.getElementById)
ns6marquee(document.getElementById('slider'));
else if(document.layers)
ns4marquee(document.slider1.document.slider2);
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
iediv.style.pixelTop=sheight
iediv.innerHTML=wholemessage 
sizeup=iediv.offsetHeight
ieslide()
}
function ieslide(){
if (iediv.style.pixelTop>=sizeup*(-1)){
iediv.style.pixelTop-=sspeed
setTimeout("ieslide()",100)
}
else{
iediv.style.pixelTop=sheight
ieslide()
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
ns4layer.top=sheight
ns4layer.document.write(wholemessage)
ns4layer.document.close()
sizeup=ns4layer.document.height
ns4slide()
}
function ns4slide(){
if (ns4layer.top>=sizeup*(-1)){
ns4layer.top-=sspeed
setTimeout("ns4slide()",100)
}
else{
ns4layer.top=sheight
ns4slide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
ns6div.style.top=sheight
ns6div.innerHTML=wholemessage
sizeup=ns6div.offsetHeight
ns6slide()
}
function ns6slide(){
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6slide()",100)
}
else{
ns6div.style.top=sheight
ns6slide()
}
}
//-- end Algorithm -->