/**
 *
 * MessPatch Light Javascript
 * Author: Rolando
 * 
 * Nothing big just a couple of functions needed by MessPatch Light.
 * Very nice of you to stop by =)
 * 
 */


function showApplet() {
    document.getElementById('patch_content').innerHTML = "<applet archive=\"light/MessPatchLight.jar\" code=\"MessPatch.class\"  width=\"460\" height=\"250\"></applet>";
}

function postPatching() {

}