function popup(url,name,settings) 
{
	var newWindow;
	newWindow=window.open(url,name,settings);
	newWindow.focus();
}
