

function playvideo(ep) { window.open('videoplayer.htm?'+ep,'Video_Play','width=400,height=400');}

function playaudio(ep) { window.open('audioplayer.htm?'+ep,'Audio_Play','width=360,height=180');}




function footer() {

 


var todayIs=new Date()
var yearIs=todayIs.getFullYear();
document.writeln('<font face="arial,verdana" size=2 color="#000000">Avatar Engineering Corporation &copy;' + yearIs + '<br>');
 
document.writeln('7701 E. Gray Road Suite 101&nbsp;&nbsp;Scottsdale, AZ&nbsp;&nbsp;85260<br>');

document.writeln('contact: 480-269-1370 : mail@avatarengineer.com<br>');
 
document.writeln('Incorporated in 1997, D&amp;B 124577326, owned and operated in USA</font>');



}



<!-- Hide this 

var alertmessage="That action not permitted";

var disable = false;

// BROWSER DEFINE

var nn4 = (document.layers ? true : false);
var nn6 = (document.getElementById && !document.all ? true : false);
var ie = (document.all ? true : false);
var ie4 = (document.all && !document.getElementById ? true : false);
var ie5 = (document.all && document.getElementById ? true : false);
var nn = (nn4 || nn6);

var browser = "other";
if (ie) { browser = "IE" }
if (nn) { browser = "NN" }

document.onkeydown = keyhit;
function keyhit(evt) {
 if (evt) { thiskey=evt.which; }
 else { thiskey=window.event.keyCode; }

var zzz = eval(thiskey);
 if (zzz==9||zzz==93||zzz==17||zzz==18||zzz==91) 
 { alert(alertmessage); return false;}
 else { return true }

}


// NO RIGHT MOUSE CLICK 


function click(e) {

if (ie)  {
if (event.button == 2) { 
  alert(alertmessage);
  return false;
  } 



}

if (nn) {
  if (e.which==2||e.which==3) {
    alert(alertmessage);
    return false;
    }
  }
}

if (nn) {
  document.captureEvents(Event.MOUSEDOWN);
  document.onmousedown=click; 
}
else {
  document.onmouseup=click;
  document.oncontextmenu=click; 
}

document.oncontextmenu=new Function("return false");

-->

