﻿function popup01(theURL,winName,features)
{ //v2.0
    my_window=window.open(theURL,winName,features);
	if (window.focus) {my_window.focus()}
}
