function openPopup ( url )
{
	window.open ( url, 'popup', 'width=640,height=500,menubar=no,resizable=no,toolbar=no,scrollbars=yes' );

}