
function bwrinfo(frm,fld)
{
	openWindow("bwrinfo.asp?ToForm=" + frm + "&ToField=" + fld  , 700,400,"scrollbars=yes");
}
