//メニュー項目設定ファイル



menu_num = 4; //メニューの項目数（ホーム除く）

var menu_item_max = 9; //メニューのサブカテゴリの最大数

	

var footer_num = 3; //フッターの項目数

	

var root = ''; //サイトルートのURL



//メニューのサブカテゴリ表示位置

var top = new Array( menu_num ); 

var left = new Array( menu_num );



top[0]="21";

top[1]="21";

top[2]="21";

top[3]="21";



left[0]="406";

left[1]="490";

left[2]="568";

left[3]="651";



//メニューの内容

var menu_text = new Array( menu_num );

for ( i = 0; i < menu_num; i++ ) {

  menu_text[i] = new Array( menu_item_max );

}

//リンク先URL

var menu_link = new Array( menu_num );

for ( i = 0; i < menu_num; i++ ) {

  menu_link[i] = new Array( menu_item_max );

}



//製品情報

menu_text[0][0] = 'パソコン用製品';

menu_link[0][0] = 'http://www.sonicjapan.co.jp/products/index.html';



menu_text[0][1] = '業務用製品';

menu_link[0][1] = 'http://www.sonicjapan.co.jp/products/pro.html';



//サポート

menu_text[1][0] = 'ユーザー登録';

menu_link[1][0] = 'http://www.sonicjapan.co.jp/support/about_user.html';



menu_text[1][1] = 'よくある質問';

menu_link[1][1] = 'http://www.sonicjapan.co.jp/support/about_question.html';



menu_text[1][2] = 'アップグレード情報';

menu_link[1][2] = 'http://www.sonicjapan.co.jp/support/about_upg.html';



//会社概要

menu_text[2][0] = 'プレスリリース';

menu_link[2][0] = 'http://www.sonicjapan.co.jp/about/press/index.html';




//購入

menu_text[3][0] = '';



//フッタの内容

var footer_text = new Array( footer_num );

var footer_link = new Array( footer_num );



footer_text[0] = '商標について';

footer_link[0] = 'http://www.sonicjapan.co.jp/about/trademarks.html';



footer_text[1] = '法律上の注意事項について';

footer_link[1] = 'http://shop.roxio.com/store/sonicjp/ja_JP/ContentTheme/pbPage.trade';



footer_text[2] = 'プライバシーポリシー';

footer_link[2] = 'http://www.sonicjapan.co.jp/about/privacy.html';



footer_text[3] = 'お問い合わせ';

footer_link[3] = 'http://www.sonicjapan.co.jp/about/contact.html';



footer_text[4] = 'サイトマップ';

footer_link[4] = 'http://www.sonicjapan.co.jp/about/sitemap.html';





//コピーライトのテキスト

var copy_text = '&copy; 2011 <a href="http://www.rovicorp.com/jp" target="_blank">Rovi Corporation</a> or its subsidiaries. All rights reserved. Sonic Solutions is a subsidiary of <a href="http://www.rovicorp.com/jp" target="_blank">Rovi Corporation</a>.';





//国別リンクのリスト



var country_text = new Array();

var country_link = new Array();



sep1 = ' @ ';

sep2 = ' | ';

country_list = 

"China" + sep1 +

"http://www.sonic.com/chs/" + sep2 +



"France" + sep1 +

"http://www.sonic.com/" + sep2 +



"Germany" + sep1 +

"http://www.sonic.com/" + sep2 +



"Italy" + sep1 +

"http://www.sonic.com/" + sep2 +



"Japan" + sep1 +

"http://www.sonicjapan.co.jp/" + sep2 +



"Korea" + sep1 +

"http://www.sonickorea.co.kr/" + sep2 +



"Spain" + sep1 +

"http://www.sonic.com/" + sep2 +



"Taiwan" + sep1 +

"http://www.sonic.com/cht/" + sep2 +



"The Netherlands" + sep1 +

"http://www.sonic.com/" + sep2 +



"United Kingdom" + sep1 +

"http://www.sonic.com/default.aspx" + sep2 +



"United States" + sep1 +

"http://www.sonic.com/default.aspx";



country1 = country_list.split(sep2);

for(i=0; i<country1.length; i++){

	country2 = country1[i].split(sep1);

	country_text[i] = country2[0];

	country_link[i] = country2[1];

}







// ***** Google Analytics *****


var _gaq = _gaq || [];
_gaq.push(
['_setAccount', 'UA-19096149-1'],
['_trackPageview'],
['b._setAccount', 'UA-20696072-1'],
['b._trackPageview']
);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();





