/* Copyright (c) Andrew Davey, eLanguages, Modern Languages, University of Southampton 2011-2012 - A.Davey@soton.ac.uk - All rights reserved */
window.onload=p;function p(){var h=document.getElementsByTagName("button");for(var i=0;i<h.length;i++){if(h[i].className=="contlist"){h[i].onclick=function(){t(gn(this));this.focus();};h[i].onmouseover=function(){this.style.color="#e8682c";};h[i].onmouseout=function(){this.style.color="#36c";};};}var f=document.getElementsByTagName("form");for(var j=0;j<f.length;j++){if(f[j].className=="supform"){f[j].onsubmit=function(){alert("moo");};};};}function t(x){if(x.style.display=="none"){x.style.display="";}else{x.style.display="none";}}function gn(s){e=s.nextSibling;while(e.nodeType!=1){e=e.nextSibling;}return e;}
