//メニュー項目設定ファイル

menu_num = 4; //メニューの項目数（ホーム除く）
var menu_item_max = 20; //メニューのサブカテゴリの最大数
	
var footer_num = 5; //フッターの項目数
	
var root = ''; //サイトルートのURL

//メニューのサブカテゴリ表示位置
var top = new Array( menu_num ); 
var left = new Array( menu_num );

top[0]="47";
top[1]="47";
top[2]="21";
top[3]="21";

left[0]="80";
left[1]="200";
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] = 'EASY MEDIA CREATOR 9';
//menu_link[0][0] = 'http://www.roxio.jp/products/emc9/index.html';

//menu_text[0][1] = 'MyDVD 9';
//menu_link[0][1] = 'http://www.roxio.jp/products/mydvd9/index.html';

//menu_text[0][2] = 'Easy CD & DVD Creator 8';
//menu_link[0][2] = 'http://www.roxio.jp/products/ecdc8/index.html';

//menu_text[0][3] = 'EASYデジカメクリエーター';
//menu_link[0][3] = 'http://www.roxio.jp/products/ps7/index.html';

//menu_text[0][4] = 'EASYビデオクリエーター';
//menu_link[0][4] = 'http://www.roxio.jp/products/vw7/index.html';

//menu_text[0][5] = 'EASY DVD COPY';
//menu_link[0][5] = 'http://www.roxio.jp/products/edcopy/index.html';

//menu_text[0][6] = 'コピー&コンバータ 3';
//menu_link[0][6] = 'http://www.roxio.jp/products/copyconvert/index.html';

//menu_text[0][7] = 'RecordNow 9';
//menu_link[0][7] = 'http://www.roxio.jp/products/recordnow9/index.html';

//menu_text[0][8] = 'Roxio Crunch';
//menu_link[0][8] = 'http://www.roxio.jp/products/crunch/index.html';


//menu_text[0][9] = 'Toast 8';
//menu_link[0][9] = 'http://www.roxio.jp/products/toast8/index.html';


//menu_text[0][10] = 'Toast with Jam 6';
//menu_link[0][10] = 'http://www.roxio.jp/products/toast-jam6/index.html';


//menu_text[0][8] = 'Toast 5';
//menu_link[0][8] = 'http://www.roxio.jp/products/toast5/index.html';


//menu_text[0][11] = 'Roxio Popcorn 2';
//menu_link[0][11] = 'http://www.roxio.jp/products/popcorn2/index.html';


//menu_text[0][11] = 'VideoWave Movie Creator';
//menu_link[0][11] = 'http://www.roxio.jp/products/vwmc/index.html';

//menu_text[0][12] = 'Eudora';
//menu_link[0][12] = 'http://www.eudora.roxio.jp/';

//menu_text[0][13] = '携帯マスターNX';
//menu_link[0][13] = 'http://www.roxio.jp/products/partner/kmnx/index.html';


//menu_text[0][14] = '----------------------';
//menu_link[0][14] = '';


//menu_text[0][15] = 'EyeTV 250';
//menu_link[0][15] = 'http://www.roxio.jp/products/partner/eyetv250/index.html';

//menu_text[0][16] = 'EyeTV 200';
//menu_link[0][16] = 'http://www.roxio.jp/products/partner/eyetv200/index.html';


//menu_text[0][17] = 'EyeHome';
//menu_link[0][17] = 'http://www.roxio.jp/products/partner/eyehome/index.html';





//サポート
//menu_text[1][0] = 'サポートホーム';
//menu_link[1][0] = 'http://www.roxio.jp/support/index.html';

//menu_text[1][1] = 'ディスカッションフォーラム&nbsp;';
//menu_link[1][1] = 'http://www.roxio.jp/support/discussion.html';

//menu_text[1][2] = 'アップデータダウンロード';
//menu_link[1][2] = 'http://www.roxio.jp/support/download/index.html';

//menu_text[1][3] = 'FAQ';
//menu_link[1][3] = 'http://www.roxio.jp/support/faq_top.html';

//menu_text[1][4] = 'オンラインユーザ登録';
//menu_link[1][4] = 'http://www.roxio.jp/registration/index.html';

//menu_text[1][5] = 'ドライブサポートリスト';
//menu_link[1][5] = 'http://www.roxio.jp/support/download/index_drive.html';



//会社概要
//menu_text[2][0] = 'レビュー';
//menu_link[2][0] = 'corp/index.html';

//menu_text[2][1] = '開発';
//menu_link[2][1] = 'corp/1.html';

//menu_text[2][2] = 'パテント';
//menu_link[2][2] = 'corp/2.html';

//menu_text[2][3] = '経歴';
//menu_link[2][3] = 'corp/3.html';

//menu_text[2][4] = 'コンタクト';
//menu_link[2][4] = 'corp/4.html';

//menu_text[2][5] = '理念';
//menu_link[2][5] = 'corp/5.html';

//menu_text[2][6] = 'IR情報';
//menu_link[2][6] = 'corp/6.html';

//menu_text[2][7] = 'プレスリリース';
//menu_link[2][7] = 'corp/7.html';

//menu_text[2][8] = 'リソース';
//menu_link[2][8] = 'corp/8.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.roxio.jp/legal/trademarks.html';

//footer_text[1] = 'お問い合わせ';
//footer_link[1] = 'http://www.roxio.jp/support/index.html';

//footer_text[2] = 'プライバシーポリシー';
//footer_link[2] = 'http://www.roxio.jp/legal/privacy.html';

//footer_text[3] = '利用規約';
//footer_link[3] = 'http://www.roxio.jp/legal/termsofuse.html';

//footer_text[4] = 'サイトマップ';
//footer_link[4] = 'http://www.roxio.jp/sitemap.html';


//コピーライトのテキスト
var copy_text = '&copy; 2007 Sonic Solutions. All Rights Reserved. Roxio, the leader in CD & DVD burning software.';


//国別リンクのリスト

//var country_text = new Array();
//var country_link = new Array();

sep1 = ' @ ';
sep2 = ' | ';
country_list = 

"China" + sep1 +
"http://www.roxio.com/chs/" + sep2 +

"France" + sep1 +
"http://www.roxio.fr/" + sep2 +

"Germany" + sep1 +
"http://www.roxio.de/" + sep2 +

"Hong Kong" + sep1 +
"http://www.sonic.com/chs/" + sep2 +

"Italy" + sep1 +
"http://www.roxio.it/" + sep2 +

"Japan" + sep1 +
"http://www.roxio.jp/" + sep2 +

"Korea" + sep1 +
"http://www.sonickorea.co.kr/" + sep2 +

"Spain" + sep1 +
"http://www.roxio.com.es/" + sep2 +

"Taiwan" + sep1 +
"http://www.sonic.com/cht/" + sep2 +

"The Netherlands" + sep1 +
"http://www.roxio.nl/" + sep2 +

"United Kingdom" + sep1 +
"http://www.roxio.com/eng/" + sep2 +

"United States" + sep1 +
"http://www.roxio.com/enu/";




//"Albania" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Algeria" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Argentina" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Armenia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Australia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Austria" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Azerbaijan" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Bahrain" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Belarus" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Belgium - English" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Belgium - Fran&#231;ais" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Belize" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Bolivia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Brazil" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Bulgaria" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Canada - English" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Canada - Fran&#231;ais" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Chile" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"China" + sep1 +
//"http://www.roxio.com/chs/" + sep2 +

//"Colombia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Costa Rica" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Croatia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Czech Republic" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Denmark" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Dominican Republic" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Ecuador" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Egypt" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"El Salvador" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Estonia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Faroe Islands" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Finland - Finnish - Euro" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Finland - Swedish - Swedish Krona" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"France" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Georgia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Germany" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Greece" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Guatemala" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Honduras" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Hong Kong" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Hungary - Euro" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Hungary - US Dollar" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Iceland" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"India - Indian Rupee" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"India - US Dollar" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Indonesia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Iran" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Iraq" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Ireland" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Israel" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Italy" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Jamaica" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Japan" + sep1 +
//"http://www.sonicjapan.co.jp/" + sep2 +

//"Jordan" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Kazakhstan" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Kenya" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Korea" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Kuwait" + sep1 +
//"http://www.sonickorea.co.kr/" + sep2 +

//"Latvia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Lebanon" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Libyan Arab Jamahiriya" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Liechtenstein" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Lithuania" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Luxembourg - Deutsch" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Luxembourg - Fran&#231;ais" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Macau" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Macedonia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Malaysia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Maldives" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Mexico" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Monaco" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Mongolia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Morocco" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Netherlands" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"New Zealand" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Nicaragua" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Norway" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Oman" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Other" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Pakistan" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Panama" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Paraguay" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Peru" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Philippines" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Poland" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Portugal - Euro" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Portugal - US Dollar" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Puerto Rico" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Qatar" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Romania" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Russian Federation" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Saudi Arabia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Serbia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Singapore" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Slovakia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Slovenia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"South Africa" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Spain" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Sweden" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Switzerland - Deutsch" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Switzerland - Fran&#231;ais" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Switzerland - Italiano" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Syrian Arab Republic" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Taiwan - Chinese Yuan Renminbi" + sep1 +
//"http://www.sonictaiwan.com/" + sep2 +

//"Taiwan - Taiwan Dollar" + sep1 +
//"http://www.sonictaiwan.com/" + sep2 +

//"Thailand" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Trinidad and Tobago" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Tunisia" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Turkey" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Ukraine" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"United Arab Emirates" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"United Kingdom" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"United States" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Uruguay" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Uzbekistan" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Venezuela" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Viet Nam" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Yemen" + sep1 +
//"http://www.roxio.com/" + sep2 +

//"Zimbabwe" + sep1 +
//"http://www.roxio.com/";

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];
}

