//ポータル用海外ツアー　新系対応




plan1 = "http://www.nta.co.jp/kaigai/student/";

plan2 = "http://www.nta.co.jp/kaigai/europe/";

plan3 = "http://www.nta.co.jp/kaigai/aurora/";

plan4 = "http://www.nta.co.jp/kaigai/web/";

plan5 = "http://www.nta.co.jp/kaigai/ichioshi/tyo/";


if(ntaSiteId == ""){
	aftUrl = "";
	planUrl1 = plan1;
	planUrl2 = plan2;
	planUrl3 = plan3;
	planUrl4 = plan4;
	planUrl5 = plan5;

}else{
	aftUrl = "http://rsv.nta.co.jp/Affiliate/set/AF100101.aspx?SITE_ID=" + ntaSiteId + "&REDI_URL=";

	planUrl1 = escape(plan1);
	planUrl2 = escape(plan2);
	planUrl3 = escape(plan3);
	planUrl4 = escape(plan4);
	planUrl5 = escape(plan5);
}

document.open();

document.write("<div id=\"nta_kaigai\">");
document.write("<h2>海外旅行</h2>");
document.write("<div class=\"nta_mainbox\">");

//左
document.write("<div class=\"nta_left\">");

document.write("<dl>");
document.write("<dt><a href=\"");
document.write(aftUrl + planUrl1);
document.write("\" target=\"_blank\">");
document.write("<img src=\"http://www.nta.co.jp/portal/ICSFiles/afieldfile/2009/11/10/student_280x200.jpg\" width=\"280\" height=\"200\" border=\"0\"></a></dt>");
document.write("<dd class=\"nta_comment\">旅行計画中の学生様必見！日本旅行だけの学生限定特典やオモシロ特集あり！</dd>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl1);
document.write("\" target=\"_blank\">特集ページをみる</a>");
document.write("</dd>");
document.write("</dl>");

document.write("</div>");

//右
document.write("<div class=\"nta_right\">");

document.write("<dl>");
document.write("<dt><img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2009/09/18/eur_80x60.jpg\" width=\"80\" height=\"60\"></dt>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl2);
document.write("\" target=\"_blank\">感動大陸ヨーロッパへ</a>");
document.write("</dd>");
document.write("<dd class=\"nta_comment\">人気のモンサンミッシェルやロマンティック街道など、ヨーロッパ各国のツアーをご紹介！</dd>");
document.write("</dl>");

document.write("<dl>");
document.write("<dt><img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2009/12/21/aurora_80x60.jpg\" width=\"80\" height=\"60\"></dt>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl3);
document.write("\" target=\"_blank\">オーロラ特集</a>");
document.write("</dd>");
document.write("<dd class=\"nta_comment\">一生に一度は見たい宇宙の神秘オーロラ。人気のオーロラリゾートを訪れるツアーをご紹介。</dd>");
document.write("</dl>");

document.write("<dl>");
document.write("<dt><img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2010/01/06/2_webcollection_80x60.gif\" width=\"80\" height=\"60\"></dt>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl4);
document.write("\" target=\"_blank\">webコレクション</a>");
document.write("</dd>");
document.write("<dd class=\"nta_comment\">WEB限定や出発月限定だからできるお値打ち価格！人気エリアのお買い得ツアーが満載！</dd>");
document.write("</dl>");

document.write("<dl>");
document.write("<dt><img src=\"http://www.nta.co.jp/portal/ICSFiles/thumbnail/2008/12/05/kaigai04.gif\" width=\"80\" height=\"60\"></dt>");
document.write("<dd class=\"nta_link\"><img src=\"http://www.nta.co.jp/common_portal/img/arrow.gif\" hspace=\"3\" align=\"absmiddle\">");
document.write("<a href=\"");
document.write(aftUrl + planUrl5);
document.write("\" target=\"_blank\">イチ押しスペシャル！</a>");
document.write("</dd>");
document.write("<dd class=\"nta_comment\">フリータイムも充実！追加で観光プランもプラスOK。アレンジ自在の人気の海外ツアー！</dd>");
document.write("</dl>");

document.write("</div>");

document.write("</div>");
document.write("</div>");
document.write("<br style=\"clear: both;\">");


document.close();
