<!-- hide from none JavaScript Browsers
//This file is copyright of EasyLoanChoice.com

function getObj(elementID)
{
	return document.getElementById(elementID);
}

function buttonover( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "Over.src" );
    }
}
function buttonout ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "Out.src" );
    }
}
  
if (document.images) {
    HomeOver       = new Image();
    HomeOver.src   = '../img/EasyLoanChoiceHome_ov.gif';
    HomeOut     = new Image() ;
    HomeOut.src = '../img/EasyLoanChoiceHome.gif' ;
	
	AutoLoanOver       = new Image();
    AutoLoanOver.src   = '../img/autoloanapplication_ov.gif';
    AutoLoanOut     = new Image() ;
    AutoLoanOut.src = '../img/autoloanapplication.gif' ;
	
	HomeRefinanceOver       = new Image();
    HomeRefinanceOver.src   = '../img/homerefinance_ov.gif';
    HomeRefinanceOut     = new Image() ;
    HomeRefinanceOut.src = '../img/homerefinance.gif' ;
	
	MortgageOver       = new Image();
    MortgageOver.src   = '../img/mortgage_ov.gif';
    MortgageOut     = new Image() ;
    MortgageOut.src = '../img/mortgage.gif' ;
	
	DebtConsolidationOver       = new Image();
    DebtConsolidationOver.src   = '../img/DebtConsolidation_ov.gif';
    DebtConsolidationOut     = new Image() ;
    DebtConsolidationOut.src = '../img/DebtConsolidation.gif' ;
	
	PaydayOver       = new Image();
    PaydayOver.src   = '../img/paydayloan_ov.gif';
    PaydayOut     = new Image() ;
    PaydayOut.src = '../img/paydayloan.gif' ;
	
	StudentOver       = new Image();
    StudentOver.src   = '../img/studentloan_ov.gif';
    StudentOut     = new Image() ;
    StudentOut.src = '../img/studentloan.gif' ;
		
	CommercialOver       = new Image();
    CommercialOver.src   = '../img/commercialloan_ov.gif';
    CommercialOut     = new Image() ;
    CommercialOut.src = '../img/commercialloan.gif';
	
	ArticlesOver       = new Image();
    ArticlesOver.src   = '../img/articletips_ov.gif';
    ArticlesOut     = new Image() ;
    ArticlesOut.src = '../img/articletips.gif';
 }
function openup(url) {
	newwindow=window.open(url,'Secure Site Seal','height=580,width=465, scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}
function HideObj(Section, SelectedID)
{
	var e = document.getElementById(SelectedID);
	if(Section == 'Hide')
	{
		e.style.visibility = "hidden";
		e.style.display = "none";		
	}
	else
	{
		e.style.visibility = "visible";
		e.style.display = "";		
	}
}
// - stop hiding -->


