function popup( url ) {
	window.open( url, 'name', 'height=420,width=480' );
	return false;
}

