function popup(url, title)
{
	window.open(url, title); 
}
