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=840px, height=620px"); }
function detail1(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=500px"); }
function picture(name){  var url = name; window.open(url, "_new","scrollbars=yes, status=yes, toolbar=no, resizable=yes, location=no, top=20, left=100, width=850px, height=620px"); }

