function openmybeform(){
//Open a modal window populated with the contents of a hidden DIV, and assign the result to a global variable called "mybewindow"
mybewindow=dhtmlmodal.open('MyBEBox', 'div', 'sitemybewindow', 'My BE Login', 'width=600px,height=600px,center=1,resize=0,scrolling=1')
}

function postmybeform(){
document.forms.getElementById("mybe_form").submit()
}
