function popupForm(width, height){
	_np = window.open("","_npForm","toolbars=0,scrollbars=yes,location=0,width="+width+",height="+height);
	_np.focus();
	alert('ji!');
	return true;
}	