Use variable in goto action

i have a variable declared in the root timeline.

var showlarge:String = “large_mc”;

and Im trying to throw that variable into a gotoAndPlay action like this…

on(release){
_root.inner.showlarge.gotoAndPlay(1);
}

for some reason this does not work and I am not sure why. Any help would be greatly appreciated.