function SubWin(url,name,opt)
{
	newwin = window.open(url,name,opt);
	newwin.focus();
}
