// Bookmark
// ---------------------------------------------

url = 'http://futaemabuta-charm.org/';
name = '【二重まぶたの魅力】-自力での二重まぶたの作り方や二重の方法';
function bookMark() {
  window.external.addFavorite(url,name);
}



// Pull-Down Menu
// ---------------------------------------------

function menuLink(linkLoc)
{ if(linkLoc !="") { window.location.href=linkLoc;} }


// No-Label Image
// ---------------------------------------------

noVar = 0;

function label()
{
noVar = noVar + 1;
document.write("<div class='top-category");
document.write(noVar);
document.write("'>");
}

function labelbottom()
{
document.write("<!-- end div.top-category --></div>");
}

noMenuVar = 0;

function menulabel()
{
noMenuVar = noMenuVar + 1;
document.write("<div class='top-category");
document.write(noMenuVar);
document.write("'>");
}


