Next frame and previous frame buttons

I’ve got most of the details of my new site figured out but my next frame and previous frame buttons aren’t working quite right.

on (release) {tellTarget("/content")
 if (this._currentframe == this._totalframes) { gotoAndStop(1); } else { nextFrame(); } }  

and

on (release) {tellTarget("/content")
if (this._currentframe == 1) { gotoAndStop(this._totalframes); } else { prevFrame(); } }  

The buttons don’t work consistently in the first lable, and on the following lables they go forward and back but don’t infact loop back to frame one or the last frame.

Please take a look and help. Thanks

[color=#003399]http://dxyner2000.com/flash_page/portfolio.html[/color]
page

[color=#003399]http://dxyner2000.com/flash_page/portfolio.fla[/color]
file