// Pop-Up Window Script

function popWindow(location) {
window.open(location,'detail','width=600,height=620,resizable=no');
}

