function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function CurrencyPU(QueryString)
{
  CurrencyWindow = window.open ('', 'CurrencyWindow', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,height=350,width=600');
  CurrencyWindow.focus();
  CurrencyWindow.location.href = 'http://www.x-rates.com/cgi-bin/cgicalc.cgi?'+QueryString;
}
 
var winContent;
function CloseOpenInfo(sURL,nWidth,nHeight,nLeft,nTop)
{
  var sParams;

  window.close();
  OpenInfo(sURL,nWidth,nHeight,nLeft,nTop);
}

function OpenInfo(sURL,nWidth,nHeight,nLeft,nTop)
{
  var sParams;
  if (sURL=='info_testimonials.asp')
  {
      sParams =  'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no'+',width='+nWidth+',height='+nHeight+',left='+nLeft+',top='+nTop;
  }
  else
  {
      sParams =  'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no'+',width='+nWidth+',height='+nHeight+',left='+nLeft+',top='+nTop;
  }
  if (!winContent)
  {
    winContent = window.open(sURL, '',sParams);
  }
  else
  {
    if (winContent.closed)
    {
      winContent = window.open(sURL,'',sParams);
    }
    else
    {
      winContent.focus();
      winContent.document.location = sURL;
      winContent.moveTo(nLeft,nTop);
      winContent.resizeTo(nWidth,nHeight+80);
    }
  }
   winContent.focus();
}
//submitted and presented on A1 javaScripts: www.a1javascripts.comfunction
// example call <body onLoad="TB_animateWindow(20,20,800,600,10,10,false)">
function TB_animateWindow(windowWidth,windowHeight,targetWidth,targetHeight,widthMod,heightMod,fullScreen)
{
  if (fullScreen)
  {
    targetWidth = screen.availWidth;
    targetHeight = screen.availHeight;
  }

  if (windowWidth < targetWidth)
    windowWidth += widthMod;

  if (windowHeight < targetHeight)
  {
    windowHeight += heightMod;
    windowLeft = (screen.availWidth / 2) - (windowWidth / 2);
    windowTop = (screen.availHeight / 2) - (windowHeight / 2);
    top.window.resizeTo(windowWidth,windowHeight);
    top.window.moveTo(windowLeft,windowTop);
  }
  if (windowWidth < targetWidth || windowHeight < targetHeight)
    setTimeout('TB_animateWindow(' + windowWidth + ', ' + windowHeight + ', ' + targetWidth + ', ' + targetHeight + ', ' + widthMod + ', ' + heightMod + ', ' + fullScreen + ');',10);
}
function MM_findObj(n, d)
{  //v4.0
  var p,i,x;
  if(!d)
    d=document;
  if((p=n.indexOf("?"))>0&&parent.frames.length)
  {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);
  }
  if(!(x=d[n])&&d.all)
    x=d.all[n];

  for (i=0;!x&&i<d.forms.length;i++)
    x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers[i].document);

  if(!x && document.getElementById)
    x=document.getElementById(n);
  return x;
}
// check for change