var win = null;
function pop(url,name,properties) {
    newwin = window.open(url,name,properties);
}