function MM_openBrWindow(theURL,winName,features){	window.open(theURL,winName,features);}// alert('moo');function MM_embedQuicktimeVideo(poster,media,width,height){	document.write("<OBJECT CLASSID='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B'  WIDTH='"+width+"' HEIGHT='"+height+"' CODEBASE='http://www.apple.com/qtactivex/qtplugin.cab'>");	if (poster != ''){		document.write("<PARAM NAME='src' VALUE='movies/"+poster+".mov'>");		document.write("<PARAM NAME='controller' VALUE='false'>");		document.write("<PARAM NAME='target' VALUE='myself'>");		document.write("<PARAM NAME='href' VALUE='"+media+".mov'>");		document.write("<PARAM NAME='pluginspage' VALUE='http://www.apple.com/quicktime/download/indext.html'>");		document.write("<EMBED WIDTH='"+width+"' HEIGHT='"+height+"' CONTROLLER='false' TARGET='myself' HREF='"+media+".mov' SRC='movies/"+poster+".mov' BGCOLOR='FFFFFF' BORDER='0' PLUGINSPAGE='http://www.apple.com/quicktime/download/indext.html'></EMBED>");	}else{		document.write("<PARAM NAME='src' VALUE='movies/"+media+".mov'>");		document.write("<PARAM NAME='controller' VALUE='true'>");		document.write("<PARAM NAME='pluginspage' VALUE='http://www.apple.com/quicktime/download/indext.html'>");		document.write("<EMBED WIDTH='"+width+"' HEIGHT='"+height+"' CONTROLLER='true' kioskmode='true' SRC='movies/"+media+".mov' BGCOLOR='FFFFFF' BORDER='0' PLUGINSPAGE='http://www.apple.com/quicktime/download/indext.html'></EMBED>");	}	document.write("</OBJECT>");}KIOSKMODE