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

url = 'http://sikyuukinsyu.org/';
name = '【子宮筋腫110番】-手術による治療法や子宮筋腫の症状や原因';
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("'>");
}


