<!--			////////////// functions for zoo documents ///////////////////////////////////////////////for opening / reloading the player windowfunction openMOTW(URL) {	parent.frames[0].document.location = URL;}//for displaying the model & username in the topframe's input boxfunction displayInfo(info) {	if ( parent.frames[2].document.displayForm ) {		parent.frames[2].document.displayForm.display.value = info;	}}//for changing the date in the topframe's select box - called by 'onLoad' in the body tag			//-->