/*Preloading swap image*/
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];}}
}


/*Restore the first swap image after removing the mouse*/
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_findObj(n, d) { //v4.01
  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 && d.getElementById) x=d.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];}
}


/* MENU */
function menu()
{
	document.write("<tr bgcolor=#e0e0be>");
	document.write("<td colspan=3>");
	document.write("<table width=100% height=10 cellpadding=0 cellspacing=0 border=0 align=right>");
	document.write("<tr>");
	document.write("<td><img src=images/title.jpg></td>");
	document.write("<td align=right valign=bottom>");
	document.write("<a href=index.htm><img src=images/home.gif border=0 name=Image1 id=Image1 onMouseOver=MM_swapImage('Image1','','images/homeb.gif',1) onMouseOut=MM_swapImgRestore()></a>");
	document.write("<a href=http://shop.uozuinseattle.com><img src=images/shopping.gif border=0 name=Image2 id=Image2 onMouseOver=MM_swapImage('Image2','','images/shoppingb.gif',1) onMouseOut=MM_swapImgRestore()></a>");
	document.write("<a href=/exevi?VIPROG=wn_user_list&DISPNO=20&DOMAIN=uozuinseattle.com&LANGUAGE=japanese&INFO=type2&PGNO=0&PAGE=user_news_list2.htm><img src=images/whatsnew.gif border=0 name=Image3 id=Image3 onMouseOver=MM_swapImage('Image3','','images/whatsnewb.gif',1) onMouseOut=MM_swapImgRestore()></a>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	document.write("</tr>");
}


/* contact */
function contact()
{
	document.write("<tr>");
	document.write("<td colspan=2 align=center id=contact>");
	document.write("Contact : Miwa Ueno <a href=mailto:miwa@uozuinseattle.com>miwa@uozuinseattle.com</a> // ");
	document.write("Office <font color=#f0037f>(425) 412-3061</font> for Japanese speaking<br>");
	document.write("Cell <font color=#f0037f>(206) 841-0039</font> for English & Japanese speaking // ");
	document.write("Fax <font color=#f0037f>(425) 412-3056</font><br>");
	document.write("1820 152nd Street SW Lynnwood, WA 98087<br>");
	document.write("Copyright &copy; 2012 Uozu In Seattle&nbsp;&nbsp;&nbsp;&nbsp;All Rights Reserved.");
	document.write("</td>");
	document.write("</tr>");
}

