function openWindow(url, name, w, h) {
	popupWin = window.open(url, name, 'scrollbars,menubar,width=' + w + ', height=' + h);
}

