// Preloading images
jQuery.preloadImages = function()
{
	for(var i = 0; i<arguments.length; i++)
	{
		jQuery("<img>").attr("src", arguments[i]);
	}
};
 
// Usage
$.preloadImages("/img/funsmile.jpg", "/img/stars.png", "/img/transversal.jpg", "/img/fuku.gif", "/img/clouds.png", "/img/home01.png", "/img/home02.png", "/img/home03.png", "/img/home04.png", "/img/home05.png", "/img/home06.png", "/img/home07.png", "/img/home08.png");

$(document).ready(function(){ 
	setTimeout(function() {					   
    document.getElementById("aedi").innerHTML = homeimg[e]; 
    document.getElementById("container").className = cbg[e];  
    document.getElementById("services").className = ctxt[e];
    document.getElementById("hdg").className = chdg[e]; 
	}, 250);	
	setTimeout(function() {
        $("#cover").fadeOut("normal");
    }, 300);
	
	$("#plus").click(function () {
	setTimeout(function() {
        $("#cover").fadeOut("normal");
	}, 250);
    });
    $("#minus").click(function () {
	setTimeout(function() {
        $("#cover").fadeOut("normal");
    }, 250);
	});
});

// random
var e = Math.floor(Math.random()*10);

// swap
var homeimg = new Array(
'<div id="cover"></div><img src="/img/home01.png" alt="Easier, Simpler and More Interesting ムズかしいをカンタンに。" title="Easier, Simpler and More Interesting ムズかしいをカンタンに。"  />',
'<div id="cover"></div><div class="img-clear" title="Fun. Smile. 2010: Odyssey Two or The Year We Make Contact"><p>Internet Explorer 6 以前のバージョンを を使用されている方は、こちらの画像をご覧になれない可能性があります。</p><p>If you are using Internet Explorer 6, you might not be able to see this image. Thank you.</p><p>Link: <a href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx" target="_blank">Internet Explorer 8</a></p></div>',
'<div id="cover"></div><img src="/img/home02.png" alt="AEDI is a Web and Graphic Design Company" title="Hello! We are a Tokyo based web and graphic design company." />',
'<div id="cover"></div><img src="/img/home06.png" alt="AEDI is a Web and Graphic Design Company" title="Hello! We are a Tokyo based web and graphic design company." />',
'<div id="cover"></div><img src="/img/home03.png" alt="AEDI is a Web and Graphic Design Company" title="Hello! We are a Tokyo based web and graphic design company." />',
'<div id="cover"></div><div class="img-clear" title="Transversal"><p>Internet Explorer 6 以前のバージョンを を使用されている方は、こちらの画像をご覧になれない可能性があります。</p><p>If you are using Internet Explorer 6, you might not be able to see this image. Thank you.</p><p>Link: <a href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx" target="_blank">Internet Explorer 8</a></p></div>',
'<div id="cover"></div><img src="/img/home08.png" alt="AEDI is a Web and Graphic Design Company" title="Hello! We are a Tokyo based web and graphic design company." />',
'<div id="cover"></div><div class="img-clear" title="Piggies"><p>Internet Explorer 6 以前のバージョンを を使用されている方は、こちらの画像をご覧になれない可能性があります。</p><p>If you are using Internet Explorer 6, you might not be able to see this image. Thank you.</p><p>Link: <a href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx" target="_blank">Internet Explorer 8</a></p></div>',
'<div id="cover"></div><img src="/img/home07.png" alt="Easier, Simpler and More Interesting タマゴのようにシンプルに。" title="Easier, Simpler and More Interesting タマゴのようにシンプルに。" />',
'<div id="cover"></div><img src="/img/home04.png" alt="AEDI is a Web and Graphic Design Company" title="Hello! We are a Tokyo based web and graphic design company." />',
'<div id="cover"></div><div id="gm"><iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=AEDI%E6%A0%AA%E5%BC%8F%E4%BC%9A%E7%A4%BE&amp;ie=UTF8&amp;hq=AEDI%E6%A0%AA%E5%BC%8F%E4%BC%9A%E7%A4%BE&amp;hnear=T%C5%8Dky%C5%8D+Metropolis&amp;ll=35.708677,139.741545&amp;spn=0.028822,0.066047&amp;t=p&amp;z=9&amp;iwloc=B&amp;brcurrent=3,0x60188d2059b7fd4b:0xec61c68fe232efd2,0&amp;cid=4860609194791553509&amp;output=embed"></iframe></div><img src="/img/heading01.png" alt="AEDI is a Tokyo Based Web and Graphic Design Company" id="heading01"/><p>Internet Explorer 6 以前のバージョンを を使用されている方は、こちらの画像をご覧になれない可能性があります。</p><p>If you are using Internet Explorer 6, you might not be able to see this image. Thank you.</p><p>Link: <a href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx" target="_blank">Internet Explorer 8</a></p>'
);

var cbg = new Array(	
"cbg01",
"cbg06",
"cbg04",
"cbg08",
"cbg03",
"cbg07",
"cbg05",
"cbg09",
"cbg01",
"cbg02",
"cbg01"
);

var chdg = new Array(	
"chdg01",
"chdg03",
"chdg02",
"chdg01",
"chdg02",
"chdg03",
"chdg01",
"chdg03",
"chdg01",
"chdg01",
"chdg03"
);

var ctxt = new Array(	
"ctxt01",
"ctxt04",
"ctxt03",
"ctxt03",
"ctxt03",
"ctxt04",
"ctxt01",
"ctxt04",
"ctxt01",
"ctxt05",
"ctxt04"
);

function swapimg(num)
{
  if (num == true)
  {
    homeimg.unshift(homeimg.pop());
	cbg.unshift(cbg.pop());
	ctxt.unshift(ctxt.pop());
	chdg.unshift(chdg.pop());
  }
  else
  {
    homeimg.push(homeimg.shift()); 
	cbg.push(cbg.shift()); 
	ctxt.push(ctxt.shift());
	chdg.push(chdg.shift());
  }  
  document.getElementById("aedi").innerHTML = homeimg[e]; 
  document.getElementById("container").className = cbg[e];  
  document.getElementById("services").className = ctxt[e];
  document.getElementById("hdg").className = chdg[e]; 
}


$(document).ready(function() {
	$("#name-en").hover(function(){
		$(this).css("cursor","pointer"); 
	},function(){
		$(this).css("cursor","default"); 
		});
	$("#profile-en").css("display","none");
	$("#name-en").click(function(){
		$(this).next().slideToggle("fast");
		});
});

$(document).ready(function() {
	$("#name-ja").hover(function(){
		$(this).css("cursor","pointer"); 
	},function(){
		$(this).css("cursor","default"); 
		});
	$("#profile-ja").css("display","none");
	$("#name-ja").click(function(){
		$(this).next().slideToggle("no");
		});
});

