Pop up

Hi all,

i’ve used a tutorial from this site to do a pop up window, but i can’t disable the “location”,and “status bar”.

this is the code:

on (release) {

//customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = "http://www.ptf.pt/work/coupon.html";
target_winName = "kirupa";
width = 400;
height = 300;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 0;
resizable = 0;
//sends data back to the function
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}

In my FLASH CS3, these names in the actions panel apear in blue, the others are black and seems to work.

anyone can help me?

tanx