
	document.write('<link rel="stylesheet" type="text/css" href="msdropdown/dd.css" />')
	document.write('<script type="text/javascript" src="msdropdown/js/jquery.dd.js"></script>')
	



function SetLang()
{

	var ObjLang = document.getElementById('selLang')
	if(ObjLang)
	{
		if(ObjLang.selectedIndex)
		{

		document.location.href = ObjLang.options[ObjLang.selectedIndex].value + "/" + "index.htm"

		}	
	

	}


}

function SetLangHTML()
{

	var ObjLang = document.getElementById('selLang')
	if(ObjLang)
	{
		if(ObjLang.selectedIndex)
		{

		document.location.href = "../" + ObjLang.options[ObjLang.selectedIndex].value + "/" + "index.htm"

		}	
	

	}


}
