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