function showMsg(text) {
document.picform.message.value = text;
}
function showMsg2(text) {
document.picform.message2.value = text;
}

