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

url = 'http://xn--qck7a3fk4f.com/';
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("'>");
}


