popupWindow = function(href, w, h){
	window.open(href, 'windowName', 'width=' + w + ', height=' + h +', scrollbars, resizable');
}