<!--


// swap images
function di(id,name)
{
  if (document.images)
    document.images[id].src=eval(name+".src");
}

var popWin = null;
var popHeight = 450;
var openString;

var availHeight;
availHeight = Math.round(screen.availHeight * 0.75);
if (availHeight > popHeight)
  popHeight = availHeight;


openString = "scrollbars=yes,resizable=yes,toolbar=no,menubar=yes,location=no,width=730,height=" + popHeight.toString() + ",top=40,";

function popup(url)
{
  if (popWin != null && !popWin.closed)
    popWin.location = url;
  else
    popWin = window.open(url, "NewWin", openString);
}

  function hideme_info() 
{
    strMe1 = 'i';
	strMe2 = 'nfo';
	strJunk = 'lskdjflkasf';
	strDiv = '@';
	strOtherJunk = 'kljsdfl';
	strMoreOfIt = 'clea';
	strStillMoreJunk = 'dkfdjsda';
	strPartOfIt = 'radvantagegroup';
	strAnotherPart = '.c';

	return (strMe1 + strMe2 + strDiv + strMoreOfIt + strPartOfIt + strAnotherPart + 'om');
}
// -->


