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