
	ShowOthers();
	
	if (document.frmSB.txtWhereRWe.value == "H")
	{
		document.frmSB.cmdHome.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "S")
	{
		document.frmSB.cmdHistory.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "A")
	{
		document.frmSB.cmdAboutUs.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "B")
	{
		document.frmSB.cmdBuyPup.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "P")
	{
		document.frmSB.cmdSports.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "C")
	{
		document.frmSB.cmdContact.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "HER")
	{
		document.frmSB.cmdHerculus.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "DOP")
	{
		document.frmSB.cmdDopper.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "JEN")
	{
		document.frmSB.cmdJenny.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "KIH")
	{
		document.frmSB.cmdKihara.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "NIK")
	{
		document.frmSB.cmdNikita.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "NON")
	{
		document.frmSB.cmdNonna.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "PUP")
	{
		document.frmSB.cmdPupGal.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "SPORT")
	{
		document.frmSB.cmdSportPic.style.textDecoration = "underline";
	}
	if (document.frmSB.txtWhereRWe.value == "MAIN")
	{
		document.frmSB.cmdMain.style.textDecoration = "underline";
	}


function ShowOthers()
{
	MoreGallery.style.visibility = "visible";
}

function HideOthers()
{
	if (((window.event.clientX > 150) && (window.event.clientX < 265)) &&
		((window.event.clientY > 320) && (window.event.clientY < 490)))
	{
	}
	else
	{
		MoreGallery.style.visibility = "hidden";
	}
}

function Navigate(p_sType)
{
	
	if (p_sType == "H")
	{
		document.frmSB.action = "Default.asp";
		document.frmSB.cmdHome.style.textDecoration = "underline";
	}
	if (p_sType == "S")
	{
		document.frmSB.action = "History.asp";
		document.frmSB.cmdHistory.style.textDecoration = "underline";
	}
	if (p_sType == "A")
	{
		document.frmSB.action = "AboutUs.asp";
		document.frmSB.cmdAboutUs.style.textDecoration = "underline";
	}
	if (p_sType == "B")
	{
		document.frmSB.action = "BuyPups.asp";
		document.frmSB.cmdBuyPup.style.textDecoration = "underline";
	}
	if (p_sType == "P")
	{
		document.frmSB.action = "BoerboelSport.asp";
		document.frmSB.cmdSports.style.textDecoration = "underline";
	}
	if (p_sType == "C")
	{
		document.frmSB.action = "ContactUs.asp";
		document.frmSB.cmdContact.style.textDecoration = "underline";
	}
	if (p_sType == "HER")
	{
		document.frmSB.action = "GallHer.asp";
		document.frmSB.cmdHerculus.style.textDecoration = "underline";
	}
	if (p_sType == "DOP")
	{
		document.frmSB.action = "GallDop.asp";
		document.frmSB.cmdDopper.style.textDecoration = "underline";
	}
	if (p_sType == "JEN")
	{
		document.frmSB.action = "GallJen.asp";
		document.frmSB.cmdJenny.style.textDecoration = "underline";
	}
	if (p_sType == "KIH")
	{
		document.frmSB.action = "GallKih.asp";
		document.frmSB.cmdKihara.style.textDecoration = "underline";
	}
	if (p_sType == "NIK")
	{
		document.frmSB.action = "GallNik.asp";
		document.frmSB.cmdNikita.style.textDecoration = "underline";
	}
	if (p_sType == "NON")
	{
		document.frmSB.action = "GallNon.asp";
		document.frmSB.cmdNonna.style.textDecoration = "underline";
	}
	if (p_sType == "PUP")
	{
		document.frmSB.action = "GallPup.asp";
		document.frmSB.cmdPupGal.style.textDecoration = "underline";
	}
	if (p_sType == "SPORT")
	{
		document.frmSB.action = "GallSport.asp";
		document.frmSB.cmdSportPic.style.textDecoration = "underline";
	}
	if (p_sType == "MAIN")
	{
		document.frmSB.action = "MainGall.asp";
		document.frmSB.cmdMain.style.textDecoration = "underline";
	}

	document.frmSB.submit();
	return true;
}

function ShowBig(sPic)
{
	Enlarge.innerHTML = "<img SRC='" + sPic + "' width='400' height='268' onclick='CloseShow()'>";
	Enlarge.style.visibility = "visible";
	Enlarge.style.left = ((document.body.clientWidth - 740) / 2)+ 120;
	Enlarge.style.top = 240;
}

function CloseShow()
{
	Enlarge.style.visibility = "hidden";
}

