Hola, en tu pagina "index" puedes poner este código javascript... solo tienes que variar las imagenes y colores...
<script>
function open_chromless(url) {
theURL=url;
wname ="CHROMELESSWIN"
W=screen.width;
H=screen.height;
windowCERRARa = "imagen1"
windowCERRARd = "imagen2"
windowCERRARo = "imagen3"
windowNONEgrf = "imagen4"
windowCLOCK = "imagen5"
windowREALtit = "Titulo"
windowTIT = ""
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#000000"
windowTITBGCOLOR = "#33cc33"
windowTITBGCOLORsel = "#33cc33"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
</script>
realmente, lo uqe hará que se abra a pantalla completa es lo que está en negrita... recoge la resolución de pantalla del monitor, y abre una nueva ventana con esa resolución.
Espero te sirva...