function popup(url, width, height)
{
	window.open(url,'window','width='+width+',height='+height+',scrollbars=no');
}