function CreateBookmarkLink() {
title = "ALLA";
url = "http://www.alla.co.jp";
if (window.sidebar) {
// Mozilla Firefox Bookmark
//alert("FIREFOX!");
window.sidebar.addPanel(title, url,"");
} else if( window.external ) {
// IE Favorite
//alert("YES IE");
window.external.AddFavorite( url, title);
}
else if(window.opera && window.print) {
// Opera Hotlist
return true; }
}
function changeMenu(no,pic,mOver)
{
no.src='images/'+pic+'.gif';
if (mOver==1)
no.style.cursor='hand';
else
no.style.cursor='';
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function opensubMenuDiv(num)
{
//show.style.display='block';
document.getElementById("show0"+num).style.display='block';
}
function closesubMenuDiv(num)
{
//show.style.display='block';
document.getElementById("show0"+num).style.display='none';
}
function openWin7()
{
	document.getElementById("win7").style.display='block';
}