<!--
if (document.images) {
  image01on = new Image();
  image01on.src = "images/" + appVar_CustLastNameLC + "_lk_welcome-on.gif";
  image02on = new Image();
  image02on.src = "images/" + appVar_CustLastNameLC + "_lk_homes-on.gif";
  image03on = new Image();
  image03on.src = "images/" + appVar_CustLastNameLC + "_lk_buyers-on.gif";
  image04on = new Image();
  image04on.src = "images/" + appVar_CustLastNameLC + "_lk_sellers-on.gif";
  image05on = new Image();
  image05on.src = "images/" + appVar_CustLastNameLC + "_lk_local-on.gif";
  image06on = new Image();
  image06on.src = "images/" + appVar_CustLastNameLC + "_lk_resources-on.gif";
  image07on = new Image();
  image07on.src = "images/" + appVar_CustLastNameLC + "_lk_about-on.gif";
  
  image11on = new Image();
  image11on.src = "images/" + appVar_CustLastNameLC + "_lk_h_contact-on.gif";
  image12on = new Image();
  image12on.src = "images/" + appVar_CustLastNameLC + "_lk_h_email-on.gif";
  image13on = new Image();
  image13on.src = "images/" + appVar_CustLastNameLC + "_lk_h_login-on.gif";
  image14on = new Image();
  image14on.src = "images/" + appVar_CustLastNameLC + "_lk_h_sitemap-on.gif";
  
  image16on = new Image();
  image16on.src = "images/" + appVar_CustLastNameLC + "_lk_footer_print-on.gif";
  image17on = new Image();
  image17on.src = "images/" + appVar_CustLastNameLC + "_lk_footer_email-on.gif";
  image18on = new Image();
  image18on.src = "images/" + appVar_CustLastNameLC + "_lk_footer_bookmark-on.gif";

  image01off = new Image();
  image01off.src = "images/" + appVar_CustLastNameLC + "_lk_welcome-off.gif";
  image02off = new Image();
  image02off.src = "images/" + appVar_CustLastNameLC + "_lk_homes-off.gif";
  image03off = new Image();
  image03off.src = "images/" + appVar_CustLastNameLC + "_lk_buyers-off.gif";
  image04off = new Image();
  image04off.src = "images/" + appVar_CustLastNameLC + "_lk_sellers-off.gif";
  image05off = new Image();
  image05off.src = "images/" + appVar_CustLastNameLC + "_lk_local-off.gif";
  image06off = new Image();
  image06off.src = "images/" + appVar_CustLastNameLC + "_lk_resources-off.gif";
  image07off = new Image();
  image07off.src = "images/" + appVar_CustLastNameLC + "_lk_about-off.gif";
  
  image11off = new Image();
  image11off.src = "images/" + appVar_CustLastNameLC + "_lk_h_contact-off.gif";
  image12off = new Image();
  image12off.src = "images/" + appVar_CustLastNameLC + "_lk_h_email-off.gif";
  image13off = new Image();
  image13off.src = "images/" + appVar_CustLastNameLC + "_lk_h_login-off.gif";
  image14off = new Image();
  image14off.src = "images/" + appVar_CustLastNameLC + "_lk_h_sitemap-off.gif";
  
  image16off = new Image();
  image16off.src = "images/" + appVar_CustLastNameLC + "_lk_footer_print-off.gif";
  image17off = new Image();
  image17off.src = "images/" + appVar_CustLastNameLC + "_lk_footer_email-off.gif";
  image18off = new Image();
  image18off.src = "images/" + appVar_CustLastNameLC + "_lk_footer_bookmark-off.gif";



	// begin splash mouse over preloaders
	button1on = new Image();
	button1on.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_1.gif";

	button2on = new Image();
	button2on.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_2.gif";

	button3on = new Image();
	button3on.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_3.gif";

	button4on = new Image();
	button4on.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_4.gif";

	button5on = new Image();
	button5on.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_5.gif";

	button6on = new Image();
	button6on.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_6.gif";

	button7on = new Image();
	button7on.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_7.gif";

	button8on = new Image();
	button8on.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_8.gif";

	button1off = new Image();
	button1off.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_1-over.gif";

	button2off = new Image();
	button2off.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_2-over.gif";

	button3off = new Image();
	button3off.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_3-over.gif";

	button4off = new Image();
	button4off.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_4-over.gif";

	button5off = new Image();
	button5off.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_5-over.gif";

	button6off = new Image();
	button6off.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_6-over.gif";

	button7off = new Image();
	button7off.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_7-over.gif";

	button8off = new Image();
	button8off.src = "images/" + appVar_CustLastNameLC + "_ws_mo_btn_8-over.gif";
	// end splash mouse over preloaders


  }
function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}
// -->







