

	apartmentsIn 		= new Image;
	aboutUsIn 		= new Image;
	registerIn 		= new Image;
	leicesterLifeIn 	= new Image;
	contactUsIn 		= new Image;
	financialadviceIn 	= new Image;

	apartmentsOut 		= new Image;
	aboutUsOut 		= new Image;
	registerOut 		= new Image;
	leicesterLifeOut 	= new Image;
	contactUsOut 		= new Image;
	financialadviceOut 	= new Image;

	if (document.images) 
	{


		apartmentsIn.src 	= "/img/global/topnav/apartments-in.jpg";
		aboutUsIn.src 		= "/img/global/topnav/aboutus-in.jpg";
		registerIn.src 		= "/img/global/topnav/register-in.jpg";
		leicesterLifeIn.src 	= "/img/global/topnav/leicesterlife-in.jpg";
		contactUsIn.src 	= "/img/global/topnav/contactus-in.jpg";
		financialadviceIn.src 	= "/img/global/topnav/financialadvice-in.jpg";

		apartmentsOut.src 	= "/img/global/topnav/apartments-out.jpg";
		aboutUsOut.src 		= "/img/global/topnav/aboutus-out.jpg";
		registerOut.src 	= "/img/global/topnav/register-out.jpg";
		leicesterLifeOut.src 	= "/img/global/topnav/leicesterlife-out.jpg";
		contactUsOut.src 	= "/img/global/topnav/contactus-out.jpg";
		financialadviceOut.src 	= "/img/global/topnav/financialadvice-out.jpg";
			
	}
	else {
		apartmentsIn 			= "";
		aboutUsIn 			= "";
		registerIn 			= "";
		leicesterLifeIn 		= "";
		contactUsIn 			= "";
		financialadviceIn 		= "";

		apartmentsOut 			= "";
		aboutUsOut 			= "";
		registerOut 			= "";
		leicesterLifeOut 		= "";
		contactUsOut 			= "";
		financialadviceOut 		= "";

		document.apartments		= "";
		document.aboutus		= "";
		document.register		= "";
		document.leicesterlife 		= "";
		document.contactus 		= "";
		document.financialadvice	= "";
	}

	


