function _Hide(){
	var _hide = 1;
	window.document.root.SetVariable("_hide", _hide);

}
function _Show(){
	var _hide = 0;
	window.document.root.SetVariable("_hide", _hide);
}
