function tab_move(show_clsss,hide_class)
{
	$('.'+hide_class).hide();
	$('.'+show_clsss).show();
	if('imp_content_data_recovery'==show_clsss)
	{
		$(".rec_tab_btn").css({"font-weight":"bold"});
		$(".lnk_tab_btn").css({"font-weight":"normal"});
	}
	else
	{
		$(".rec_tab_btn").css({"font-weight":"normal"});
		$(".lnk_tab_btn").css({"font-weight":"bold"});
	}
}

function show_more_content()
{
	$(".append_content").toggle(250);
	$('.append_show_btn').toggle();
	$('.append_hide_btn').toggle();
}

function online_request(){
	window.open('http://manager.hdd-data.jp/online/register.php?jisa_id=1A', 'online_request', 'status=no, scrollbars=yes , width=730, height=700, top=10');
}

/*pop*/
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

