// load in the proper frameset
passpage = document.URL 
if (top.location == self.location) {
	top.location.href="master.html?" + passpage 
}

