function Goto()
{
	linkName = window.document.form1.D1.value;
	window.location.href = linkName;
}
function Goto1()
{
	linkName = window.document.form1.D2.value;
	window.location.href = linkName;
}
function Goto2()
{
	linkName = window.document.form1.D3.value;
	window.location.href = linkName;
}

function changeCurrentTheme(themeName)
{
   window.location="home.php?cmd=changeTheme&newTheme=" + themeName;
}