Quick question:

I have designed a radio site at http://www.expatsradio.com but Mac users seem to be having a problem with it.

They think its a javscript problem with the popup window when u press the LISTEN NOW button at the top of the screen.

Im using this script to open the popup window:

on (release) {
getURL ("javascript:NewWindow=window.open('http://www.expatsradio.com/streams/stream.html','newWin','width=348,height=400,left=3 00,top=150,toolbar=No,location=No,scrollbars=No,st atus=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}

which works fine on everything but a Mac it seems. It gives the error "Cannot open the file. Verify the path and the filename are correct and try again".

Is this a javascript problem or is it trying to find a file which doesnt exist? Can someone give it a try?