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=600px, height=600px"); }
