﻿function openWindow(loc,width,height) {
    var w = window.open(loc, '', 'scrollbars=no,menubar=no,height=' + height + ',width=' + width + ',resizable=no,toolbar=no,location=no,status=no');
}
