﻿
function popUp(URL,name,w,h) {
    eval("page" + name + " = window.open(URL, '" + name + "', 'scrollbars=1,toolbar=0,location=1,statusbar=0,menubar=0,resizable=1,width=" + w + ",height=" + h + ",left=150,top=150,top=0');");
}
