function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeText(elementname, newtext)
{
	document.getElementById(elementname).innerHTML = newtext;
}	
								
function changeImages()	{
	if (document.images	&& (preloadFlag	== true)) {
		for	(var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src	= changeImages.arguments[i+1];
		}
	}
}



UsersGuide_handle = new Object;
UsersGuide_ID = 0;
 
function UsersGuide(w,h,t,l) {
if(parseInt(navigator.appVersion) >= 4){
   l = (screen.width - w) / 2;
   t = (screen.height - h) / 2;
  }
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  UsersGuide_handle = window.open("/money/support/manual/start.asp","UsersGuide","toolbar,,,,,scrollbars,," + loc);
if(parseInt(navigator.appVersion) >= 4){UsersGuide_handle.window.focus();}
}


Guide04_handle = new Object;
Guide04_ID = 0;
 
function Guide04(w,h,t,l) {
if(parseInt(navigator.appVersion) >= 4){
   l = (screen.width - w) / 2;
   t = (screen.height - h) / 2;
  }
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  Guide04_handle = window.open("/money/support/manual/money04/start.asp","Guide04","toolbar,,,,,scrollbars,," + loc);
if(parseInt(navigator.appVersion) >= 4){Guide04_handle.window.focus();}
}
//--></script>
 


Guide05_handle = new Object;
Guide05_ID = 0;
 
function Guide05(w,h,t,l) {
if(parseInt(navigator.appVersion) >= 4){
   l = (screen.width - w) / 2;
   t = (screen.height - h) / 2;
  }
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  Guide05_handle = window.open("/money/support/manual/money05/start.asp","Guide05","toolbar,,,,,scrollbars,," + loc);
if(parseInt(navigator.appVersion) >= 4){Guide05_handle.window.focus();}
}



accounts_handle = new Object;
accounts_ID = 0;
 
function accounts(w,h,t,l) {
if(parseInt(navigator.appVersion) >= 4){
   l = (screen.width - w) / 2;
   t = (screen.height - h) / 2;
  }
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  accounts_handle = window.open("/money/flash/Accounts.html","accounts",",,,,,,," + loc);
if(parseInt(navigator.appVersion) >= 4){accounts_handle.window.focus();}
}
 
bills_handle = new Object;
bills_ID = 0;
 
function bills(w,h,t,l) {
if(parseInt(navigator.appVersion) >= 4){
   l = (screen.width - w) / 2;
   t = (screen.height - h) / 2;
  }
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  bills_handle = window.open("/money/flash/Bills.html","bills",",,,,,,," + loc);
if(parseInt(navigator.appVersion) >= 4){bills_handle.window.focus();}
}

budget_handle = new Object;
budget_ID = 0;
 
function budget(w,h,t,l) {
if(parseInt(navigator.appVersion) >= 4){
   l = (screen.width - w) / 2;
   t = (screen.height - h) / 2;
  }
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  budget_handle = window.open("/money/flash/Budget.html","budget",",,,,,,," + loc);
if(parseInt(navigator.appVersion) >= 4){budget_handle.window.focus();}
}
