document.write("<div style='width:189px; position:absolute; margin-top:800px;'>");
	document.write("<div align=center>");
	fDramaProgramGo();
	document.write("</div>");
	document.write("<div style='margin-top:10px;' align=center>");
	writeMyFav('DRAMA00003108');
	document.write("</div>");
document.write("</div>");

document.write("<div CLASS=menbar1 ID=menbar1 align=right style='width:830px; position:absolute;top:300px; margin-top:500px;'><a href=#><img src=http://img.imbc.com/broad/tv/drama/parkjunggum/images/icon_top.jpg alt=top></a></div>");

var JX = 0;
var JY = 0;
var wm;

if (document.layers){
wm = document.menbar1;
}

if (document.all) {
wm = document.all.menbar1;
}

function change(wow) {

  if (document.layers){
    if (wow == 1) {
      wm.visibility = "hide";
      wm = document.menbar2;
    }
    if (wow == 2) {
      wm.visibility = "hide";
      wm = document.menbar1;
    }
  }

  if (document.all){
    if (wow == 1) {
      wm.style.display = "none";
      wm = document.all.menbar2;
    }
    if (wow == 2) {
      wm.style.display = "none";
      wm = document.all.menbar1;
    }
  }
}

function menbar() {

if (document.layers){
   JX = window.pageXOffset;
   JY = window.pageYOffset;
   wm.visibility = "hide";
   wm.top = JY;
   wm.left = JX;
   wm.visibility= "show";
}

if (document.all){
  if (navigator.appVersion.indexOf("Mac") == -1){
   wm.style.display = "none";
   JX = document.body.scrollLeft;
   JY = document.body.scrollTop;
   wm.style.top  = JY;
   wm.style.left = JX;
   wm.style.display = "";
  }
}
}

setInterval("menbar()",100);
