
function initialise() {
document.form1.scale[0].checked = false
document.form1.scale[1].checked = false
document.form1.scale[2].checked = true
document.form1.scale[3].checked = false
document.form1.scale[4].checked = false
document.form1.scale[5].checked = false
p=0
speed = 5
L = 50
Message="Welcome to 620-261, version 2001.  You'll soon practice your skills in row operations (linear algebra), so .... read the relevant appendices in the Lecture Notes. "

msg=Message + "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
m = msg.length
banner()
}

function banner() {
if (speed < 1) { return} else {
msg=msg.substring(1,m) + msg.substring(0,1)
document.form0.message.value=msg
id=setTimeout("banner()",1000/speed)}
 }


function Action(sp) {
clearTimeout(id)
speed = sp
if (speed < 1) {document.form0.message.value = Message; return}
id = setTimeout("banner()", 1000/speed)
if (speed > 20) {alert("\n \n Watch the speed limit, mate !")}
}

SHEETS = new Array("","sheet94/sheet94.html","sheet95/sheet95.html","sheet96/sheet96.html","sheet96/sheet96.html","sheet97/sheet97.html","sheet98/sheet98.html","sheet99/sheet99.html","sheet00/sheet00.html")

function Sheets(){
var t = window.document.forms[0].sheets.selectedIndex
window.document.forms[0].sheets.selectedIndex = 0
alert("This link is not connect yet.")
return
if(t==0){return}
if(t==9){alert("Be patient!");return}
t = SHEETS[t]
location = t 
}

ORLIST = new Array("","http://www.asor.ms.unimelb.edu.au/","http://www.informs.org/","http://www.ifors.org/","http://www.orsoc.org.uk/","http://www.worms.ms.unimelb.edu.au/","http://www.asor.ms.unimelb.edu.au/career/")

function OR(){
var t = window.document.forms[0].or.selectedIndex
window.document.forms[0].or.selectedIndex = 0
if(t==0){return}
t = ORLIST[t]
location = t 
}

SOFTWARE = new Array("","http://www.lindo.com/","http://www.maximal-usa.com","http://lionhrtpub.com/software-surveys.shtml")

function Software(){
var t = window.document.forms[0].software.selectedIndex
window.document.forms[0].software.selectedIndex = 0
if(t==0){return}
t = SOFTWARE[t]
location = t 
}


LINKS = new Array("","http://www.ifors.org/tutorial/","http://www.mcs.anl.gov/home/otc/Guide/CaseStudies/diet/index.html","http://ford.ieor.berkeley.edu/riot/","http://www.mcs.anl.gov/home/otc/Guide/CaseStudies/simplex/index.html")

function Links(){
var t = window.document.forms[0].links.selectedIndex
window.document.forms[0].links.selectedIndex = 0
if(t==0){return}
t = LINKS[t]
location = t 
}





