function popup(url, w, h)
{
	window.open(url,url,'left=50,top=50,width=' + w + ',height=' + h + ',scrollbars=1')
}