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