function open_es(url) {
mywin = window.open(url,"window",'scrollbars=yes,resizable=yes,width=870,height=730');
}

