// popup: Expand the info
function popup(URL, name, hsize, vsize) {
window.open(URL,name,'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars,resizable,width='+hsize+',height='+vsize);
}
