var isIE4;
var isNav4;
var isNav6;

//--- IE 4 ---
	if (document.all){isIE4 = 1;}
	
//--- NS 4 ---
	if (document.layers){isNav4 = 1;}
							
//--- NS 6 ---
	if (document.getElementById){isNav6 = 1;}
