var pImages = new Array();
pImages[0] = "/jpn/images/home_off.gif";
pImages[1] = "/jpn/images/home_on.gif";
pImages[2] = "/jpn/images/products_off.gif";
pImages[3] = "/jpn/images/products_on.gif";
pImages[4] = "/jpn/images/support_off.gif";
pImages[5] = "/jpn/images/support_on.gif";
pImages[6] = "/jpn/images/store_off.gif";
pImages[7] = "/jpn/images/store_on.gif";
pImages[8] = "/jpn/images/solutions_off.gif";
pImages[9] = "/jpn/images/solutions_on.gif";

addWindowLoadEvent(ImagePreload);
if (window.attachEvent) window.attachEvent("onload", ImagePreload);




// ***** Google Analytics *****
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19836729-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();



