
		// Scrollers width here (in pixels)
		var scrollerwidthb="171px"

		// Scrollers height here
		var scrollerheightb="289px"

		// Scrollers speed here (larger is faster 1-10)
		var scrollerspeedb=1


		// Scrollers content goes here! Keep all of the message on the same line!
		var scrollercontentb='<a href="#" class="orange_news_link" onClick="NewsPopUp(\'news_popup.asp?id=22\')">New School opens with Knauf AMF acoustic ceiling tiles</a><br />Pupils and staff at Treetops School, Thurrock, are celebrating their move into new state-of-the-art premises following completion of a £12 million project constructed by Haymills Contractors Ltd.<br /><br /><a href="#" class="orange_news_link" onClick="NewsPopUp(\'news_popup.asp?id=20\')">Progressive Academy selects AMF Ceilings for sound reasons.</a><br/ >The Greenwood Academy in Dreghorn is a £25m new build forming part of North Ayrshire Council and Hochtief UK’s joint PFI schools building project.<br /><br /><a href="#" class="orange_news_link" onClick="NewsPopUp(\'news_popup.asp?id=19\')">Knauf AMF Ceilings Installed In Ayrshire’s State of the Art Maternity Unit</a><br/ >Development of a new maternity hospital, designed to be the focal point of maternity services across Ayrshire and Arran has just been completed with Knauf AMF Ceilings fitted in key areas including corridors, the library, accommodation and administrative areas.<br /><br /><a href="#" class="orange_news_link" onClick="NewsPopUp(\'news_popup.asp?id=18\')">Acoustic control at Aylesbury College</a><br />Construction of Aylesbury College has been underway since February 2005. The building comprises a main reception area, library and various teaching areas and Knauf AMF products were at the core of the interiors design, with 10,000 sq m of Thermatex Acoustic and Fine Stratos being installed throughout the college.<br /><br /><a href="files/Bulletin_26.09.06.pdf" class="orange_news_link">AMF Bulletin</a><br />AMF Newsletter<br /><br /><a href="#" class="orange_news_link" onClick="NewsPopUp(\'news_popup.asp?id=12\')">Focus on Schools</a><br />Studies show that noise in schools affects pupil’s ability to learn.<br /><br />'

var pauseitb=1


// Change nothing below!

scrollerspeedb=(document.all)? scrollerspeedb : Math.max(1, scrollerspeedb-1) //slow speed down by 1 for NS
var copyspeedb=scrollerspeedb
var iedom=document.all||document.getElementById
var actualheightb=''
var cross_scrollerb, ns_scrollerb, lefttimeb
var pausespeedb=(pauseitb==0)? copyspeedb: 0

function populateb(){
if (iedom){
cross_scrollerb=document.getElementById? document.getElementById("iescrollerb") : document.all.iescrollerb
cross_scrollerb.style.top=parseInt(scrollerheightb)+8+"px"
cross_scrollerb.innerHTML=scrollercontentb
actualheightb=cross_scrollerb.offsetHeight
}
else if (document.layers){
ns_scrollerb=document.ns_scrollerb.document.ns_scroller2b
ns_scrollerb.top=parseInt(scrollerheightb)+8
ns_scrollerb.document.write(scrollercontentb)
ns_scrollerb.document.close()
actualheight=ns_scrollerb.document.height
}
lefttimeb=setInterval("scrollscrollerb()",50)
}

		function populate_all() {
			populate();
			populateb();
		}
		
window.onload=populate_all

function scrollscrollerb(){

if (iedom){
if (parseInt(cross_scrollerb.style.top)>(actualheightb*(-1)+8))
cross_scrollerb.style.top=parseInt(cross_scrollerb.style.top)-copyspeedb+"px"
else
cross_scrollerb.style.top=parseInt(scrollerheightb)+8+"px"
}
else if (document.layers){
if (ns_scrollerb.top>(actualheightb*(-1)+8))
ns_scrollerb.top-=copyspeedb
else
ns_scrollerb.top=parseInt(scrollerheightb)+8
}
}

if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative;width:'+scrollerwidthb+';height:'+scrollerheightb+';overflow:hidden;" onMouseover="copyspeedb=pausespeedb" onMouseout="copyspeedb=scrollerspeedb">')
write('<div id="iescrollerb" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+scrollerwidthb+' height='+scrollerheightb+' name="ns_scrollerb">')
write('<layer name="ns_scroller2b" width='+scrollerwidthb+' height='+scrollerheightb+' left=0 top=0 onMouseover="copyspeedb=pausespeedb" onMouseout="copyspeedb=scrollerspeedb"></layer>')
write('</ilayer>')
}
}
}


