// JavaScript Document

function  panelSwitch(thisPanel){
if(thisPanel.isOpen()) { thisPanel.close(); } else { thisPanel.open(); }
document.form1.textfield.value = xx
}