<!--

var nwind="";
function nw(u,wi,he) {
w=wi+20;
h=he+0;
	if (nwind.name == null)
{
wind = window.open(u,"ShowWindow",'width='+w+',height='+h+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1');
}

else {
	wind.focus() }

		}

// -->

