var newwindow;
function popup(url)
{
	newwindow=window.open(url,'new','height=600,width=870, resizable=yes,scrollbars=auto,toolbar=no,status=no,location=no,menubar=no');
	if (window.focus) {newwindow.focus()}
}
