function toggleme(id, NNtype, IEtype, WC3type) {
    if (document.getElementById) {
        eval("document.getElementById(id).style.visibility = \"" + WC3type + "\"");
    } else {
        if (document.layers) {
            document.layers.id.visibility = NNtype;
        } else {
            if (document.all) {
                eval("document.all.name.style.visibility = \"" + IEtype + "\"");
            }
        }
    }
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function openWirelessRegisterWindow()  {
	var eventId;
	var userId;
	var url;
	var left;
	var top;
	var iWidth;
	var iHeight;
	var settings;
	var urlName;
	var urlVariables;
	
	
	iWidth=screen.availWidth;
	iHeight=screen.availHeight;
	
	left=(iWidth-610)/2;
	top=(iHeight-420)/2;
	
	eventId= 10083;
	
	settings= "scrollbars=no,menubar=no,width=610,height=420,left="+left+",top="+top;
	
	urlName = "http://wireless.eventmatrix.com/Registration/Register.aspx";
	urlVariables = "?eid=" + eventId + "&uid=" + userId;
	
	url=urlName+urlVariables;
	window.open(url, "WirelessRegistration", settings);
}

function ad_req(cid, bid, sid, pos) {
	var rand = rando();
	ad = new Image();
	var ad_uri = "http://ads.console.net/clear.gif?c=" + cid + "&b=" + bid + "&s=" + sid + "&p=" + pos + "&r=" + rand;
	ad.src = ad_uri;
}

function rando() {

	var t = Math.random();
	u = t * 1000000000;
	l = Math.round(u);
	return l;

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function popSwap(theURL,winName,features) {
  self.name = "main"; // names current window as "main"
  window.open(theURL,"remote",features); // opens pop up window
}
function closePop() {
timer = setTimeout('window.close();', 10);
}

function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures); 
}

if (document.images)
{
   img1 = new Image();
   img1.src = "/images/navbg_0085B8_640px.gif";
}
document.write('<script type="text/javascript" language="javascript" src="http://a.as-us.falkag.net/dat/dlv/aslmain.js"></script>');
