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 changeTMenu(no,pic,mOver)
{
no.src='images/header/'+pic+'.gif';
if (mOver==1)
no.style.cursor='hand';
else
no.style.cursor='';
}
function changeLMenu(no,pic,mOver)
{
no.src='images/left/'+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 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 openSignMessage03(){
window.open('FormGet03.html','','width=700,height=420');	
}