function popup( url )
{
	window.open( url, '' , 'width=640,height=480,scrollbars=yes' );
}