function jf_wopen(wurl, wname, wparams) {
	msgWindow = open(wurl, wname, wparams);
	if (msgWindow.opener == null) 
		msgWindow.opener=self;
}

function jf_resize_top(adjw, adjh)
{
	top.resizeTo(adjw, adjh)
}