/* Flash 書き出し */
function RunWordpress()
{
	document.write('<embed src="http://www.ja-tottori.or.jp/wp-content/themes/ja/flash/map.swf" width="545" height="250" background="#FFFFFF" type="application/x-shockwave-flash"/>');
}
/* popup */
function popupWindow(value)
{
	var file = value + '.html';
	window.open(file, value, 'width=585,height=685,scrollbars=yes,resizable=yes,status=yes');
	return false;
}

/* このページのTOPへ jquery-1.3.2.min.js */
$(function () {
    if (! $.browser.safari) {
        $('.pageup').click(function () {
            $(this).blur();
            $('html,body').animate({ scrollTop: 0 }, 'slow');
            return false;
        });
    }
});
