on (release) {
if(a){
_root.quadro.onEnterFrame = function(){
if(_root.quadro._currentframe > 1){
_root.quadro.prevFrame();
}else{
_root.quadro.onEnterFrame = null
_root.quadro.play();
_root.quadro.onEnterFrame = function(){
if(_root.quadro._currentframe == _root.quadro._totalframes){
_root.quadro.stop();
a = true
loadMovieNum ("gallery.swf", 1);
_root.quadro.onEnterFrame = null
}
}
}
}
}
if(!a){
_root.quadro.play();
_root.quadro.onEnterFrame = function(){
if(_root.quadro._currentframe == _root.quadro._totalframes){
_root.quadro.stop();
a = true
loadMovieNum ("gallery.swf", 1);
_root.quadro.onEnterFrame = null
}
}
}

}