function popup(url,w,h) {
	w = window.open(url,"pop","width=" + w + ", height=" + h );
	w.focus();
}