function showCode(strToCode){
    document.getElementById('tpcode').innerHTML = strToCode;
}