// Scrollers width here (in pixels)
var scrollerwidth="215px"

// Scrollers height here
var scrollerheight="200px"

// Scrollers speed here (larger is faster 1-10)
var scrollerspeed=1

var scrollercontent='<font face="Arial" color="#4f6a76" size="1"><b>'

// Scrollers content goes here!Dr Sami to add more lines just copy 
//one line of the below and add the text u want


scrollercontent+='<font color=red>First: Transitory Program</font><br><br>' 
scrollercontent+='1- Law.<br><br>' 
scrollercontent+='2- Information Technology.<br><br>' 
scrollercontent+='3- English Language (Translation)<br><br><br>' 
scrollercontent+='<font color=red>Second: Diplomas<br><br></font>'
scrollercontent+='1- Banking Diploma.<br><br>'  
scrollercontent+='2- Insurance Diploma.<br><br><Br>'  
scrollercontent+='<font color=red>Third: Courses<br><br></font>'  
scrollercontent+='1- Laws and orders implemented in Saudi Arabia.<br><br>'
scrollercontent+='2- Skills of studying Individual cases for inmates.<br><br>'  
scrollercontent+='3- Using open sources and evaluating them.<br><br>'  
scrollercontent+='4- Identifying the training resources.<br><br>'  
scrollercontent+='5- Observing the reservoir.<br><br>'  
scrollercontent+='6- Skills of studying individual cases for female inmates.<br><br>'  
scrollercontent+='7- Visioning the future.<br><br>'  
scrollercontent+='8- Administrative investigation.<br><br>'  
scrollercontent+='9- Conducting studies and legal consultancies.<br><br>'  
scrollercontent+='10- The legal system of banking affairs.<br><br>'  
scrollercontent+='11- Banknote counterfeits and ways to uncover them.<br><br>'  
scrollercontent+='12- Chastisement conflicts .<br><br>'  
scrollercontent+='13- Preparing and authoring administrative contracts.<br><br>'  
scrollercontent+='14- Money laundering and ways to combat them.<br><br>'  
scrollercontent+='15- Economic crimes.<br><br>'  
scrollercontent+='16- The electronic banking systems and computer crimes and their protection systems.<br><br><br>' 
scrollercontent+='17- Credit management and funding companies.<br><br>'
scrollercontent+='18- Programs of banking insurance.<br><br>'
scrollercontent+='19- The system of the stock market in the Kingdom of Saudi Arabia.<br><br>'
scrollercontent+='<font color=red>Fourth: Job Opportunities<br><br></font>'
scrollercontent+='1. Applied Computer Services Company announces the need for staffs as assistant applied systems for applicants have any of the following qualifications:<br><br>'
scrollercontent+='Diploma of Governmental Accounting (two years and a half Diploma)<br><br>' 
scrollercontent+='Diploma of Office Management (two years and a half Diploma)<br><br>'
scrollercontent+='Diploma of Staff Affairs and Government Salaries<br><br>'
scrollercontent+='Diploma of Warehouses and Inventory Control.<br><br>'
scrollercontent+='Diploma of Administrative Communications.<br><br><br>' 
scrollercontent+='For those who wish to submit work papers (curriculum vitae, transcript and date of graduation) directly to the Department of Personnel Affair at the Applied Computer Services Company on the fax 4656468.<br><br>' 
scrollercontent+='2- Declaration of the existence of jobs for distinguished graduates of the Marketing diploma. For those who wish to submit work papers (curriculum vitae, transcript and date of graduation) directly to the Secretary of program of Administration and Human Sciences on fax number 4083731. <br><br>'
scrollercontent+='3- Declaration of the existence of jobs for distinguished graduates of the Communications & Computer Networks diploma for several major companies in Riyadh. For those who wish to submit work papers (curriculum vitae, transcript and date of graduation) directly to the Secretary of program of Natural and Engineering Sciences<br><br>'
// add more content here

scrollercontent+='</b></font>' // do not change this line

var pauseit=1


// Change nothing below!

scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1 for NS
var copyspeed=scrollerspeed
var iedom=document.all||document.getElementById
var actualheight=''
var cross_scroller, ns_scroller
var pausespeed=(pauseit==0)? copyspeed: 0

function populate(){
if (iedom){
cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
cross_scroller.innerHTML=scrollercontent
actualheight=cross_scroller.offsetHeight
}
else if (document.layers){
ns_scroller=document.ns_scroller.document.ns_scroller2
ns_scroller.top=parseInt(scrollerheight)+8
ns_scroller.document.write(scrollercontent)
ns_scroller.document.close()
actualheight=ns_scroller.document.height
}
lefttime=setInterval("scrollscroller()",20)
}
window.onload=populate

function scrollscroller(){

if (iedom){
if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8))
cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px"
else
cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
}
else if (document.layers){
if (ns_scroller.top>(actualheight*(-1)+8))
ns_scroller.top-=copyspeed
else
ns_scroller.top=parseInt(scrollerheight)+8
}
}

if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">')
write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">')
write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed"></layer>')
write('</ilayer>')
}
}
}

                  