Frame 1
function navFun(obj, cmd) {
if (cmd != "select") {
obj.cmd = cmd;
obj.play();
} else {
curSelect.cmd = "out";
curSelect.play();
curSelect = obj;
curSelect.cmd = "in";
curSelect.play();
getURL ("javascript:popUp()");
}
}
stop();
var url_var;
var target = ["1000,600", "_blank"];
Frame 2
Frame 3
Frame 12
Frame 20
stop();
getURL ("javascript:popUp()");
Symbol 6 MovieClip Frame 1
this.onRollOver = function () {
_parent.navFun(this, "in");
};
this.onRollOut = function () {
_parent.navFun(this, "out");
};
this.onRelease = function () {
_parent.navFun(this, "select");
};
this.onDragOut = (this.onReleaseOutside = this.onRollOut);
if (cmd != "in") {
gotoAndStop(_totalframes);
}
Symbol 6 MovieClip Frame 10
if (cmd != "out") {
prevFrame();
}