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