function ShowFabric(Path,Title){var Html="<table cellspacing=\"0\" id=\"FabricZoom\">"+"   <tr><td colspan=\"2\"><img src=\""+Path+"\" alt=\""+Title+"\" /></td></tr>"+"   <tr>"+"       <td class=\"Description\">"+Title+"</td>"+"       <td><a href=\"#\" onclick=\"closeModal();return false;\"></a></td>"+"   </tr>"+"</table>";showModal(Html,"auto");}function ShowExplanation(Path){sendGetRequest("/Explain/"+Path+".html","BuildExplanation");}function BuildExplanation(Request){showModal(Request.responseText,"auto");}