Just need some help with scripting

I need some help with coding this menu bar, I created the menu bar and it suppose to link to a web page that I created in dreamweaver but it doesn’t work while its on the server. I checked it with the test command in flash it works there fine, the link doesn’t work and I need this right away for a client. Each btn has this set up but with different names, here is the code:

on (press) {
//Goto Webpage Behavior
getURL(“F:\RemoteSiteFFWC\index.htm”,"_self");
//End Behavior

}