function popup(url, width, height, scrollbars)
{
	window.open(url,"popup","menubar=0, status=0, scrollbars="+scrollbars+", menubar=0, width="+width+", height="+height);
}