function popup(url,width,height)
{
	window.open(url,"pop","width="+width+",height="+height+",toolbars=0,scrollbars=0")
}