Well since you're using GS1 here's an example of how to place things on the screen.
PHP Code:
//#CLIENTSIDE
if (created) {
showimg 200,gui_image.png,screenwidth - 100,20;
// Changing it's vis / layer to 4 places it on the same layer as screen.
changeimgvis 200,4;
}