function disp(url,w_width,w_height){

window.open(url, "Detail", "width=" + w_width + ",height=" + w_height +",scrollbars=yes");

}

function disp2(url,w_width,w_height){

window.open(url, "Detail", "width=" + w_width + ",height=" + w_height +",scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,location=yes,directories=yes,status=yes");

}



