Could anyone help me... (XML Help)

**[FONT=Arial]Help!!!

[/FONT]**[FONT=Arial][COLOR=#494920]Okay… on [/COLOR][/FONT][FONT=Arial][COLOR=#000000]http://www.luxurymotorsky.com/inventory.html[/COLOR][/FONT][FONT=Arial][COLOR=#494920] …and Im wanting it to open a borderless window (none resizable). it is all controlled by xml
well here is the script

on (release) {

address = goto;
target_winName = “popup”;
width = w;
height = h;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 0;
resizable = 0;
_global.openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
getURL(goto);
}

any other way , you guys suggest to do it?[/COLOR][/FONT]