<!--
/**************************************
* externalFrame.js                    *
* Copyright 1996-2004 by ACADEMA.     *
* Web  address: http://www.academa.si *
* Last update: September 1, 2004.     *
**************************************/
var ewFD = null;
function GeaBiosExternalFrameAddress(address,scale,title,nls) {
  var a = escape( address );
  var t = escape( title );
  if( nls ); else var nls='GB';
  var servar = document.domain;
  URL = "http://www.geabios.com/frames/external.asp?SERVAR="+servar+"&ADV=" + zoomBanner + "&A=" + a + "&S=" + scale + "&T=" + t + "&NLS=" + nls;
  if (ewFD) if (!ewFD.closed) ewFD.close();
  ewFD = window.open(URL,"GeaBios","scrollbars=no,resizable=no,width=440,height=420");
}
function GeaBiosExternalFrameCoordinates(x,y,scale,title,nls,c) {
  var t = escape( title );
  if( x > 5000000 ) x -= 5000000;
  if( y > 5000000 ) y -= 5000000;
  if( nls ); else var nls='GB';
  var servar = document.domain;
  if( c ) URL = "http://www.geabios.com/frames/external.asp?SERVAR="+servar+"&ADV=" + zoomBanner + "&CRIPT=1&X=" + x + "&Y=" + y + "&S=" + scale + "&T=" + t + "&NLS=" + nls;
  else URL = "http://www.geabios.com/frames/external.asp?SERVAR="+servar+"&ADV=" + zoomBanner + "&X=" + x + "&Y=" + y + "&S=" + scale + "&T=" + t + "&NLS=" + nls;
  if (ewFD) if (!ewFD.closed) ewFD.close();
  ewFD = window.open(URL,"GeaBios","scrollbars=no,resizable=no,width=440,height=420");
}
//-->
