function test()
{ alert('test'); }

function ImageMax(chemin)
   {
   html = '<html> <head> <title>ImageMax</title> </head> <body onBlur="top.close()" topmargin="0" leftmargin="0" bgcolor="#00000"><IMG src="'+chemin+'" BORDER=0 NAME=ImageMax onLoad="window.resizeTo(document.ImageMax.width+12, document.ImageMax.height+42)"></body></html>';
   popupImage =    window.open('','_blank','toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=yes');
   popupImage.document.open();
   popupImage.document.write(html);
   popupImage.document.close()
   }

function open_new(url, w, h)
{
	var options = "width="+w+", height="+h+",resizable= yes,left=0,top=0,scrollbars=no";
	F1 = window.open(url,"DarkenedNocturnSlaughtercult",options);
}

function deathlist_open(){
F1 = window.open("../deathbook/show.php","DarkenedNocturnSlaughtercult","width=670, height=600,resizable= yes,left=0,top=0,scrollbars=yes"  );
}

function deathlist_open2(){
F1 = window.open("../../deathbook/show.php","DarkenedNocturnSlaughtercult","width=670, height=600,resizable= yes,left=0,top=0,scrollbars=yes"  );
}

function shake(n) {
   if (self.moveBy) {
      for (i = 15; i > 0; i--) {
          for (j = n; j > 0; j--) {
              self.moveBy(0,i);
              self.moveBy(i,0);
              self.moveBy(0,-i);
              self.moveBy(-i,0);
          }
      }
   }
}

function demistify()
{
	document.getElementById("link1").innerHTML = "Up-to-date News";
	document.getElementById("link2").innerHTML = "Band Biography";
	document.getElementById("link3").innerHTML = "Discography";
	document.getElementById("link4").innerHTML = "Live Concerts";
	document.getElementById("link5").innerHTML = "Interviews & Reviews";
	document.getElementById("link6").innerHTML = "Images & Photography";
	document.getElementById("link7").innerHTML = "Postage & Prices";
	document.getElementById("link8").innerHTML = "Other websites";
}

function mistify()
{
	document.getElementById("link1").innerHTML = "Latest Blasphemies";
	document.getElementById("link2").innerHTML = "Tales of a Darkened Past";
	document.getElementById("link3").innerHTML = "Merciless Onslaught";
	document.getElementById("link4").innerHTML = "Bloodstained Live Rituals";
	document.getElementById("link5").innerHTML = "Chronicles of Chaos";
	document.getElementById("link6").innerHTML = "Gallery of Black Crusaders";
	document.getElementById("link7").innerHTML = "Ordering Merchandise";
	document.getElementById("link8").innerHTML = "Portals to Perenial Bliss";
}