function popup(url)
{
	newwindow=window.open(url,'name','height=420,width=760,status=1,toolbar=1,scrollbars=1,resizable=1,location=1');
	if (window.focus) {newwindow.focus()}
	return false;
}