if (screen.width <= "800"){
window.open("index800.html","","fullscreen=yes");
}

Come ti e' gia' stato anticipato, non e' possibile far diventare fullscreen la finestra corrente.

ciao