﻿//--------------------------------------------------------------------
//　単体で動くjs
//--------------------------------------------------------------------
document.write("<script type='text/javascript' src='/js/common.js'></script>");

//--------------------------------------------------------------------
//　ライブラリ
//--------------------------------------------------------------------
document.write("<script type='text/javascript' src='/js/library/prototype.js'></script>");
document.write("<script type='text/javascript' src='/js/library/jquery.js'></script>");


//--------------------------------------------------------------------
//　jqueryとprototypeのコンフリクト回避
//--------------------------------------------------------------------
document.write("<script type='text/javascript'>jQuery.noConflict();var j$ = jQuery;</script>");
document.write("<script type='text/javascript' src='/js/library/jquery/jquery.tooltip.js'></script>");

//--------------------------------------------------------------------
//　以下、jqueryのプラグインの読み込み
//　※プラグイン本体は基本的にはさわらなくてOK。修正はjquery_plugin.jsで行なう。
//--------------------------------------------------------------------
//tab　タブの切替
document.write("<script type='text/javascript' src='/js/library/jquery/jquery.history_remote.pack.js'></script>");
document.write("<script type='text/javascript' src='/js/library/jquery/jquery.tabs.pack.js'></script>");

//toggle　「詳細をみる」押下で要素を開閉。
document.write("<script type='text/javascript' src='/js/library/jquery/jquery.toggleElements.js'></script>");

//lightpop　クイックヘルプや画像の拡大で使用。
//lightpop本体の中で各種設定ができる。（枠線とか）それとは別に、プラグイン.jsのほうにも記述があるので注意。
document.write("<script type='text/javascript' src='/js/library/jquery/jquery.lightpop-0.7.5.js'></script>");

document.write("<script type='text/javascript' src='/js/library/jquery/jquery.homeContentSort.js'></script>");

//グローバルナビのドロップダウンメニュー
document.write("<script type='text/javascript' src='/js/library/jquery/jquery.dropdownPlain.js'></script>");


//各種プラグインの設定
document.write("<script type='text/javascript' src='/js/library/jquery/jquery_plugin.js'></script>");

//scriptaculous関係ドラッグドロップで使用（現在未使用かも）
document.write("<script type='text/javascript' src='/js/library/scriptaculous/scriptaculous.js'></script>");
document.write("<script type='text/javascript' src='/js/library/scriptaculous/effects.js'></script>");
document.write("<script type='text/javascript' src='/js/library/scriptaculous/dragdrop.js'></script>");

//アイテムなど横スクロール（現在未使用）
document.write("<script type='text/javascript' src='/js/library/jquery/jquery.jcarousel.pack.js'></script>");

//ボックス高さ揃える
document.write("<script type='text/javascript' src='/js/library/jquery/heightLine.js'></script>");

//スマートロールオーバー
document.write("<script type='text/javascript' src='/js/library/jquery/smartRollover.js'></script>");


