//Rollovers.js

function btng(){
			
		var x = document.title
			if ( document.title == document.images[x].id){
				document.images[x].src = "http://BerkshireIncomeRealty.com/Images/buttons/" + x + "Glow.gif"					
				}
		}
		
				
function showPicture(Num){
	var x = document.title			
		if (Num==1){
			document.images["home"].src="http://BerkshireIncomeRealty.com/Images/buttons/HomeGlow.gif";
		}
		if (Num==2){
			document.images["aboutus"].src="http://BerkshireIncomeRealty.com/Images/buttons/AboutUsGlow.gif";
		}
		if (Num==3){
			document.images["investors"].src="http://BerkshireIncomeRealty.com/Images/buttons/InvestorsGlow.gif";
		}
		if (Num==4){
			document.images["properties"].src="http://BerkshireIncomeRealty.com/Images/buttons/PropertiesGlow.gif";
		}
		if (Num==5){
			document.images["news"].src="http://BerkshireIncomeRealty.com/Images/buttons/NewsGlow.gif";
		}
		if (Num==6){
			document.images["contactus"].src="http://BerkshireIncomeRealty.com/Images/buttons/ContactUsGlow.gif";
		}
	
		if (Num==0){
			if (document.title != document.images["home"].id){
			document.images["home"].src="http://BerkshireIncomeRealty.com/Images/buttons/Home.gif"; 
				}
			if (document.title == document.images["home"].id){
				document.images["home"].src="http://BerkshireIncomeRealty.com/Images/buttons/HomeGlow.gif";
				}
			if (document.title != document.images["aboutus"].id){
			document.images["aboutus"].src="http://BerkshireIncomeRealty.com/Images/buttons/AboutUs.gif";
				}
			if (document.title == document.images["aboutus"].id){
				document.images["aboutus"].src="http://BerkshireIncomeRealty.com/Images/buttons/AboutUsGlow.gif";
				}
			if (document.title != document.images["investors"].id){
			document.images["investors"].src="http://BerkshireIncomeRealty.com/Images/buttons/Investors.gif";
				}
			if (document.title == document.images["investors"].id){
			document.images["investors"].src="http://BerkshireIncomeRealty.com/Images/buttons/InvestorsGlow.gif";
				}
			if (document.title != document.images["properties"].id){
			document.images["properties"].src="http://BerkshireIncomeRealty.com/Images/buttons/Properties.gif";
				}
			if (document.title == document.images["properties"].id){
			document.images["properties"].src="http://BerkshireIncomeRealty.com/Images/buttons/PropertiesGlow.gif";
				}
			if (document.title != document.images["news"].id){
			document.images["news"].src="http://BerkshireIncomeRealty.com/Images/buttons/News.gif";
				}
			if (document.title == document.images["news"].id){
			document.images["news"].src="http://BerkshireIncomeRealty.com/Images/buttons/NewsGlow.gif";
				}
			if (document.title != document.images["contactus"].id){			
			document.images["contactus"].src="http://BerkshireIncomeRealty.com/Images/buttons/ContactUs.gif";
				}
			if (document.title == document.images["contactus"].id){			
			document.images["contactus"].src="http://BerkshireIncomeRealty.com/Images/buttons/ContactUsGlow.gif";
				}
		}
	
}

function Depressed(Num){

	if (Num==1){
		document.images["home"].src="http://BerkshireIncomeRealty.com/Images/buttons/HomeClick.gif";
	}
	if (Num==2){
		document.images["aboutus"].src="http://BerkshireIncomeRealty.com/Images/buttons/AboutUsClick.gif";
	}
	if (Num==3){
		document.images["investors"].src="http://BerkshireIncomeRealty.com/Images/buttons/InvestorsClick.gif";
	}
	if (Num==4){
		document.images["properties"].src="http://BerkshireIncomeRealty.com/Images/buttons/PropertiesClick.gif";
	}
	if (Num==5){
		document.images["news"].src="http://BerkshireIncomeRealty.com/Images/buttons/NewsClick.gif";
	}
	if (Num==6){
		document.images["contactus"].src="http://BerkshireIncomeRealty.com/Images/buttons/ContactUsClick.gif";
	} 
	
}

