function winOpen(url, win, opt)
{
	winObj = open(url, win, opt);
	winObj.focus();
}