function openwindow(url, title, h, w, l, t){
window.open(url, title, 'height=' + h + ',width=' + w + ',left=' + l + ',top=' + t);
}

