Popup Problem with files and FTP

Having serious trouble trying to get my flash site popup to load when my enter link is clicked on the index page. I have my index SWF and HTML files in the FTP HTML folder and my regular site files in another folder. also getting a bit confused with the target_winName. What name must I put in there?

This is my script (mysite = my site)

on (release) {
address = “http://www.verimedia.us/home/mysite.html”;
target_winName = “back”;
width = 500;
height = 400;
toolbar = 1;
location = 0;
directories = 0;
status = 0;
menubar = 1;
scrollbars = 1;
resizable = 0;
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}

If anyone has any suggestions or answers they would be greatly appreciated.