//バックナンバーメニュー
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  if(selObj.selectedIndex==0||selObj.selectedIndex==1){return;}
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


//ヘッダー(タイトル)
function Fhe(){
She_alt1="プラレールタウン";
She_alt2="徹底解剖";
She_img="plarail_tit_tettei.gif";
document.write(
"<center>\n",
"  <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"680\">\n",
"    <tr>\n",
"      <td><img src=\"..\/..\/images\/space.gif\" width=\"1\" height=\"8\"><\/td>\n",
"    <\/tr>\n",
"    <tr>\n",
"      <td align=\"right\"><img src=\"..\/..\/images\/plarail_tit_town.gif\" width=\"138\" height=\"20\" alt=\""+She_alt1+"\"><\/td>\n",
"    <\/tr>\n",
"    <tr>\n",
"      <td><img src=\"..\/..\/images\/"+She_img+"\" width=\"680\" height=\"42\" alt=\""+She_alt2+"\"><\/td>\n",
"    <\/tr>\n",
"  <\/table>"
);
}


//縦スペース
function Fxs(Sxs_v){
document.write(
"  <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n",
"    <tr>\n",
"      <td><img src=\"..\/..\/images\/space.gif\" width=\"1\" height=\""+Sxs_v+"\"><\/td>\n",
"    <\/tr>\n",
"  <\/table>"
);
}


//フッター(コピーライト)
function Ffo(){
document.write(
"  <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"680\">\n",
"    <tr>\n",
"      <td><img src=\"..\/..\/images\/space.gif\" width=\"1\" height=\"20\"><\/td>\n",
"    <\/tr>\n",
"    <tr>\n",
"      <td align=\"center\"><font class=\"text1\">&copy; TOMY<\/font><\/td>\n",
"    <\/tr>\n",
"    <tr>\n",
"      <td><img src=\"..\/..\/images\/space.gif\" width=\"1\" height=\"20\"><\/td>\n",
"    <\/tr>\n",
"  <\/table>\n",
"<\/center>"
);
}


//フッター2(コピーライト)
function Ffo2(){
document.write(
"  <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n",
"    <tr>\n",
"      <td><img src=\"..\/..\/images\/space.gif\" width=\"1\" height=\"10\"><\/td>\n",
"    <\/tr>\n",
"    <tr>\n",
"      <td align=\"center\"><font class=\"text1\">Copyright 2006 <\/font><font class=\"text1\" color=\"#0000CC\"><b>TOMY,<\/b><\/font><font class=\"text1\"> All Rights Reserved.<\/font><\/td>\n",
"    <\/tr>\n",
"    <tr>\n",
"      <td><img src=\"..\/..\/images\/space.gif\" width=\"1\" height=\"20\"><\/td>\n",
"    <\/tr>\n",
"  <\/table>"
);
}


//フッター3(コピーライト)
function Ffo3(){
document.write(
"  <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n",
"    <tr>\n",
"      <td><img src=\"..\/images\/space.gif\" width=\"1\" height=\"10\"><\/td>\n",
"    <\/tr>\n",
"    <tr>\n",
"      <td align=\"center\"><font class=\"text1\">Copyright 2006 <\/font><font class=\"text1\" color=\"#0000CC\"><b>TOMY,<\/b><\/font><font class=\"text1\"> All Rights Reserved.<\/font><\/td>\n",
"    <\/tr>\n",
"  <\/table>"
);
}


//スタイルシート(フォント)
document.writeln('<style type="text/css">');
document.writeln('<!--');
if(navigator.appVersion.indexOf("Mac")>1){
document.writeln('.text{font-Size:10px; line-height:14px}');
document.writeln('.text1{font-Size:12px; line-height:14px}');
document.writeln('.text2{font-Size:12px; line-height:16px}');
document.writeln('.text3{font-Size:10px; line-height:12px}');
document.writeln('.text4{font-Size:16px; line-height:18px}');
document.writeln('.text5{font-Size:14px; line-height:16px}');
}else{
document.writeln('.text{font-Size:11px; line-height:14px}');
document.writeln('.text1{font-Size:13px; line-height:14px}');
document.writeln('.text2{font-Size:13px; line-height:16px}');
document.writeln('.text3{font-Size:11px; line-height:12px}');
document.writeln('.text4{font-Size:17px; line-height:18px}');
document.writeln('.text5{font-Size:15px; line-height:16px}');
}
document.writeln('-->');
document.writeln('</style>');
