
/* ////////////////////////////// JUMP ////////////////////////////// */

if(parent.location == location) location = "http://monochroumicon.web.fc2.com/";

/* ////////////////////////////// COLORCHANGE ////////////////////////////// */

function chBgColor(opt) {
  document.bgColor = opt.options[opt.selectedIndex].value;
}

/* ////////////////////////////// WALLPAPER ////////////////////////////// */

function bgChange(bgC) {
document.body.background = bgC;
}