Window Popup Data

My designer has a popup window come up with data in it. I need to edit it, but I can’t find that data. It says that the data is in “shippinginfo”, but I can’t find that file.

The action script for that button is

on(release){
tbill.gotoAndStop(“shippinginfo”);
}