<!-- pop up window
var nwind="";
function nw(u,wi,he) {
w=wi+5;
h=he+5;
	if (nwind.name == null)
{
wind = window.open(u,"ShowWindow",'width='+w+',height='+h+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
}
else {
	wind.focus() }
		}
// -->

