var newwindow;
function popup2(url)
{
	newwindow=window.open(url,'admin','height=auto,width=auto, resizable=yes,scrollbars=yes,toolbar=yes,status=yes,location=yes,menubar=yes');
	if (window.focus) {newwindow.focus()}
}
