function detail(name){  var url = name; window.open(url, "_new","scrollbars=yes, status=yes, toolbar=no, resizable=yes, location=no, top=10, left=10, width=620px, height=620px"); }


