Need Help w/ Relative URLs

I’m really new to Flash, so don’t be too hard on me if i appear stupid here. I’m trying to make a menu for my online portfolio with Flash 8, but i don’t know the correct actionscript for getting relative URLs (urls in the same folder or location as the .swf). Im currently using this code for my buttons (with different instance names and locations):

this.buttonOne.onRelease = function(){
getURL(“index.htm”, “_self”);
};

Any help would be nice :expressionless: