<!--

if (document.images)
{
  // pre-cache rollover images
  
 }

// swap images
function di(id,name)
{
  if (document.images)
    document.images[id].src=eval(name+".src");
}

function main_in(id, menuname)
{
  popup(menuname, id);
}


function main_out()
{
  popdown();
}

  
function hideme_dpringle()
{
	strMe1 = 'in';
	strMe2 = 'fo';
	strJunk = 'lskdjflkasf';
	strDiv = '@';
	strOtherJunk = 'kljsdfl';
	strMoreOfIt = 'elliot';
	strStillMoreJunk = 'dkfdjsda';
	strPartOfIt = 'tbayah';
	strAnotherPart = '.c';

	return (strMe1 + strMe2 + strDiv + strMoreOfIt + strPartOfIt + strAnotherPart + 'om');
}


// -->



