function popup(url, name, condition)
{
	win=window.open(url, name, condition);
	win.focus();
}


