Simple re-orangising a bit of actionscript

hi, quite new to flash could someone re-organise this actionscript better as its a little scruffy? Unsure how

thanks

if(_root.page==‘index’){
this.buttons.home.gotoAndStop(“2”);
}
if(_root.page==‘services’){
this.buttons.services.gotoAndStop(“2”);
}
if(_root.page==‘about’){
this.buttons.about.gotoAndStop(“2”);
}
if(_root.page==‘portfolio’){
this.buttons.portfolio.gotoAndStop(“2”);
}
if(_root.page==‘reviews’){
this.buttons.reviews.gotoAndStop(“2”);
}
if(_root.page==‘prices’){
this.buttons.prices.gotoAndStop(“2”);
}
if(_root.page==‘links’){
this.buttons.links.gotoAndStop(“2”);
}
if(_root.page==‘contact’){
this.buttons.contact.gotoAndStop(“2”);
}