general_focus= new Image
general_focus.src = "../../Images/buttons/billiard-how-to-play-general-rules_2.gif"
general_notfocus= new Image
general_notfocus.src = "../../Images/buttons/billiard-how-to-play-general-rules_1.gif"

continuous_focus= new Image
continuous_focus.src = "../../Images/buttons/billiard-how-to-play-continuous_2.gif"
continuous_notfocus= new Image
continuous_notfocus.src = "../../Images/buttons/billiard-how-to-play-continuous_1.gif"

bank_pool_focus= new Image
bank_pool_focus.src ="../../Images/buttons/billiard-how-to-play-bank-pool_2.gif"
bank_pool_notfocus= new Image
bank_pool_notfocus.src ="../../Images/buttons/billiard-how-to-play-bank-pool_1.gif"

cake_pool_focus= new Image
cake_pool_focus.src = "../../Images/buttons/billiard-how-to-play-cake-pool_2.gif"
cake_pool_notfocus= new Image
cake_pool_notfocus.src = "../../Images/buttons/billiard-how-to-play-cake-pool_1.gif"

cowboy_billiard_focus= new Image
cowboy_billiard_focus.src ="../../Images/buttons/billiard-how-to-play-cowboy-billiards_2.gif"
cowboy_billiard_notfocus= new Image
cowboy_billiard_notfocus.src = "../../Images/buttons/billiard-how-to-play-cowboy-billiards_1.gif"

eight_ball_focus= new Image
eight_ball_focus.src ="../../Images/buttons/billiard-how-to-play-eight-ball_2.gif"
eight_ball_notfocus= new Image
eight_ball_notfocus.src = "../../Images/buttons/billiard-how-to-play-eight-ball_1.gif"

kelly_pool_focus= new Image
kelly_pool_focus.src ="../../Images/buttons/billiard-how-to-play-kelly-pool_2.gif"
kelly_pool_notfocus= new Image
kelly_pool_notfocus.src = "../../Images/buttons/billiard-how-to-play-kelly-pool_1.gif"

nine_ball_focus= new Image
nine_ball_focus.src ="../../Images/buttons/billiard-how-to-play-nine-ball_2.gif"
nine_ball_notfocus= new Image
nine_ball_notfocus.src = "../../Images/buttons/billiard-how-to-play-nine-ball_1.gif"

one_pocket_focus= new Image
one_pocket_focus.src ="../../Images/buttons/billiard-how-to-play-one-pocket_2.gif"
one_pocket_notfocus= new Image
one_pocket_notfocus.src = "../../Images/buttons/billiard-how-to-play-one-pocket_1.gif"

seven_ball_focus= new Image
seven_ball_focus.src ="../../Images/buttons/billiard-how-to-play-seven-ball_2.gif"
seven_ball_notfocus= new Image
seven_ball_notfocus.src = "../../Images/buttons/billiard-how-to-play-seven-ball_1.gif"

six_ball_focus= new Image
six_ball_focus.src ="../../Images/buttons/billiard-how-to-play-six-ball_2.gif"
six_ball_notfocus= new Image
six_ball_notfocus.src = "../../Images/buttons/billiard-how-to-play-six-ball_1.gif"

three_cushion_focus= new Image
three_cushion_focus.src ="../../Images/buttons/billiard-how-to-play-three-cushion_2.gif"
three_cushion_notfocus= new Image
three_cushion_notfocus.src = "../../Images/buttons/billiard-how-to-play-three-cushion_1.gif"

ten_ball_focus= new Image
ten_ball_focus.src ="../../Images/buttons/billiard-how-to-play-ten-ball_2.gif"
ten_ball_notfocus= new Image
ten_ball_notfocus.src = "../../Images/buttons/billiard-how-to-play-ten-ball_1.gif"



function roll_over_navs(tab_name, focus_num)
{
	if (focus_num==2)
	{
		document.getElementById(tab_name).src = eval(tab_name + "_focus.src")
	}
	else if (focus_num==1)
	{
		document.getElementById(tab_name).src = eval(tab_name + "_notfocus.src")
	}
	else
	{
		
	}
	
}	

