

var marqueewidth=200
var marqueeheight=100

//  >>Must be in one line************

var marqueecontents='<font color="#0000ff" align="center"><b>Steady supply of trained manpower at technician and craftsman level <p> Consultancy services of qualified & experienced faculty<p> -	Testing services of material & products in Laboratories & Workshops fitted with modern machinery & equipment <p>Tailor made program of training/re-training of in-service personnel of industry <p> Regular course for sponsored candidates from industry<p>Collaborative project formulation & implementation<p>Introduction of new courses with flexible approach on demand from industry<p>Facilities for holding Seminars / Workshops / conferences<p>Collaborative study of manpower requirement for industrial development<p>Sponsored research project on technology adoption / technology development.'
if (document.all)
document.write('<marquee id="joy"  direction="up" scrollAmount=2  style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents)
joy.onmouseover=new Function("joy.scrollAmount=0")
joy.onmouseout=new Function("if (document.readyState=='complete') joy.scrollAmount=2")
document.write('</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",950)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}

window.onload=regenerate2
                    
