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