function Popen(url) {
OpenWin = this.open(url, "Detail", "toolbar=no,scrollbars=yes,menubar=no,location=no,resizable=no, width=680, height=400");
}