function popUp(url, target, parameters)
{
	window.open(url, target, parameters + ", resizable=yes, scrolling=auto");
}

