//-- Begin Scroller's Parameters and message -->

//scroller width: change to your own;
var swidth=200;

//scroller height: change to your own;
var sheight=120;

//background color: change to your own; 
var sbcolor="#F4EFF7";


//scroller's speed: change to your own;
var sspeed=2;

var wholemessage='';

//text: change to your own


wholemessage='<div align="left" class=tabb><a class=tabb href="#" onClick=\'window.top.location.href="http://iediis4.ied.edu.hk/pcc2004/viewproposal.asp"\'>PCC 2004 Presenter Proposal</a><br>'+
'<div align="left" class=tab>Preview the Proposal Abstract of All Presenters (Papers & Panels)</div><br>'+'<div align="left" class=tabb><a class=tabb href="#" onClick=\'window.top.location.href="http://iediis4.ied.edu.hk/pcc2004/enroll_conference.asp"\'>Register NOW !!</a><br>'+
'<div align="left" class=tab>Join the PCC 2004 Conference Now! (Regular Charges from Now On)</div><br>'+'<div align="left" class=tabb><a class=tabb href="#" onClick=\'window.top.location.href="http://iediis4.ied.edu.hk/pcc2004/enroll_paper_panel.asp"\'>Hand-in My Proposal</a><br>'+
'<div align="left" class=tab>Submit Your Proposal of Individual Paper / Prepared Panel for the Annual Conference Now!</div><br>'+'<div align="left" class=tabb><a class=tabb href="#" onClick=\'window.top.location.href="http://iediis4.ied.edu.hk/pcc2004/hotelaccom.asp"\'>Room Reservation - Royal Plaza Hotel</a><br>'+
'<div align="left" class=tab>Make Booking Early for the PCC 2004 Reserved Accommodation - Royal Plaza Hotel</div><br>'+'<div align="left" class=tabb><a class=tabb href="#" onClick=\'window.top.location.href="http://iediis4.ied.edu.hk/pcc2004/travelinfo.asp"\'>All About Hong Kong !!</a><br>'+
'<div align="left" class=tab>All You need to know about Travelling around Hong Kong</div><br>'+'<div align="left" class=tabb><a class=tabb href="#" onClick=\'window.top.location.href="http://iediis4.ied.edu.hk/pcc2004/keynote_speaker.asp"\'>The PCC 2004 Keynote Speakers</a><br>'+
'<div align="left" class=tab>The PCC 2004 Honourable Speakers: Prof. LEE Sang Joo, Ms. Christine LOH, & Prof. Konai Helu Thaman</div><br>'+'<div align="left" class=tabb><a class=tabb href="#" onClick=\'window.top.location.href="http://iediis4.ied.edu.hk/pcc2004/conf_details.asp"\'>The PCC 2004 Conference Details</a><br>'+
'<div align="left" class=tab>Necessary Information about the PCC 2004</div><br><br>'+
'<div align="left" class=tab>ENGLISH is the main language used in the PCC 2004</div>';

//-- end Parameters and message -->

//-- 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 -->
