Frame 1
stop();
Instance of Symbol 8 MovieClip "progressBar" in Frame 1
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
text = ("Loaded " + percent) + "%";
gotoAndStop(percent);
if (loaded == total) {
_root.gotoAndPlay(2);
}
}
Frame 2
_root.scroller._x = 300.2;
_root.scroller._y = 150.7;
_root.scroller.gotoAndStop(2);
Frame 63
stop();
_root.flag_animation1 = 1;
Frame 76
pages2.gotoAndStop(_root.link);
Frame 89
pages.gotoAndStop(_root.link);
Instance of Symbol 348 MovieClip in Frame 94
on (rollOver) {
if (_root.link != 0) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link != 0) {
this.gotoAndPlay("s2");
}
}
on (release) {
if ((0 != (_root.link != 0)) & (0 != (_root.flag_animation1 == 1))) {
_root.flag_animation1 = 0;
_root.menu["item" + _root.link].gotoAndPlay("s2");
_root.link_prev = _root.link;
_root.link = 0;
_root.scrollPART.gotoAndStop(2);
_root.scroller.scroller.gotoAndStop(3);
_root.play();
}
}
Frame 98
stop();
_root.flag_animation1 = 1;
Frame 115
_root.link = 0;
Frame 116
gotoAndPlay ("s1");
Symbol 13 MovieClip Frame 1
but1.useHandCursor = false;
Symbol 65 MovieClip Frame 10
stop();
Symbol 66 MovieClip Frame 10
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 2
stop();
Symbol 87 MovieClip Frame 3
stop();
Symbol 87 MovieClip Frame 4
stop();
Symbol 90 Button
on (press) {
startDrag (this, false, 0, _parent.buttonSize, 0, ((_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight) + 1);
_parent.dragButtonIsDraging = true;
}
on (release, releaseOutside) {
stopDrag();
_parent.dragButtonIsDraging = false;
}
Symbol 91 MovieClip Frame 1
pageDownButton.useHandCursor = 0;
Symbol 93 Button
on (press) {
_parent.dragButton._y = _parent.dragButton._y + _parent.pageStep;
_parent.incDelay = _parent.pageDelay;
_parent.inc = -_parent.pageStep2;
if (_parent.dragButton._y < _parent.buttonSize) {
_parent.dragButton._y = _parent.buttonSize;
}
if (_parent.dragButton._y > ((_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight)) {
_parent.dragButton._y = (_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight;
}
}
on (rollOut, release, dragOut, releaseOutside) {
_parent.inc = 0;
}
Symbol 94 MovieClip Frame 1
pageDownButton.useHandCursor = 0;
Symbol 95 Button
on (press) {
_parent.dragButton._y = _parent.dragButton._y - _parent.pageStep;
_parent.incDelay = _parent.pageDelay;
_parent.inc = _parent.pageStep2;
if (_parent.dragButton._y < _parent.buttonSize) {
_parent.dragButton._y = _parent.buttonSize;
}
if (_parent.dragButton._y > ((_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight)) {
_parent.dragButton._y = (_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight;
}
}
on (rollOut, release, dragOut, releaseOutside) {
_parent.inc = 0;
}
Symbol 96 MovieClip Frame 1
pageUpButton.useHandCursor = 0;
Symbol 103 Button
on (release, releaseOutside) {
_parent.down_but = false;
}
on (press) {
_parent.down_but = true;
but = false;
}
Symbol 104 MovieClip Frame 1
down.useHandCursor = 0;
arr.useHandCursor = 0;
Symbol 105 Button
on (release, releaseOutside) {
_parent.drag_but = false;
}
on (press) {
_parent.drag_but = true;
}
Symbol 106 MovieClip Frame 1
drag.useHandCursor = 0;
arr.useHandCursor = 0;
Symbol 107 MovieClip Frame 1
step = 4;
speed = 15;
scroll_bg._height = _root.scrHEIGHT;
down._y = scroll_bg._height;
Instance of Symbol 97 MovieClip "scroll" in Symbol 107 MovieClip Frame 1
onClipEvent (load) {
buttonSize = 0;
viewHeight = _parent.scroll_bg._height;
viewWidth = _parent.scroll_bg._x;
scrollContent = _parent.for_text;
heightCorect = false;
mouseWheelHitTest = true;
wheelStep = 1;
pageStep = 10;
pageStep2 = 10;
pageDelay = 200;
arroyStep = 10;
arroyStep2 = 0.5;
arroyDelay = 3;
speedDec = 0.65;
scrollStep = _parent.speed;
_x = (scrollContent._x + viewWidth);
_y = scrollContent._y;
dragButtonIsDraging = false;
scrollPos = 0;
upButton._y = 0;
pageUpButton._x = 0;
pageDownButton._x = 0;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
dragButton._y = buttonSize;
downButton._y = buttonSize + scrollHeight;
blanckDown._y = downButton._y;
blanckUp._x = 0;
blanckUp._y = 0;
blanck._x = 0;
blanck._y = buttonSize;
blanckDown._x = 0;
pageUpButton._y = buttonSize;
blanck._height = scrollHeight;
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
if (viewHeight > contentHeight) {
_parent.for_text._x = _parent.for_text._x + 5;
}
mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if (((!mouseWheelHitTest) || (scrollContent.hitTest(_root._xmouse, _root._ymouse, false))) || (hitTest(_root._xmouse, _root._ymouse, false))) {
dragButton._y = dragButton._y - (delta * wheelStep);
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
};
Mouse.addListener(mouseListener);
curY = -scrollContent._y;
vY = 0;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
with (mask) {
beginFill(255, 50);
lineStyle(0, 16711935, 100);
moveTo(scrollContent._x - 1000, scrollContent._y);
lineTo((scrollContent._x + 1000) + viewWidth, scrollContent._y);
lineTo((scrollContent._x + 1000) + viewWidth, scrollContent._y + viewHeight);
lineTo(scrollContent._x - 1000, scrollContent._y + viewHeight);
endFill();
}
scrollContent.setMask(mask);
}
onClipEvent (enterFrame) {
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.scroll_bg._visible = ((viewHeight >= contentHeight) ? false : true);
if (incDelay < 0) {
dragButton._y = dragButton._y - inc;
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
incDelay--;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
downButton._y = buttonSize + scrollHeight;
pageDownButton._y = dragButton._y + dragButtonHeight;
pageDownButton._yscale = (((scrollHeight - dragButtonHeight) - dragButton._y) + buttonSize) - scrollPos;
pageUpButton._yscale = dragButton._y - buttonSize;
if (dragButtonIsDraging) {
stopDrag();
startDrag (dragButton, false, 0, buttonSize, 0, ((buttonSize + scrollHeight) - dragButtonHeight) + 1);
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
newY = ((dragButton._y - buttonSize) / dragButtonHeight) * viewHeight;
vY = vY + ((curY - newY) / scrollStep);
vY = vY * speedDec;
curY = curY - vY;
scrollContent._y = Math.floor((-curY) + _y);
}
onClipEvent (enterFrame) {
if (_parent.down_but == true) {
with (_parent.scroll) {
if (dragButton._y < (((buttonSize + scrollHeight) - dragButtonHeight) - _parent.step)) {
dragButton._y = dragButton._y + _parent.step;
} else {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
}
if (_parent.drag_but == true) {
if (_parent.scroll.dragButton._y > _parent.step) {
_parent.scroll.dragButton._y = _parent.scroll.dragButton._y - _parent.step;
} else {
_parent.scroll.dragButton._y = 0;
}
}
}
Symbol 108 MovieClip Frame 1
stop();
Symbol 113 Button
on (release) {
_parent.gotoAndStop("s0");
}
Symbol 116 Button
on (release) {
_parent.gotoAndStop(3);
gotoAndStop (2);
}
Symbol 119 Button
on (release) {
_parent.gotoAndPlay(1);
gotoAndStop (1);
}
Symbol 120 MovieClip Frame 1
stop();
but2.useHandCursor = 0;
but3.useHandCursor = 0;
Symbol 120 MovieClip Frame 2
stop();
but2.useHandCursor = 0;
but3.useHandCursor = 0;
Symbol 123 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 1
click = false;
sq0.onPress = function () {
if (!click) {
timer = getTimer() / 1000;
click = true;
return(undefined);
}
timer2 = getTimer() / 1000;
_root.test2 = timer2 - timer;
if ((timer2 - timer) < 0.25) {
if (_currentframe == 3) {
gotoAndPlay (1);
but7.gotoAndStop(1);
} else {
gotoAndStop (3);
but7.gotoAndStop(2);
}
return(undefined);
}
timer = getTimer() / 1000;
click = true;
};
track.pages.for_text.gotoAndStop(_root.READ);
sq1._height = _root.scrHEIGHT + 55;
sq2._height = sq1._height - 23;
sq3._height = sq1._height + 2;
sq4._height = sq1._height + 4;
sq5._height = sq1._height + 6;
sq0.useHandCursor = 0;
but2.useHandCursor = 0;
but3.useHandCursor = 0;
but4.useHandCursor = 0;
gotoAndStop (2);
Instance of Symbol 109 MovieClip "sq0" in Symbol 124 MovieClip Frame 1
onClipEvent (mouseDown) {
_root.tm_popup_check = 0;
if (!_parent.sq5.hitTest(_root._xmouse, _root._ymouse)) {
_root.tm_popup_check = 1;
}
}
onClipEvent (mouseUp) {
if ((0 != (!_parent.sq5.hitTest(_root._xmouse, _root._ymouse))) & (0 != (_root.tm_popup_check == 1))) {
_root.popup_pressed = 0;
_parent.gotoAndStop(3);
_parent.but7.gotoAndStop(2);
}
}
on (press) {
_parent._parent.startDrag(false, -100, 15, Stage.width, Stage.height - 15);
}
on (release, releaseOutside) {
stopDrag();
_root.scroller._x = Math.floor(_root.scroller._x) + 0.2;
_root.scroller._y = Math.floor(_root.scroller._y) + 0.7;
}
Symbol 124 MovieClip Frame 2
m_width = track.pages.for_text._width;
base_width = m_width + 52.3;
base_x = m_width;
sq1._width = base_width;
sq0._width = base_width;
sq2._width = base_width - 2;
sq3._width = base_width + 2;
sq4._width = base_width + 4;
sq5._width = base_width + 6;
but4._x = base_width - 136;
but7._x = Math.floor(base_width - 154) + 0.85;
track.pages.down._x = base_width + 210;
track.pages.drag._x = base_width + 210;
track.pages.scroll_bg._x = base_width + 210;
track.pages.scroll._x = base_width + 209.3;
stop();
Symbol 124 MovieClip Frame 3
sq3._height = 24;
sq4._height = 26;
sq5._height = 28;
stop();
Symbol 125 MovieClip Frame 2
stop();
Symbol 125 MovieClip Frame 4
tm_popup.track.pages.for_text.gotoAndStop(_root.READ);
Symbol 125 MovieClip Frame 13
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 10
stop();
Symbol 157 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 10
stop();
Symbol 165 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 10
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 10
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 10
stop();
Instance of Symbol 150 MovieClip in Symbol 177 MovieClip Frame 1
on (rollOver) {
if (_root.link != 1) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link != 1) {
this.gotoAndPlay("s2");
}
}
on (release) {
if ((0 != (_root.link != 1)) & (0 != (_root.flag_animation1 == 1))) {
_root.flag_animation1 = 0;
_root.menu["item" + _root.link].gotoAndPlay("s2");
_root.link_prev = _root.link;
_root.link = 1;
_root.scrollPART.gotoAndStop(2);
_root.scroller.scroller.gotoAndStop(3);
_root.play();
}
}
Instance of Symbol 157 MovieClip in Symbol 177 MovieClip Frame 1
on (rollOver) {
if (_root.link != 3) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link != 3) {
this.gotoAndPlay("s2");
}
}
on (release) {
if ((0 != (_root.link != 3)) & (0 != (_root.flag_animation1 == 1))) {
_root.flag_animation1 = 0;
_root.menu["item" + _root.link].gotoAndPlay("s2");
_root.link_prev = _root.link;
_root.link = 3;
_root.scrollPART.gotoAndStop(2);
_root.scroller.scroller.gotoAndStop(3);
_root.play();
}
}
Instance of Symbol 165 MovieClip in Symbol 177 MovieClip Frame 1
on (rollOver) {
if (_root.link != 2) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link != 2) {
this.gotoAndPlay("s2");
}
}
on (release) {
if ((0 != (_root.link != 2)) & (0 != (_root.flag_animation1 == 1))) {
_root.flag_animation1 = 0;
_root.menu["item" + _root.link].gotoAndPlay("s2");
_root.link_prev = _root.link;
_root.link = 2;
_root.scrollPART.gotoAndStop(2);
_root.scroller.scroller.gotoAndStop(3);
_root.play();
}
}
Instance of Symbol 172 MovieClip in Symbol 177 MovieClip Frame 1
on (rollOver) {
if (_root.link != 4) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link != 4) {
this.gotoAndPlay("s2");
}
}
on (release) {
if ((0 != (_root.link != 4)) & (0 != (_root.flag_animation1 == 1))) {
_root.flag_animation1 = 0;
_root.menu["item" + _root.link].gotoAndPlay("s2");
_root.link_prev = _root.link;
_root.link = 4;
_root.scrollPART.gotoAndStop(2);
_root.scroller.scroller.gotoAndStop(3);
_root.play();
}
}
Instance of Symbol 176 MovieClip in Symbol 177 MovieClip Frame 1
on (rollOver) {
if (_root.link != 6) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link != 6) {
this.gotoAndPlay("s2");
}
}
on (release) {
if ((0 != (_root.link != 6)) & (0 != (_root.flag_animation1 == 1))) {
_root.flag_animation1 = 0;
_root.menu["item" + _root.link].gotoAndPlay("s2");
_root.link_prev = _root.link;
_root.link = 6;
_root.scrollPART.gotoAndStop(2);
_root.scroller.scroller.gotoAndStop(3);
_root.play();
}
}
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
Symbol 184 MovieClip Frame 3
stop();
Symbol 184 MovieClip Frame 4
stop();
Symbol 184 MovieClip Frame 5
stop();
Symbol 184 MovieClip Frame 6
stop();
Symbol 201 Button
on (rollOver) {
_parent.down_but = true;
}
on (rollOut, releaseOutside) {
_parent.down_but = false;
}
Symbol 202 MovieClip Frame 1
down.useHandCursor = 0;
Symbol 203 Button
on (rollOver) {
_parent.drag_but = true;
}
on (rollOut, releaseOutside) {
_parent.drag_but = false;
}
Symbol 204 MovieClip Frame 1
drag.useHandCursor = 0;
Symbol 205 MovieClip Frame 1
pageDownButton.useHandCursor = 0;
Symbol 206 MovieClip Frame 1
pageDownButton.useHandCursor = 0;
Symbol 207 MovieClip Frame 1
pageUpButton.useHandCursor = 0;
Symbol 209 MovieClip Frame 1
step = 3;
speed = 30;
Instance of Symbol 208 MovieClip "scroll" in Symbol 209 MovieClip Frame 1
onClipEvent (load) {
buttonSize = 0;
viewHeight = _parent.scroll_bg._height;
viewWidth = _parent.scroll_bg._x;
scrollContent = _parent.for_text;
heightCorect = false;
mouseWheelHitTest = true;
wheelStep = 3;
pageStep = 30;
pageStep2 = 10;
pageDelay = 200;
arroyStep = 10;
arroyStep2 = 0.5;
arroyDelay = 3;
speedDec = 0.65;
scrollStep = 20;
_x = (scrollContent._x + viewWidth);
_y = scrollContent._y;
dragButtonIsDraging = false;
scrollPos = 0;
upButton._y = 0;
pageUpButton._x = 0;
pageDownButton._x = 0;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
dragButton._y = buttonSize;
downButton._y = buttonSize + scrollHeight;
blanckDown._y = downButton._y;
blanckUp._x = 0;
blanckUp._y = 0;
blanck._x = 0;
blanck._y = buttonSize;
blanckDown._x = 0;
pageUpButton._y = buttonSize;
blanck._height = scrollHeight;
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if (((!mouseWheelHitTest) || (scrollContent.hitTest(_root._xmouse, _root._ymouse, false))) || (hitTest(_root._xmouse, _root._ymouse, false))) {
dragButton._y = dragButton._y - (delta * wheelStep);
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
};
Mouse.addListener(mouseListener);
curY = -scrollContent._y;
vY = 0;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
}
onClipEvent (enterFrame) {
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.scroll_bg._visible = ((viewHeight >= contentHeight) ? false : true);
if (incDelay < 0) {
dragButton._y = dragButton._y - inc;
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
incDelay--;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
downButton._y = buttonSize + scrollHeight;
pageDownButton._y = dragButton._y + dragButtonHeight;
pageDownButton._yscale = (((scrollHeight - dragButtonHeight) - dragButton._y) + buttonSize) - scrollPos;
pageUpButton._yscale = dragButton._y - buttonSize;
if (dragButtonIsDraging) {
stopDrag();
startDrag (dragButton, false, 0, buttonSize, 0, ((buttonSize + scrollHeight) - dragButtonHeight) + 1);
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
newY = ((dragButton._y - buttonSize) / dragButtonHeight) * viewHeight;
vY = vY + ((curY - newY) / scrollStep);
vY = vY * speedDec;
curY = curY - vY;
scrollContent._y = Math.floor((-curY) + _y);
}
onClipEvent (enterFrame) {
if (_parent.down_but == true) {
with (_parent.scroll) {
if (dragButton._y < (((buttonSize + scrollHeight) - dragButtonHeight) - _parent.step)) {
dragButton._y = dragButton._y + _parent.step;
} else {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
}
if (_parent.drag_but == true) {
if (_parent.scroll.dragButton._y > _parent.step) {
_parent.scroll.dragButton._y = _parent.scroll.dragButton._y - _parent.step;
} else {
_parent.scroll.dragButton._y = 0;
}
}
}
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 10
stop();
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 10
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 10
stop();
Instance of Symbol 214 MovieClip in Symbol 233 MovieClip Frame 1
on (rollOver) {
gotoAndPlay ("s1");
}
on (rollOut) {
gotoAndPlay ("s2");
}
Instance of Symbol 217 MovieClip in Symbol 233 MovieClip Frame 1
on (rollOver) {
gotoAndPlay ("s1");
}
on (rollOut) {
gotoAndPlay ("s2");
}
Instance of Symbol 221 MovieClip in Symbol 233 MovieClip Frame 1
on (rollOver) {
gotoAndPlay ("s1");
}
on (rollOut) {
gotoAndPlay ("s2");
}
Symbol 234 MovieClip Frame 1
step = 3;
speed = 30;
Instance of Symbol 208 MovieClip "scroll" in Symbol 234 MovieClip Frame 1
onClipEvent (load) {
buttonSize = 0;
viewHeight = _parent.scroll_bg._height;
viewWidth = _parent.scroll_bg._x;
scrollContent = _parent.for_text;
heightCorect = false;
mouseWheelHitTest = true;
wheelStep = 3;
pageStep = 30;
pageStep2 = 10;
pageDelay = 200;
arroyStep = 10;
arroyStep2 = 0.5;
arroyDelay = 3;
speedDec = 0.65;
scrollStep = 20;
_x = (scrollContent._x + viewWidth);
_y = scrollContent._y;
dragButtonIsDraging = false;
scrollPos = 0;
upButton._y = 0;
pageUpButton._x = 0;
pageDownButton._x = 0;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
dragButton._y = buttonSize;
downButton._y = buttonSize + scrollHeight;
blanckDown._y = downButton._y;
blanckUp._x = 0;
blanckUp._y = 0;
blanck._x = 0;
blanck._y = buttonSize;
blanckDown._x = 0;
pageUpButton._y = buttonSize;
blanck._height = scrollHeight;
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if (((!mouseWheelHitTest) || (scrollContent.hitTest(_root._xmouse, _root._ymouse, false))) || (hitTest(_root._xmouse, _root._ymouse, false))) {
dragButton._y = dragButton._y - (delta * wheelStep);
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
};
Mouse.addListener(mouseListener);
curY = -scrollContent._y;
vY = 0;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
}
onClipEvent (enterFrame) {
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.scroll_bg._visible = ((viewHeight >= contentHeight) ? false : true);
if (incDelay < 0) {
dragButton._y = dragButton._y - inc;
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
incDelay--;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
downButton._y = buttonSize + scrollHeight;
pageDownButton._y = dragButton._y + dragButtonHeight;
pageDownButton._yscale = (((scrollHeight - dragButtonHeight) - dragButton._y) + buttonSize) - scrollPos;
pageUpButton._yscale = dragButton._y - buttonSize;
if (dragButtonIsDraging) {
stopDrag();
startDrag (dragButton, false, 0, buttonSize, 0, ((buttonSize + scrollHeight) - dragButtonHeight) + 1);
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
newY = ((dragButton._y - buttonSize) / dragButtonHeight) * viewHeight;
vY = vY + ((curY - newY) / scrollStep);
vY = vY * speedDec;
curY = curY - vY;
scrollContent._y = Math.floor((-curY) + _y);
}
onClipEvent (enterFrame) {
if (_parent.down_but == true) {
with (_parent.scroll) {
if (dragButton._y < (((buttonSize + scrollHeight) - dragButtonHeight) - _parent.step)) {
dragButton._y = dragButton._y + _parent.step;
} else {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
}
if (_parent.drag_but == true) {
if (_parent.scroll.dragButton._y > _parent.step) {
_parent.scroll.dragButton._y = _parent.scroll.dragButton._y - _parent.step;
} else {
_parent.scroll.dragButton._y = 0;
}
}
}
Symbol 240 Button
on (release) {
getURL ("http://www.youtube.com/watch?v=hDCMFfm0ZZg&feature=player_embedded", "_blank");
}
Symbol 243 Button
on (release) {
getURL ("http://www.youtube.com/watch?v=9-MIp-V2fLw&feature=related", "_blank");
}
Symbol 246 Button
on (release) {
getURL ("http://www.youtube.com/watch?v=FOyHPzKh9GA", "_blank");
}
Symbol 251 Button
on (release) {
getURL ("http://www.youtube.com/watch?v=BnmnFTNXukY", "_blank");
}
Symbol 253 Button
on (release) {
getURL ("http://www.youtube.com/watch?v=hhO3L_otNeo", "_blank");
}
Symbol 255 Button
on (release) {
getURL ("http://www.youtube.com/watch?v=ebm4HQ95GHk", "_blank");
}
Symbol 258 Button
on (release) {
getURL ("http://www.youtube.com/watch?v=52PvOj_E25Y", "_blank");
}
Symbol 259 Button
on (release) {
getURL ("http://www.youtube.com/watch?v=olHnyslc-OM", "_blank");
}
Symbol 262 MovieClip Frame 1
step = 3;
speed = 30;
Instance of Symbol 208 MovieClip "scroll" in Symbol 262 MovieClip Frame 1
onClipEvent (load) {
buttonSize = 0;
viewHeight = _parent.scroll_bg._height;
viewWidth = _parent.scroll_bg._x;
scrollContent = _parent.for_text;
heightCorect = false;
mouseWheelHitTest = true;
wheelStep = 3;
pageStep = 30;
pageStep2 = 10;
pageDelay = 200;
arroyStep = 10;
arroyStep2 = 0.5;
arroyDelay = 3;
speedDec = 0.65;
scrollStep = 20;
_x = (scrollContent._x + viewWidth);
_y = scrollContent._y;
dragButtonIsDraging = false;
scrollPos = 0;
upButton._y = 0;
pageUpButton._x = 0;
pageDownButton._x = 0;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
dragButton._y = buttonSize;
downButton._y = buttonSize + scrollHeight;
blanckDown._y = downButton._y;
blanckUp._x = 0;
blanckUp._y = 0;
blanck._x = 0;
blanck._y = buttonSize;
blanckDown._x = 0;
pageUpButton._y = buttonSize;
blanck._height = scrollHeight;
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if (((!mouseWheelHitTest) || (scrollContent.hitTest(_root._xmouse, _root._ymouse, false))) || (hitTest(_root._xmouse, _root._ymouse, false))) {
dragButton._y = dragButton._y - (delta * wheelStep);
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
};
Mouse.addListener(mouseListener);
curY = -scrollContent._y;
vY = 0;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
}
onClipEvent (enterFrame) {
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.scroll_bg._visible = ((viewHeight >= contentHeight) ? false : true);
if (incDelay < 0) {
dragButton._y = dragButton._y - inc;
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
incDelay--;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
downButton._y = buttonSize + scrollHeight;
pageDownButton._y = dragButton._y + dragButtonHeight;
pageDownButton._yscale = (((scrollHeight - dragButtonHeight) - dragButton._y) + buttonSize) - scrollPos;
pageUpButton._yscale = dragButton._y - buttonSize;
if (dragButtonIsDraging) {
stopDrag();
startDrag (dragButton, false, 0, buttonSize, 0, ((buttonSize + scrollHeight) - dragButtonHeight) + 1);
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
newY = ((dragButton._y - buttonSize) / dragButtonHeight) * viewHeight;
vY = vY + ((curY - newY) / scrollStep);
vY = vY * speedDec;
curY = curY - vY;
scrollContent._y = Math.floor((-curY) + _y);
}
onClipEvent (enterFrame) {
if (_parent.down_but == true) {
with (_parent.scroll) {
if (dragButton._y < (((buttonSize + scrollHeight) - dragButtonHeight) - _parent.step)) {
dragButton._y = dragButton._y + _parent.step;
} else {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
}
if (_parent.drag_but == true) {
if (_parent.scroll.dragButton._y > _parent.step) {
_parent.scroll.dragButton._y = _parent.scroll.dragButton._y - _parent.step;
} else {
_parent.scroll.dragButton._y = 0;
}
}
}
Symbol 274 Button
on (rollOver) {
if (_root.i != 1) {
gotoAndPlay ("t1");
}
}
on (rollOut, releaseOutside) {
if (_root.i != 1) {
gotoAndPlay ("t2");
}
}
on (release) {
if ((0 != (_root.i != 1)) & (0 != (_root.fl == 1))) {
_parent["d" + _root.i].gotoAndPlay("t2");
_root.i = 1;
_root.fl = 0;
_parent.pics.play();
stop();
}
}
Symbol 281 MovieClip Frame 1
stop();
Symbol 281 MovieClip Frame 5
stop();
Symbol 282 Button
on (rollOver) {
if (_root.i != 2) {
gotoAndPlay ("t1");
}
}
on (rollOut, releaseOutside) {
if (_root.i != 2) {
gotoAndPlay ("t2");
}
}
on (release) {
if ((0 != (_root.i != 2)) & (0 != (_root.fl == 1))) {
_parent["d" + _root.i].gotoAndPlay("t2");
_root.i = 2;
_root.fl = 0;
_parent.pics.play();
stop();
}
}
Symbol 286 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 5
stop();
Symbol 287 Button
on (rollOver) {
gotoAndPlay ("t1");
}
on (rollOut, releaseOutside) {
gotoAndPlay ("t2");
}
on (release) {
if (_root.fl1 == 1) {
_root.j = 1;
_root.fl1 = 0;
_parent._parent._parent._parent.picsap.play();
}
}
Symbol 292 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 10
stop();
Symbol 293 Button
on (rollOver) {
gotoAndPlay ("t1");
}
on (rollOut, releaseOutside) {
gotoAndPlay ("t2");
}
on (release) {
if (_root.fl1 == 1) {
_root.j = 2;
_root.fl1 = 0;
_parent._parent._parent._parent.picsap.play();
}
}
Symbol 298 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 10
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 2
stop();
Symbol 300 MovieClip Frame 3
stop();
Symbol 301 MovieClip Frame 1
_root.fl = 1;
stop();
Symbol 301 MovieClip Frame 8
blogs.gotoAndStop(_root.i);
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 2
stop();
Symbol 312 MovieClip Frame 3
stop();
Symbol 312 MovieClip Frame 4
stop();
Symbol 312 MovieClip Frame 5
stop();
Symbol 312 MovieClip Frame 6
stop();
Symbol 312 MovieClip Frame 7
stop();
Symbol 312 MovieClip Frame 8
stop();
Symbol 312 MovieClip Frame 9
stop();
Symbol 314 MovieClip Frame 1
_root.fl1 = 1;
stop();
Symbol 314 MovieClip Frame 2
bpics2.gotoAndStop(_root.j);
Symbol 314 MovieClip Frame 10
bpics1.gotoAndStop(_root.j);
Symbol 315 Button
on (rollOver) {
gotoAndPlay ("t1");
}
on (rollOut, releaseOutside) {
gotoAndPlay ("t2");
}
on (release) {
if (_root.fl == 1) {
_parent["d" + _root.i].gotoAndPlay("t2");
if (_root.i == 3) {
_root.i = 0;
}
_root.i = _root.i + 1;
_root.fl = 0;
_parent.pics.play();
_parent["d" + _root.i].gotoAndPlay("t1");
}
}
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 8
stop();
Symbol 320 Button
on (rollOver) {
gotoAndPlay ("t1");
}
on (rollOut, releaseOutside) {
gotoAndPlay ("t2");
}
on (release) {
if (_root.fl == 1) {
_parent["d" + _root.i].gotoAndPlay("t2");
if (_root.i == 1) {
_root.i = 4;
}
_root.i = _root.i - 1;
_root.fl = 0;
_parent.pics.play();
_parent["d" + _root.i].gotoAndPlay("t1");
}
}
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 8
stop();
Symbol 322 MovieClip Frame 1
d1.gotoAndPlay("t1");
_root.fl = 1;
_root.i = 1;
Symbol 326 MovieClip Frame 1
step = 3;
speed = 30;
Instance of Symbol 208 MovieClip "scroll" in Symbol 326 MovieClip Frame 1
onClipEvent (load) {
buttonSize = 0;
viewHeight = _parent.scroll_bg._height;
viewWidth = _parent.scroll_bg._x;
scrollContent = _parent.for_text;
heightCorect = false;
mouseWheelHitTest = true;
wheelStep = 3;
pageStep = 30;
pageStep2 = 10;
pageDelay = 200;
arroyStep = 10;
arroyStep2 = 0.5;
arroyDelay = 3;
speedDec = 0.65;
scrollStep = 20;
_x = (scrollContent._x + viewWidth);
_y = scrollContent._y;
dragButtonIsDraging = false;
scrollPos = 0;
upButton._y = 0;
pageUpButton._x = 0;
pageDownButton._x = 0;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
dragButton._y = buttonSize;
downButton._y = buttonSize + scrollHeight;
blanckDown._y = downButton._y;
blanckUp._x = 0;
blanckUp._y = 0;
blanck._x = 0;
blanck._y = buttonSize;
blanckDown._x = 0;
pageUpButton._y = buttonSize;
blanck._height = scrollHeight;
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if (((!mouseWheelHitTest) || (scrollContent.hitTest(_root._xmouse, _root._ymouse, false))) || (hitTest(_root._xmouse, _root._ymouse, false))) {
dragButton._y = dragButton._y - (delta * wheelStep);
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
};
Mouse.addListener(mouseListener);
curY = -scrollContent._y;
vY = 0;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
}
onClipEvent (enterFrame) {
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.scroll_bg._visible = ((viewHeight >= contentHeight) ? false : true);
if (incDelay < 0) {
dragButton._y = dragButton._y - inc;
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
incDelay--;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
downButton._y = buttonSize + scrollHeight;
pageDownButton._y = dragButton._y + dragButtonHeight;
pageDownButton._yscale = (((scrollHeight - dragButtonHeight) - dragButton._y) + buttonSize) - scrollPos;
pageUpButton._yscale = dragButton._y - buttonSize;
if (dragButtonIsDraging) {
stopDrag();
startDrag (dragButton, false, 0, buttonSize, 0, ((buttonSize + scrollHeight) - dragButtonHeight) + 1);
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
newY = ((dragButton._y - buttonSize) / dragButtonHeight) * viewHeight;
vY = vY + ((curY - newY) / scrollStep);
vY = vY * speedDec;
curY = curY - vY;
scrollContent._y = Math.floor((-curY) + _y);
}
onClipEvent (enterFrame) {
if (_parent.down_but == true) {
with (_parent.scroll) {
if (dragButton._y < (((buttonSize + scrollHeight) - dragButtonHeight) - _parent.step)) {
dragButton._y = dragButton._y + _parent.step;
} else {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
}
if (_parent.drag_but == true) {
if (_parent.scroll.dragButton._y > _parent.step) {
_parent.scroll.dragButton._y = _parent.scroll.dragButton._y - _parent.step;
} else {
_parent.scroll.dragButton._y = 0;
}
}
}
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 10
stop();
Symbol 333 Button
on (release) {
getURL ("http://fabi017.hi5.com/friend/profile/enforceFriendRequestSecurity.do?userid=56872997&originURI=%2Fprofile%2FdisplayProfile.do%3Fuserid%3D56872997", "_blank");
}
Symbol 335 Button
on (release) {
getURL ("http://fabi017.hi5.com/friend/book/displaySignBook.do?userid=56872997&originURI=%2Fprofile%2FdisplayProfile.do%3Fuserid%3D56872997", "_blank");
}
Symbol 337 Button
on (release) {
getURL ("http://www.hi5.com/friend/mail/displayComposeMail.do?toIds=56872997&originURI=%2FviewFriends.do%3Foffset%3D0", "_blank");
}
Symbol 339 Button
on (release) {
getURL ("http://www.hi5.com/friend/photos/displayMyPhoto.do?photoId=4031377210&albumId=326106210&ownerId=56872997#4031377210_56872997_326106210_0", "_blank");
}
Symbol 341 MovieClip Frame 1
stop();
Symbol 341 MovieClip Frame 2
stop();
Symbol 341 MovieClip Frame 3
stop();
Symbol 341 MovieClip Frame 4
stop();
Symbol 341 MovieClip Frame 5
stop();
Symbol 341 MovieClip Frame 6
stop();
Symbol 348 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 10
stop();