<!--
if(document.images)
{
	var path = "../images/top_nav/";
	var path_nam_nav = "../images/photos/names_nav/";
	var path_num = "../images/photos/num_nav/";
	var path_person = "../images/photos/isergei/";
	var main_photo = "1";
	
	top_org_box1 = new Image();
	top_org_box2 = new Image();
	top_org_box3 = new Image();
	bot_org_box1 = new Image();
	bot_org_box2 = new Image();
	bot_org_box3 = new Image();
	txt_1 = new Image();
	txt_2 = new Image();
	txt_3 = new Image();
	txt_4 = new Image();
	txt_5 = new Image();
	txt_6 = new Image();
	apeet_off = new Image();
	isergei_off = new Image();
	jkirk_off = new Image();
	jpressly_off = new Image();
	spaulson_off = new Image();
	srex_off = new Image();
	one_off = new Image();
	two_off = new Image();
	three_off = new Image();
	four_off = new Image();
	five_off = new Image();
	six_off = new Image();
	thumb1 = new Image();
	thumb2 = new Image();
	thumb3 = new Image();
	thumb4 = new Image();
	thumb5 = new Image();
	thumb6 = new Image();
	photo1 = new Image();
	photo2 = new Image();
	photo3 = new Image();
	photo4 = new Image();
	photo5 = new Image();
	photo6 = new Image();
	
	apeet_off.src = path_nam_nav + "apeet_on.gif";
	isergei_off.src = path_nam_nav + "isergei_on.gif";
	jkirk_off.src = path_nam_nav + "jkirk_on.gif";
	jpressly_off.src = path_nam_nav + "jpressly_on.gif";
	spaulson_off.src = path_nam_nav + "spaulson_on.gif";
	srex_off.src = path_nam_nav + "srex_on.gif";
	txt_1.src = path + "mid_home.gif";
	txt_2.src = path + "mid_episode.gif";
	txt_3.src = path + "mid_cast.gif";
	txt_4.src = path + "mid_bscenes.gif";
	txt_5.src = path + "mid_photo.gif";
	txt_6.src = path + "mid_games.gif";
	top_org_box1.src = path + "top_org_box1_on.gif";
	top_org_box2.src = path + "top_org_box2_on.gif";
	top_org_box3.src = path + "top_org_box3_on.gif";
	bot_org_box1.src = path + "bot_org_box1_on.gif";
	bot_org_box2.src = path + "bot_org_box2_on.gif";
	bot_org_box3.src = path + "bot_org_box3_on.gif";
	one_off.src = path_num + "one_on.gif";
	two_off.src = path_num + "two_on.gif";
	three_off.src = path_num + "three_on.gif";
	four_off.src = path_num + "four_on.gif";
	five_off.src = path_num + "five_on.gif";
	six_off.src = path_num + "six_on.gif";
	thumb1.src = path_person + "thumb1.jpg";
	thumb2.src = path_person + "thumb2.jpg";
	thumb3.src = path_person + "thumb3.jpg";
	thumb4.src = path_person + "thumb4.jpg";
	thumb5.src = path_person + "thumb5.jpg";
	thumb6.src = path_person + "thumb6.jpg";
	photo1.src = path_person + "photo1.jpg";
	photo2.src = path_person + "photo2.jpg";
	photo3.src = path_person + "photo3.jpg";
	photo4.src = path_person + "photo4.jpg";
	photo5.src = path_person + "photo5.jpg";
	photo6.src = path_person + "photo6.jpg";
	
	function glow(imgName, newMid)
	{
		document[imgName].src = eval(imgName + ".src");
		document['txt'].src = eval(newMid + ".src");
		document['bot_org_box2'].src = path + "bot_org_box2.gif"
	}
	function glowB(imgName)
	{
		document[imgName].src = eval(imgName + ".src");
	}
	function glowN(imgName, thumbName)
	{
		document[imgName].src = eval(imgName + ".src");
		document['thumb'].src = path_person + thumbName + ".jpg";
	}
	function no_glow(imgName)
	{
		document[imgName].src = path + imgName + ".gif";
		document['txt'].src = path + "mid_photo.gif"
		document['bot_org_box2'].src = path + "bot_org_box2_on.gif"
	}
	function no_glowB(imgName)
	{
		document[imgName].src = path_nam_nav + imgName + ".gif";
	}
	function no_glowN(imgName)
	{
		document[imgName].src = path_num + imgName + ".gif";
		document['thumb'].src = path_person + "thumb" + main_photo + ".jpg";
	}
	function chg_Photo(photoName)
	{
		document['photo'].src = path_person + photoName + ".jpg";
		if(photoName == "photo1")
		{
			main_photo = "1";
		}
		else if(photoName == "photo2")
		{
			main_photo = "2";
		}
		else if(photoName == "photo3")
		{
			main_photo = "3";
		}
		else if(photoName == "photo4")
		{
			main_photo = "4";
		}
		else if(photoName == "photo5")
		{
			main_photo = "5";
		}
		else if(photoName == "photo6")
		{
			main_photo = "6";
		}
	}
}
//-->