var largeur=screen.width
var hauteur=screen.height
if(largeur==800 && hauteur==600) {document.write('<div id="globall">');}  
else {document.write('<div id="global">');}
window.location.replace;

