
function openWindow(u,h,w) {
    window.open(u,"newWindow","height=" + h + ",width=" + w);
    return false;
}