' + '
' + 'Price Changes in this round'.bold()+ '
'
)
for (var display=0; display<=5; display++) {
displayWin.document.writeln(
document.prices.company[display].value +
'
' +
'Old :'.fixed() +
' ' +
document.prices.old[display].value+ '
' +
'New :'.fixed() +
' ' +
document.prices.news[display].value +
'
' ) } displayWin.document.writeln( '
') displayWin.document.close() } function nextPlay() { getValues() outputWindow.close() // If no. of players processed equals to total players, it goes to Change Prices if (play<=howMany) { playGround() } else { changePrice() displayChanges() } } function skipAll() { changePrice() displayChanges() } // startPlay is activated by the PLAY button function startPlay() { play=1 // play=1 initialises a counter to count the no. of players processed playGround() } //-->
BY:Feedback/Support...Nikunj Sanghvi
DATE:1997-02-20
Click on Start to begin. |
Share Wars
The Stock Market Simulation Game® |
URL: http://www.oocities.org/SiliconValley/7116/jv_shwar.html