function launchwin(url, name, w, h) {
var winprop = "width=" + w + ",height=" + h;
openwin = window.open(url, name, winprop);
}