try putting this in your script:
Under Void Main()
It should force full screen. If not, change the 8 to a 7. // different scr sizes.

Although I'm using XP as well.


function fullscreen_startup()

{

while (1)

{

video_switch(8, 0, 1);

wait (1);

}

}