// JavaScript Document
function PopupFromMenu(URL,Name,Properties) {
window.open(URL,Name,Properties);
}
