//if(navigator.systemLanguage=="zh-cn"){location.href="res://"+location.href;}

function ssViewer(url){
window.open("/ss_viewer.aspx?" + url,"ss","resizable,width=321,height=223,scrollbars=yes");
return false;
}
function buttonSwitch(id)
{
	document.getElementById("buttonSwitcher" + id).style.background="#e6e7e8";
	document.getElementById("panelSwitch" + id).style.display="block";
	for (var i=1;i<4;i++)
	{
		if(i!=id)
		{
			document.getElementById("buttonSwitcher" + i).style.background="#7dced9";
			document.getElementById("panelSwitch" + i).style.display="none";
		}
	}
}




