well first off (and think is the only thing),..your if(); statement syntax is off.

should be like:
Code:
stop();
if (frameName=="home") {
	gotoAndStop("home");
}
if (frameName=="info") {
	gotoAndStop("info");
}