// JavaScript Document

function moreDetail(url) {
window.open( url, 'detail', 'location = 0, height = 600, width = 500, resizable = 1, dependent = 1, status = 0, scrollbars = 1, toolbar = 0' )
}