    var large, longue;
	
	if (document.layers) {
	    large = innerWidth; longue = innerHeight;
	    window.captureEvents(Event.RESIZE);
	    window.onresize = tienstoibien;
	    }

    function tienstoibien() {
        if (innerWidth != large || innerHeight != longue) {
            window.location.reload();
	        }
        }       

    function pop() {}
              

// police mac|pc	

    function police(mac,face) {
        var type = ' face="' + face + ',sans-serif">';
        var browser = navigator.appVersion;
        var fs = (browser.indexOf("Mac")>0 && ((parseInt(browser)<5 && navigator.appName=="Netscape") || browser.indexOf("MSIE 5")<0)) ? mac : (mac-1);
        document.write('<font size=' + fs + type);
        }

		
// col21

var bV=parseInt(navigator.appVersion);
NS4=(document.layers) ? true : false;
IE4=((document.all)&&(bV>=4))?true:false;
ver4 = (NS4 || IE4) ? true : false;

function expandIt(){return}


// sesame: onLoad arts[9] design[11] archi[13]

		function sesame(el,i) {
			if (!ver4) return;
			if (IE4) {sesameIE(el,i)} else {sesameNS(el)}
		    }

		function sesameIE(el,i) {
			whichEl = eval(el + "Child");
				whichEl.style.display = "block";
				document.images[i].src = "http://airairshow.com/pix/d-open.gif";		
		    }

		function sesameNS(el) {
			whichEl = eval("document." + el + "Child");
			whichIm = eval("document." + el + "Parent.document.images['dossier']");
				whichEl.visibility = "show";
				whichIm.src = "http://airairshow.com/pix/d-open.gif";
			arrange();
		    }


// satellites
		
    var fenetre = 0;

    function sweep() {
        if (!fenetre || fenetre.closed) {}
        else fenetre.close();
		}

    function plus(url,nom,w,h) {    
        var args = 'width=' +w+ ',height=' +h+ ',location=no,toolbar=no,menubar=no,resizable=yes,status=no';                        
        fenetre = window.open('','zoom',args);        
        fenetre.document.open();
        fenetre.document.write('<html><head><title>' +nom+ '<\/title>'
                             + '<body bgcolor="#ffffff" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">'
                             + '<a href="javascript:self.close()">'
                             + '<img src="pix/g/' +url+ '" alt="' +nom+ '" width="' +w+ '" height="' +h+ '" border="0"><\/a>'
                             + '<\/body><\/html>');
        fenetre.document.close();        
        fenetre.focus();
        }
