// USE this file to have the content showed in case user disable javascript
// If we put in CSS then we can not see any content when people do not have javascript enabled.
//


document.write("<style type='text/css'>");
document.write(".submenu {display:none;}");
document.write("#teams dd {display:none;}");
document.write("</style>");