Windows arent opening!

i have 2 butons on stage; one is for to download a wallpaper, the other is to enter the site.

the code for the wallpaper is
on (release) {
getURL(“hbg/1024x768.zip","_blank”);
}
and the code fot the enter buton is;

on (release) {
getURL(“javascript:full()”);
}

with the users who has a sp2 on their system cannot download the zip file.
how i can i solve this problem?

i have also tried to write the full website address on inside the code , but it didn’t work…:frowning: