
initNav = function() {
	var navRoot = document.getElementById("quicklinks");
	if (navRoot) {
	var lis = navRoot.getElementsByTagName("li");
	for (var i=0; i<lis.length; i++)
	{
		var drops = lis[i].getElementsByTagName("ul");
		if (drops.length)
		{
			lis[i].onmouseover = function()
			{
				this.className += " hover";
			}
			lis[i].onmouseout = function()
			{
				this.className = this.className.replace("hover", "");
			}
		}
	}
	}
}


if (window.addEventListener){
	window.addEventListener("load", initNav, false);
}
else if (window.attachEvent){
	window.attachEvent("onload", initNav);
}

function On(tname) {
   tpname = tname + "1";
   var navRoot = document.getElementById("news1");
   navRoot.className="";
   var navRoot = document.getElementById("events1");
   navRoot.className="";	 
   var navRoot = document.getElementById("resources1");
   navRoot.className="";	
  var navRoot = document.getElementById(tpname);
   navRoot.className="active";	
   
   var navRoot = document.getElementById("news");
   navRoot.style.visibility="hidden";
   var navRoot = document.getElementById("events");
   navRoot.style.visibility="hidden";		 
   var navRoot = document.getElementById("resources");
   navRoot.style.visibility="hidden";		
   var navRoot = document.getElementById(tname);
   navRoot.style.visibility="visible";		

}    

function Show(tname) {   
   var navRoot = document.getElementById("promo1");
   navRoot.style.visibility="hidden";		 
   var navRoot = document.getElementById("promo2");
   navRoot.style.visibility="hidden";	
   var navRoot = document.getElementById("promo3");
   navRoot.style.visibility="hidden"; 		
   var navRoot = document.getElementById(tname);
   navRoot.style.visibility="visible";		

}    

function show_product()
{

var prod = new Array();
prod[0]='<ul class="actions"><li><a href="/jp/products/ws/" name="&lid=homepage_products_ws_learnmore">詳細</a></li><li><a href="/jp/vmwarestore/" name="&lid=homepage_products_ws_buy">Buy Online</a>（英語サイトへ）</li></ul><a href="/jp/products/ws/" name="&lid=homepage_products_ws_badge" class="image"><img src="/files/images/home/badge_hp_wstation.gif" alt="VMware Workstation" /></a><p>数々の賞を受賞している、ソフトウェア開発、テストおよび IT プロフェッショナルのための仮想デスクトップ製品を試用できます。<br /><br /></p>';
/*prod[1]='<ul class="actions"><li><a href="/products/fusion/" name="&lid=homepage_products_fusion_learnmore">詳細</a></li><li><a href="http://www.vmware.com/go/buyfusion" name="&lid=homepage_products_fusion_buy">Buy Online</a>（英語サイトへ）</li></ul><a href="/products/fusion/" name="&lid=homepage_products_fusion_badge" class="image"><img src="/files/images/home/badge_hp_fusion.gif" alt="VMware Fusion" /></a><p>Run Windows and other PC operating systems alongside Mac OS X &mdash; safely and easily &mdash; without the need to reboot your computer.<br /><br /></p>';
*/
/* /jp/vmwarestore/ */
prod[1]='<ul class="actions"><li><a href="/jp/products/ace/overview.html" name="&lid=homepage_products_ace_learnmore">詳細</a></li><li><a href="/jp/vmwarestore/" name="&lid=homepage_products_ace_buy">Buy Online</a>（英語サイトへ）</li></ul><a href="/jp/products/ace/" name="&lid=homepage_products_ace_badge" class="image"><img src="/files/images/home/badge_hp_ace.gif" alt="VMware ACE" /></a><p>企業の仮想デスクトップを制御するための製品です。仮想化により、安全で管理されたデスクトップを簡単にユーザーに提供できます。<br /><br /></p>';
prod[2]='<ul class="actions"><li><a href="/jp/products/labmanager/overview.html" name="&lid=homepage_products_labmanager_learnmore">詳細</a></li><li><a href="/jp/vmwarestore/" name="&lid=homepage_products_labmanager_buy">Buy Online</a>（英語サイトへ）</li></ul><a href="/jp/products/labmanager/" name="&lid=homepage_products_labmanager_badge" class="image"><img src="/files/images/home/badge_hp_labmanager.gif" alt="VMware Lab Manager" /></a><p>自動化された仮想環境を使用して、ソフトウェア開発およびテストを加速することができます。<br /><br /></p>';
prod[3]='<ul class="actions"><li><a href="/jp/products/server/overview.html" name="&lid=homepage_products_server_learnmore">詳細</a></li><li><a href="/jp/vmwarestore/" name="&lid=homepage_products_server_buy">Buy Add-On</a></li></ul><a href="/jp/products/server/" name="&lid=homepage_products_server_badge" class="image"><img src="/files/images/home/badge_hp_server.gif" alt="VMware Server" /></a><p>Windows および Linux サーバのための無償製品です。仮想サーバの利点を体験してみましょう。<br /><br /></p>';

var rand = Math.round(Math.random()*(prod.length-1));

//rand = 0;
document.write (prod[rand]);

}
