function popUp(URL, width, height) {
window.open  (URL,'spotlight',config='height='+height+',width='+width+',toolbar=yes,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=yes')
}

function popUpMenu(URL, width, height) {
window.open  (URL,'spotlight',config='height='+height+',width='+width+',toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,directories=no,status=yes')
}

