function PageChange( pgname ) {
	parent.frames["boots"].location.href = pgname +".php?t=b";
	parent.frames["fuji"].location.href  = pgname +".php?t=f";
}

