var wbg;
function wbgOpen(winurl,winname,winfeatures)
{
	wbg = window.open(winurl,winname,winfeatures);
 	setTimeout('wbg.focus();',250);
}


