var wastherealready = 0;
var bismillahalrahmanalraheem;
bismillahalrahmanalraheem = '<strong>Bismillah<br />(il-)Rahman<br />il-Raheem</strong><br />In the name of Allah,<br />(the) Most Gracious,<br />the Most Merciful';

function ajaxitttttt(level) {

whichlevel = "/iseethenightmare/" + level + ".html";

			     new Ajax.Updater('nightmare', whichlevel, {
					 method: 'get'
					 });

}

function TheNightmare(thelevel) {

if (thelevel == "a") {
 if (pic4.complete) { ajaxitttttt('a'); }
}

if (thelevel == "b") {
document.getElementById('centercontenta').style.visibility = "hidden";
document.getElementById('centercontentb').style.visibility = "hidden";
$('nightmare').setStyle({backgroundColor: '#000000'});
$('nightmare').setStyle({backgroundImage: 'url(flames.jpg)'});
$('nightmare').setStyle({color: '#FFFFFF'});
ajaxitttttt('b');
}

if (thelevel == "c") { 
	 					 if (wastherealready != 1) {
							Effect.Appear('centercontentd', {duration:15});
							wastherealready = 1;
							}
}

if (thelevel == "d") {
document.getElementById('centercontentc').style.visibility = "hidden";
document.getElementById('centercontentd').style.visibility = "hidden";
$('nightmare').setStyle({backgroundImage: 'none'});
$('nightmare').setStyle({backgroundColor: '#FFFFFF'});
$('nightmare').setStyle({color: '#000000'});
ajaxitttttt('c');
}

}

function ShowDescription(what) {
    if (what == "on") {
        document.getElementById('centercontentb').style.visibility = "visible";
    } 
    if (what == "off") {
        document.getElementById('centercontentb').style.visibility = "hidden";
    }
}

