function mnu_ud(sender)
{
	//alert (sender.id)
	mnu_id = sender.id.replace(/arrow/, "mnu");
	//alert (mnu_id)
	if (document.all(mnu_id).style.display == "none")
		{	
		//alert ("True")
		sender.src = "images/cas_index_22_up.gif";
		document.all(mnu_id).style.display = "block";
		return ;
		}
	else
		{	
		//alert ("False")
		sender.src = "images/cas_index_22.gif";
		document.all(mnu_id).style.display = "none";
		}
}

function mnu_ud_2(sender)
{
	//alert (sender.id)
	mnu_id = sender.id.replace(/button/, "mnu");
	//alert (mnu_id)
	if (document.all(mnu_id).style.display == "none")
		{	
		//alert ("True")
		sender.src = "images/cas_index_22_up.gif";
		document.all(mnu_id).style.display = "block";
		return ;
		}
	else
		{	
		//alert ("False")
		sender.src = "images/cas_index_22.gif";
		document.all(mnu_id).style.display = "none";
		}
}

function hLinkGo(menuID,target)
{
	var link = "default.asp?menuID=" + menuID + "&hLinkGo=" + target;
	window.location.href=link;
}

function makeBold(sender,styleCount,Versiyon)
{
		//alert (sender);
		//alert (styleCount);
		LinkSt = "ST_" + sender;
		LinkPers = "PERS_" + sender;
		//alert (LinkSt);
		//alert (LinkPers);
		for (i = 1; i <= styleCount; i++)
		{
			//alert (i);
			document.all("ST_" + i).style.fontWeight = "normal";
			document.all("PERS_" + i).style.display = "none";
		}
		document.all(LinkSt).style.fontWeight = "bold";
		document.all(LinkPers).style.display = "block";
		Resim.src = "menu/UyeGirisi/TeknikCizimler/Cam_" + Versiyon + ".gif"
}

function DetayliHarita()
{
	if (Resim.src.indexOf("istanbul.gif") != -1 )
	{
		Resim.src = "Menu/Konum/Umraniye.gif";
	}
	else
	{
		window.open("menu/Konum/mapOmerli.html","NewWindow","resizeable=False,menubar=No,width=780,height=669")
	}
}

function BuyukHarita()
{
	if (Resim.src.indexOf("istanbul.gif") != -1 )
	{
		window.open("menu/Konum/mapIstanbul.html","NewWindow","resizeable=False,menubar=No,width=780,height=536")
	}
	else
	{
//		if (Resim.src.indexOf("Umraniye.gif") != -1 )
//		{
//			Resim.src = "Menu/Konum/istanbul.gif";
//		}
		window.open("menu/Konum/mapUmraniye.html","NewWindow","resizeable=False,menubar=No,width=780,height=570")
	}
}
