var is_major = parseInt(navigator.appVersion);
var is_minor = parseFloat(navigator.appVersion);
var agt = navigator.userAgent.toLowerCase();
var bNc = (navigator.appName.substring(0,9) != "Microsoft");
var doc = (bNc)? "document." : "document.all.";
var obj = (bNc)? "" : ".style";

var is_ie    = (agt.indexOf("msie") != -1);
var is_ie3   = (is_ie && (is_major < 4));
var is_ie4   = (is_ie && (is_major == 4) && (agt.indexOf("msie 5")==-1) && (agt.indexOf("msie 6")==-1) );
var is_ie4up = (is_ie  && (is_major >= 4));
var is_ie5   = (is_ie && (is_major == 4) && (agt.indexOf("msie 5")!=-1) && (agt.indexOf("msie 6")==-1) );
var is_ie5up = (is_ie  && !is_ie3 && !is_ie4);
var is_mac    = (agt.indexOf("mac")!=-1);

var delta2 = 40;
var n = 0;
var running = 0;
var current = "";
// var moveX = new Array(1.00, 0.85, 0.64, 0.48, 0.37, 0.28, 0.21, 0.16, 0.12, 0.09, 0.068, 0.05, 0.036, 0.022, 0.01);
var moveX = new Array(1.00, 0.85, 0.64, 0.48, 0.37, 0.28, 0.21, 0.16, 0.12, 0.09, 0.068, 0.05);

var mx = 0;
if( bNc ){
	mx = innerWidth;
}
window.onresize=rs;

function rs(e){
	if( bNc ){
		mx = innerWidth;
		window.location.reload();
	}
}

function roll(a,c) {
 alllayeroff();
if( bNc ){
	eval( doc+c+obj+".top='72';" );
 }
 eval(doc+c+obj+".visibility='visible';");

 if( c!=current ) {
  current=c;
  running=1;
  n=0;

  func2(a,c);
 }
}
function func2(b,c) {
 if( b>5 && running==1 && current==c ) {

	if( bNc ){
		var x = parseInt(b) + (( innerWidth - 790 ) / 2 );
		if( x < 0 ){
			x = 0;
		}
		x = x + b;
	    evallayer= doc+c+obj+".left="+x+";";
	    eval(evallayer);
	}else if( ! is_ie5up || is_mac ){
		var x = parseInt(b) + (( document.body.clientWidth - 790 ) / 2 );
		if( x < 0 ){
			x = 0;
		}
		x = x + b;
	    evallayer= doc+c+obj+".top=65;";
	    eval(evallayer);
	    evallayer= doc+c+obj+".left="+x+";";
	    eval(evallayer);
	}else{
	    evallayer= doc+c+obj+".left="+b+";";
	    eval(evallayer);
	}

  if( b < 120 ) {
   if( n > 11 ) {
    n = 11;
   }
   b=b-(delta2 * moveX[n]);
   n++;
  }
  else {
   b=b-delta2;
  }
  window.setTimeout("func2("+b+",'"+c+"')",30);
 }
 else if( running==1 && current==c ) {
  running=0;
 }
}
function alllayeroff() {
 eval(doc+"E1"+obj+".visibility='hidden'");
 eval(doc+"E2"+obj+".visibility='hidden'");
 eval(doc+"E3"+obj+".visibility='hidden'");
 eval(doc+"E4"+obj+".visibility='hidden'");
 eval(doc+"E5"+obj+".visibility='hidden'");
 eval(doc+"E6"+obj+".visibility='hidden'");
 eval(doc+"E7"+obj+".visibility='hidden'");
 eval(doc+"E8"+obj+".visibility='hidden'");
 eval(doc+"E9"+obj+".visibility='hidden'");
 eval(doc+"E10"+obj+".visibility='hidden'");
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImageForToppage() { //v3.0
  var i,j=0,x,a=MM_swapImageForToppage.arguments;
  document.MM_sr=new Array;
  if ((x=MM_findObj(a[0]))!=null)
  {
    document.MM_sr[j++]=x;
    if(!x.oSrc)
    {
      x.oSrc=x.src;
      x.oHref=x.href;
      x.num = 0 ;
    
    }
    i = x.num * 3 + 1 ;
    if( i >= a.length ) i = 1 ;
    x.src=a[i + 1];
    x.num=a[i + 2] ;
  }
}

<!-- ######################################################### -->

//Popup Box- By Jim Silver @ jimsilver47@yahoo.com
//Exlusive permission granted to Dynamic Drive (http://dynamicdrive.com) to include this script in their DHTML archive.
//For full source code, terms of use, and 100's more scripts, visit http://www.dynamicdrive.com

var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all

//drag drop function for NS 4////
/////////////////////////////////

var dragswitch=0
var nsx
var nsy
var nstemp

function drag_dropns(name){
if (!ns4)
return
temp=eval(name)
temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
temp.onmousedown=gons
temp.onmousemove=dragns
temp.onmouseup=stopns
}

function gons(e){
temp.captureEvents(Event.MOUSEMOVE)
nsx=e.x
nsy=e.y
}
function dragns(e){
if (dragswitch==1){
temp.moveBy(e.x-nsx,e.y-nsy)
return false
}
}

function stopns(){
temp.releaseEvents(Event.MOUSEMOVE)
}

//drag drop function for ie4+ and NS6////
/////////////////////////////////



function initializedrag(e){
crossobj=ns6? document.getElementById("showimage") : document.all.showimage

var firedobj=ns6? e.target : event.srcElement
var topelement=ns6? "HTML" : "BODY"


}
document.onmousedown=initializedrag
document.onmouseup=new Function("dragapproved=false")

////drag drop functions end here//////

var id=0;

function waithidebox(){
clearTimeout(id);
id=setTimeout(hidebox,3000);
}
function hidebox(){
showselect('L1','L2')
if (ie4||ns6) {
 if( crossobj ) {
  crossobj.style.visibility="hidden"
 }
} else if (ns4) {
//document.showimage.visibility="hide"
}
}

function nothide(){
clearTimeout(id);
}

function showbox(){
clearTimeout(id);
if (ie4||ns6)
{
 if( crossobj ) {
  crossobj.style.left=(document.body.clientWidth -760)/2+(760-280);
  crossobj.style.visibility="visible"
 }
}
else if (ns4)
{
//document.showimage.left=(window.innerWidth-760)/2+(760-280);
//document.showimage.visibility="visible"
//document.showimage.zIndex=100
}
loadChibicartInner()
}

function resize(){
if (ie4||ns6)
{
 if( crossobj ) {
  crossobj.style.left=(document.body.clientWidth -760)/2+(760-280);
 }
}
else if (ns4)
{
 if( crossobj ) {
  // crossobj.style.left=(window.innerWidth-760)/2+(760-280);
 }
}
}

function hideselect(id1,id2) {
  if( document.all && document.all.item(id1) ) {
    document.all.item(id1).style.visibility = "hidden";
  }
  if( document.layers && document.layers[id1] ) {
    document.layers[id1].visibility = "hide";
  }
  if( document.all && document.all.item(id2) ) {
    document.all.item(id2).style.visibility = "hidden";
  }
  if( document.layers && document.layers[id2] ) {
    document.layers[id2].visibility = "hide";
  }
}
function showselect(id1,id2) {
  if( document.all && document.all.item(id1) ) {
    document.all.item(id1).style.visibility = "visible";
  }
  if( document.layers && document.layers[id1] ) {
    document.layers[id1].visibility = "show";
  }
  if( document.all && document.all.item(id2) ) {
    document.all.item(id2).style.visibility = "visible";
  }
  if( document.layers && document.layers[id2] ) {
    document.layers[id2].visibility = "show";
  }
}
var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
function loadChibicartInner(){
if (ie||dom){
var iframeobj=document.getElementById? document.getElementById("chibicartinner") : document.all.chibicartinner
iframeobj.src="blank.html"
iframeobj.src="/enjoy/chibicartInner.jsp"
}
}
function parentUrl(url){
 window.location.href=url
}
<!-- ######################################################### -->

document.write("<TABLE width=\"800\" border=\"0\" cellspacing=\"2\" cellpadding=\"0\" align=\"center\">");

document.write("<TBODY><TR height=\"32\"><TD colspan=\"2\">");
document.write("<DIV id=\"MEMU\"><A href=\"http:\/\/www.dachsjp.com\/index.htm\" TARGET=\"_top\" onmouseover=\"roll(800,'E1');MM_swapImage('Header89','','http:\/\/www.dachsjp.com\/comon\/topag1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\"><IMG name=\"Header89\" src=\"http:\/\/www.dachsjp.com\/comon\/linkrami.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A>");
document.write(" <A href=\"http:\/\/www.dachsjp.com\/custm.htm\" onmouseover=\"roll(800,'E2');MM_swapImage('Header56','','http:\/\/www.dachsjp.com\/comon\/custm1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\" target=\"_top\"><IMG name=\"Header56\" src=\"http:\/\/www.dachsjp.com\/comon\/custm1.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A>");
document.write(" <A href=\"http:\/\/www.dachsjp.com\/dachs.htm\" onmouseover=\"roll(800,'E3');MM_swapImage('Header13','','http:\/\/www.dachsjp.com\/comon\/dachs1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\" target=\"_top\"><IMG name=\"Header13\" src=\"http:\/\/www.dachsjp.com\/comon\/dachs1.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A>");
document.write(" <A href=\"http:\/\/www.dachsjp.com\/tours.htm\" onmouseover=\"roll(800,'E4');MM_swapImage('Header1045','','http:\/\/www.dachsjp.com\/comon\/tours1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\" target=\"_top\"><IMG name=\"Header1045\" src=\"http:\/\/www.dachsjp.com\/comon\/tours1.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A>");
document.write(" <A href=\"http:\/\/www.dachsjp.com\/sanpo.htm\" onmouseover=\"roll(800,'E5');MM_swapImage('Header162','','http:\/\/www.dachsjp.com\/comon\/sanpo1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\" target=\"_top\"><IMG name=\"Header162\" src=\"http:\/\/www.dachsjp.com\/comon\/sanpo1.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A>");
document.write(" <A href=\"http:\/\/www.dachsjp.com\/towns.htm\" onmouseover=\"roll(800,'E6');MM_swapImage('Header219','','http:\/\/www.dachsjp.com\/comon\/towns1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\" target=\"_top\"><IMG name=\"Header219\" src=\"http:\/\/www.dachsjp.com\/comon\/towns1.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A>");
document.write(" <A href=\"http:\/\/www.dachsjp.com\/natsu.htm\" onmouseover=\"roll(800,'E7');MM_swapImage('Header1107','','http:\/\/www.dachsjp.com\/comon\/natsu1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\" target=\"_top\"><IMG name=\"Header1107\" src=\"http:\/\/www.dachsjp.com\/comon\/natsu1.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A>");
document.write(" <A href=\"http:\/\/www.dachsjp.com\/owner.htm\" onmouseover=\"roll(800,'E8');MM_swapImage('Header208','','http:\/\/www.dachsjp.com\/comon\/owner1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\" target=\"_top\"><IMG name=\"Header208\" src=\"http:\/\/www.dachsjp.com\/comon\/owner1.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A>");
document.write(" <A href=\"http:\/\/www.dachsjp.com\/other.htm\" onmouseover=\"roll(800,'E9');MM_swapImage('Header213','','http:\/\/www.dachsjp.com\/comon\/other1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\" target=\"_top\"><IMG name=\"Header213\" src=\"http:\/\/www.dachsjp.com\/comon\/other1.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A>");
document.write(" <A href=\"http:\/\/www.dachsjp.com\/board.htm\" onmouseover=\"roll(800,'E10');MM_swapImage('Header97','','http:\/\/www.dachsjp.com\/comon\/board1p.gif',1)\" onmouseout=\"MM_swapImgRestore()\" target=\"_top\"><IMG name=\"Header97\" src=\"http:\/\/www.dachsjp.com\/comon\/board1.gif\" width=\"70\" height=\"32\" hspace=\"2\" border=\"0\"></A></DIV></TD></TR>");


document.write("<TR height=\"32\"><TD colspan=\"2\" valign=\"bottom\">");document.write("<DIV style=\"width:800;height:38;clip:rect(0 800 60 0);left:0;top:00;overflow:hidden\">");
document.write("<DIV id=\"E1\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\">");
document.write("<br><br><br><FONT size=\"4\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/index.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/indexsitem.htm\" TARGET=\"_top\" class=\"top_header\"><B>サイトマップ</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/indexnewup.htm\" TARGET=\"_top\" class=\"top_header\"><B>新着状況</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/boardvisit.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご訪問台帳</B></A> ｝|｛<A href=\"http:\/\/www.dachsjp.com\/boardalink.htm\" TARGET=\"_top\" class=\"top_header\"><B>リンク登録</B></A> |｛ <A href=\"http:\/\/www.dachsjp.com\/ownerlettr.htm\" TARGET=\"_top\" class=\"top_header\"><B>お便り</B></A> ｝</FONT></DIV>");

document.write("<DIV id=\"E2\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\">");
document.write("<br><br><br><FONT size=\"4\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/custm.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B></A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/custm1syou.htm\" TARGET=\"_top\" class=\"top_header\"><B>第1章</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/custm2syou.htm\" TARGET=\"_top\" class=\"top_header\"><B>第2章</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/custm3syou.htm\" TARGET=\"_top\" class=\"top_header\"><B>第3章</B></A>|｛ <A href=\"http:\/\/www.dachsjp.com\/custm4syou.htm\" TARGET=\"_top\" class=\"top_header\"><B>第4章</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/custm5syou.htm\" TARGET=\"_top\" class=\"top_header\"><B>第5章</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/custmwdpro.htm\" TARGET=\"_top\" class=\"top_header\"><B>WPスタッフ記録</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/custmjirei.htm\" TARGET=\"_top\" class=\"top_header\"><B>他業種対応事例</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/boardbunsy.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご意見ご要望</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/ownerlettr.htm\" TARGET=\"_top\" class=\"top_header\"><B>メール</B></A> ｝</FONT></DIV>");

document.write("<DIV id=\"E3\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\"><br><br><br><FONT size=\"4\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/dachs.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsprofl.htm\" TARGET=\"_top\" class=\"top_header\"><B>横貌</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachssinsk.htm\" TARGET=\"_top\" class=\"top_header\"><B>親戚</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsfrend.htm\" TARGET=\"_top\" class=\"top_header\"><B>わん友</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsworld.htm\" TARGET=\"_top\" class=\"top_header\"><B>世界犬種</B></A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsyears.htm\" TARGET=\"_top\" class=\"top_header\"><B>犬齢</B></A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsmenth.htm\" TARGET=\"_top\" class=\"top_header\"><B>交配</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsninsi.htm\" TARGET=\"_top\" class=\"top_header\"><B>妊娠</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsbirth.htm\" TARGET=\"_top\" class=\"top_header\"><B>出産</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsbabys.htm\" TARGET=\"_top\" class=\"top_header\"><B>育児</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachswakar.htm\" TARGET=\"_top\" class=\"top_header\"><B>別離</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsfamly.htm\" TARGET=\"_top\" class=\"top_header\"><B>母娘</B></A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachssaika.htm\" TARGET=\"_top\" class=\"top_header\"><B>兄妹再会</B></A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsaisai.htm\" TARGET=\"_top\" class=\"top_header\"><B>兄妹再々会</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachschapy.htm\" TARGET=\"_top\" class=\"top_header\"><B>故犬</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/dachsjgsaw.htm\" TARGET=\"_top\" class=\"top_header\"><B>ジグソー</B></A> ｝</FONT></DIV>");

document.write("<DIV id=\"E4\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\"><br><br><br><FONT size=\"2\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/tours.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/toursalpus.htm\" TARGET=\"_top\" class=\"top_header\"><B>アルプス</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/tourschina.htm\" TARGET=\"_top\" class=\"top_header\"><B>江南</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/toursseoul.htm\" TARGET=\"_top\" class=\"top_header\"><B>ソウル</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/toursaipan.htm\" TARGET=\"_top\" class=\"top_header\"><B>サイパン</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/toursaustl.htm\" TARGET=\"_top\" class=\"top_header\"><B>豪州大地</B></A>} |｛ <A href=\"http:\/\/www.dachsjp.com\/toursyakus.htm\" TARGET=\"_top\" class=\"top_header\"><B>屋久島</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/toursyaman.htm\" TARGET=\"_top\" class=\"top_header\"><B>甲府</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/tourstitib.htm\" TARGET=\"_top\" class=\"top_header\"><B>秩父湯沢</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/tourshksin.htm\" TARGET=\"_top\" class=\"top_header\"><B>北陸信州</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/tourshkido.htm\" TARGET=\"_top\" class=\"top_header\"><B>北海道</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/tourskyoto.htm\" TARGET=\"_top\" class=\"top_header\"><B>京都</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/tourskurih.htm\" TARGET=\"_top\" class=\"top_header\"><B>久里浜</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/toursrurik.htm\" TARGET=\"_top\" class=\"top_header\"><B>るり渓</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/tourssyuku.htm\" TARGET=\"_top\" class=\"top_header\"><B>夙川</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/toursasaya.htm\" TARGET=\"_top\" class=\"top_header\"><B>丹波篠山</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/tourskouya.htm\" TARGET=\"_top\" class=\"top_header\"><B>高野山</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/toursakasi.htm\" TARGET=\"_top\" class=\"top_header\"><B>故郷明石</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/tourscastl.htm\" TARGET=\"_top\" class=\"top_header\"><B>岡山城</B></A> ｝ </FONT></DIV>");

document.write("<DIV id=\"E5\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\"><br><br><br><FONT size=\"4\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/sanpo.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/sanposprng.htm\" TARGET=\"_top\" class=\"top_header\"><B>春の散歩</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/sanposumer.htm\" TARGET=\"_top\" class=\"top_header\"><B>夏の散歩</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/sanpoautum.htm\" TARGET=\"_top\" class=\"top_header\"><B>秋の散歩</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/sanpowintr.htm\" TARGET=\"_top\" class=\"top_header\"><B>冬の散歩</B></A> ｝</FONT></DIV>");

document.write("<DIV id=\"E6\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\"><br><br><br><FONT size=\"4\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/towns.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/townsayumi.htm\" TARGET=\"_top\" class=\"top_header\"><B>街の歩み</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/townsstory.htm\" TARGET=\"_top\" class=\"top_header\"><B>街の話題</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/townstenpo.htm\" TARGET=\"_top\" class=\"top_header\"><B>店舗情報</B></A> ｝</FONT></DIV>");

document.write("<DIV id=\"E7\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\"><br><br><br><FONT size=\"4\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/natsu.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsuokane.htm\" TARGET=\"_top\" class=\"top_header\"><B>おかね</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsusento.htm\" TARGET=\"_top\" class=\"top_header\"><B>銭湯</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsukusur.htm\" TARGET=\"_top\" class=\"top_header\"><B>薬</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsukissa.htm\" TARGET=\"_top\" class=\"top_header\"><B>喫茶</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsumusic.htm\" TARGET=\"_top\" class=\"top_header\"><B>音楽</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsuryuko.htm\" TARGET=\"_top\" class=\"top_header\"><B>流行歌</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsuterev.htm\" TARGET=\"_top\" class=\"top_header\"><B>テレビ</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsumitik.htm\" TARGET=\"_top\" class=\"top_header\"><B>道草</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsuswimn.htm\" TARGET=\"_top\" class=\"top_header\"><B>海水浴</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsuword1.htm\" TARGET=\"_top\" class=\"top_header\"><B>ことば</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsuword2.htm\" TARGET=\"_top\" class=\"top_header\"><B>ことば２</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsukasih.htm\" TARGET=\"_top\" class=\"top_header\"><B>貸本屋</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsupatik.htm\" TARGET=\"_top\" class=\"top_header\"><B>パチンコ</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsukoutu.htm\" TARGET=\"_top\" class=\"top_header\"><B>こうつう</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/natsuakiba.htm\" TARGET=\"_top\" class=\"top_header\"><B>あきはばら</B></A> ｝</FONT></DIV>");

document.write("<DIV id=\"E8\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\"><br><br><br><FONT size=\"4\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/owner.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B> </A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/ownerprofl.htm\" TARGET=\"_top\" class=\"top_header\"><B>よこがお</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/ownersheet.htm\" TARGET=\"_top\" class=\"top_header\"><B>履歴書</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/ownerdanka.htm\" TARGET=\"_top\" class=\"top_header\"><B>団塊世代</B> </A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/ownermothr.htm\" TARGET=\"_top\" class=\"top_header\"><B>義母手芸</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/ownermotky.htm\" TARGET=\"_top\" class=\"top_header\"><B>義母納経帖</B></A> ｝|｛ <A href=\"blog/mt\" TARGET=\"_top\" class=\"top_header\"><B>日記帖</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/ownertenis.htm\" TARGET=\"_top\" class=\"top_header\"><B>テニス<font color=\"black\">(会員制)</font></B></A> ｝|｛<A href=\"http:\/\/www.dachsjp.com\/ownerlettr.htm\" TARGET=\"_top\" class=\"top_header\"><B>お便り</B></A> ｝</FONT></DIV>");

document.write("<DIV id=\"E9\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\"><br><br><br><FONT size=\"4\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/other.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B> </A>｝|｛<A href=\"http:\/\/www.dachsjp.com\/othersarch.htm\" TARGET=\"_top\" class=\"top_header\"><B>サイト内検索</B></A> ｝|｛<A href=\"http:\/\/www.dachsjp.com\/othercolor.htm\" TARGET=\"_top\" class=\"top_header\"><B>配色相関</B></A> ｝</FONT></DIV>");

document.write("<DIV id=\"E10\" style=\"font-size:10pt; color:#800000; top:0; left:0; width:800; visibility: hidden;\" class=\"abs\"><br><br><br><FONT size=\"4\">右から選択|｛ <A href=\"http:\/\/www.dachsjp.com\/board.htm\" TARGET=\"_top\" class=\"top_header\"><B>ご案内</B> </A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/boardbunsy.htm\" TARGET=\"_top\" class=\"top_header\"><B>文書掲示板</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/boardgazou.htm\" TARGET=\"_top\" class=\"top_header\"><B>画像掲示板</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/boardvisit.htm\" TARGET=\"_top\" class=\"top_header\"><B>訪問台帳</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/boardalink.htm\" TARGET=\"_top\" class=\"top_header\"><B>リンク登録</B></A> ｝|｛<A href=\"http:\/\/www.dachsjp.com\/ownerlettr.htm\" TARGET=\"_top\" class=\"top_header\"><B>お便り</B></A> ｝|｛ <A href=\"http:\/\/www.dachsjp.com\/blog\/nmt\" TARGET=\"_top\" class=\"top_header\"><B>日記帖</B></A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/blog\/mt\" TARGET=\"_top\" class=\"top_header\"><B>旧い日記</B></A>｝|｛ <A href=\"http:\/\/www.dachsjp.com\/boardgreen.htm\" TARGET=\"_top\" class=\"top_header\"><B>落書黒板</B></A> ｝</FONT></DIV></DIV></TD></TR></TBODY></TABLE>");


