<!--
function centerPop(popWidth,popHeight,url) {

  if (document.all)
    var xMax = screen.width, yMax = screen.height
  else
    if (document.layers)
      var xMax = window.outerWidth, yMax = window.outerHeight
    else
      var xMax = 800, ymax = 600;
  
  var xOffset = (xMax - popWidth) / 2, yOffset = (yMax - popHeight) / 2;

  window.open(url, '', 'width=' + popWidth + ',height=' + popHeight + ',screenX=' + xOffset +
    ',screenY=' + yOffset + ',top=' + yOffset + ',left=' + xOffset);

}


function pop_eppt(){
	newwin=window.open("eng.pdf", "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600,screenX=0,screenY=0,top=0,left=0");
	newwin.opener = self;
}

function pop_cppt(){
	newwin=window.open("chi.pdf", "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600,screenX=0,screenY=0,top=0,left=0");
	newwin.opener = self;
}

function pop_epressrelease(){
	newwin=window.open("epressrelease.pdf", "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600,screenX=0,screenY=0,top=0,left=0");
	newwin.opener = self;
}

function pop_eannouncement(){
	newwin=window.open("eannouncement.pdf", "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600,screenX=0,screenY=0,top=0,left=0");
	newwin.opener = self;
}

function pop_archive_e(){
	centerPop(800,600,"archive_e.html");
}

function pop_archive_e56k(){
	centerPop(800,600,"archive_e56k.html");
}

function pop_cpressrelease(){
	newwin=window.open("cpressrelease.pdf", "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600,screenX=0,screenY=0,top=0,left=0");
	newwin.opener = self;
}

function pop_cannouncement(){
	newwin=window.open("cannouncement.pdf", "", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600,screenX=0,screenY=0,top=0,left=0");
	newwin.opener = self;
}

function pop_archive_c(){
	centerPop(800,600,"archive_c.html");
}

function pop_archive_c56k(){
	centerPop(800,600,"archive_c56k.html");
}


//-->