function showInstructions(){var a=null;if(Browser.Engine.gecko){a=$("p_firefox")}else{if(Browser.Engine.trident){a=$("p_explorer")}else{a=$("p_other")}}if(a!==null){a.style.display=""}}function page_onLoad(){showInstructions()};