//client args
var _agent = "";
var _client = "";
var _version = "";
var _build = "";
var _Nav = false;
var _Nav4 = false;
var _Gecko = false;
var _IE = false;
var _IE4 = false;
var _IE5 = false;
//Client args			   
var _width;
var _height;
//API args	
 var topPfx;
 var sidePfx;
var Obj;
var OpenDiv_;
var _CloseDiv;
var Sfx;
var _width;
var _height;
var  OOO;
var  RGB;
var i;
var bannerlyr;	 
var bannerPos;

function DOM()
{
   _agent = window.navigator.userAgent
  
  
  if(_agent.indexOf("Gecko") != -1)
	{
	   _version = _agent.substring(_agent.indexOf("Mozilla")+11, _agent.indexOf("Mozilla")+8)
		_build = _agent.substring(_agent.indexOf("Gecko")+18, _agent.indexOf("Gecko")+6)
	  
	  // alert("2"+_client+"  "+_version+ "  Build:"+_build)
	   //_Gecko = (parseInt(_version) >= 5);
	   alert("Under Construction: please try Internet Explorer")
       //window.document.location="index.html"
	topPfx="parent.topmenu.";  
	sidePfx="parent.sidemenu."; 
	  Obj = "document.getElementById(";
   	 OpenDiv_ = "\'";
	_CloseDiv = "\'";
   Sfx=").style";
   _width = innerWidth
   _height = innerHeight
    OOO= "hidden"
  RGB="visible"
  //setTimeout("API2(topPfx,sidePfx,Obj,OpenDiv_,_CloseDiv,Sfx,RGB,OOO)",9*1000)   
	return} 
    
	
  
	else
	{
	//alert()
	topPfx="parent.topmenu."
	sidePfx="parent.sidemenu."
	Obj = "document.all."
  	OpenDiv_ = "";
	_CloseDiv = "";			
  Sfx=".style"
  _width = document.body.clientWidth
  _height = document.body.clientHeight 
  OOO= "hidden"
  RGB="visible"  
   setTimeout("API(topPfx,sidePfx,Obj,OpenDiv_,_CloseDiv,Sfx,RGB,OOO)",6*1000)
   }
	
	
}
