function MakeArray(nom) {

        this.length = nom
        for (var c = 1; c<=nom; c++)
                {
                this[c] = new Image()
                }
        return this
        }

if ((navigator.userAgent.substring(0,9) == "Mozilla/3") ||
    (navigator.userAgent.substring(0,9) == "Mozilla/4") ||
	(navigator.userAgent.substring(0,9) == "Mozilla/5") ||
	(navigator.userAgent.substring(0,9) == "Mozilla/6"))

        {
        Nstandard = new MakeArray(20)
        Nover = new MakeArray(20)
        Nblurb = new MakeArray(20)

		Nstandard[1].src = "image/buttons/home0.gif"
        Nstandard[2].src = "image/buttons/whatsit0.gif"
        Nstandard[3].src = "image/buttons/learn0.gif"
		Nstandard[4].src = "image/buttons/NLPresuppositions0.gif"
		Nstandard[5].src = "image/buttons/personal0.gif"
		Nstandard[6].src = "image/buttons/business0.gif"
		Nstandard[7].src = "image/buttons/practice0.gif"
		Nstandard[8].src = "image/buttons/resources0.gif"
		Nstandard[9].src = "image/buttons/contact0.gif"
		Nstandard[10].src = "image/buttons/links0.gif"
		
        Nover[1].src = "image/buttons/home1.gif"
        Nover[2].src = "image/buttons/whatsit1.gif"
        Nover[3].src = "image/buttons/learn1.gif"
		Nover[4].src = "image/buttons/NLPresuppositions1.gif"
		Nover[5].src = "image/buttons/personal1.gif"
		Nover[6].src = "image/buttons/business1.gif"
		Nover[7].src = "image/buttons/practice1.gif"
		Nover[8].src = "image/buttons/resources1.gif"
		Nover[9].src = "image/buttons/contact1.gif"
		Nover[10].src = "image/buttons/links1.gif"
 
        Nblurb[1] = "FSC Home Page"  
        Nblurb[2] = "An overview of NLP; Text structured with NLP Language Patterns" 
        Nblurb[3] = "A Menu of NLP Topics to learn here, with more links to pages."
		Nblurb[4] = "The NLP Founding Presuppositions"
		Nblurb[5] = "Personal NLP Consultation Services"
		Nblurb[6] = "Business NLP Consultation Services"
		Nblurb[7] = "NLP and Hypnosis Study Groups"
		Nblurb[8] = "Book Listings and other resources"
		Nblurb[9] = "Contact FSC for training, consultation or questions"
		Nblurb[10] = "NLP Information links"
        }

function nameover(num)
        {
        if ((navigator.userAgent.substring(0,9) == "Mozilla/3") ||
            (navigator.userAgent.substring(0,9) == "Mozilla/4") ||
			(navigator.userAgent.substring(0,9) == "Mozilla/5") ||
			(navigator.userAgent.substring(0,9) == "Mozilla/6"))
                {
                if (Nover[num].src != "")
                        {
						if (num == 1) {document.wanji.src = Nover[num].src}
						if (num == 2) {document.nunpa.src = Nover[num].src}
						if (num == 3) {document.yamni.src = Nover[num].src}
						if (num == 4) {document.topa.src = Nover[num].src}
						if (num == 5) {document.zaptan.src = Nover[num].src}
						if (num == 6) {document.shakpe.src = Nover[num].src}
						if (num == 7) {document.shakowin.src = Nover[num].src}
						if (num == 8) {document.shaglogon.src = Nover[num].src}
						if (num == 9) {document.napciunka.src = Nover[num].src}
						if (num == 10) {document.wickcemna.src = Nover[num].src}
						if (num == 11) {document.akewanji.src = Nover[num].src}
						if (num == 12) {document.akenunpa.src = Nover[num].src}
						if (num == 13) {document.akeyamni.src = Nover[num].src}
                        window.status = Nblurb[num]
                       }
                }
        }


function nameout(num)
        {
        if ((navigator.userAgent.substring(0,9) == "Mozilla/3") ||
            (navigator.userAgent.substring(0,9) == "Mozilla/4") ||
			(navigator.userAgent.substring(0,9) == "Mozilla/5") ||
			(navigator.userAgent.substring(0,9) == "Mozilla/6"))
                {   
                if (Nstandard[num].src != "")
                        {
                        if (num == 1) {document.wanji.src = Nstandard[num].src}
						if (num == 2) {document.nunpa.src = Nstandard[num].src}
						if (num == 3) {document.yamni.src = Nstandard[num].src}
						if (num == 4) {document.topa.src = Nstandard[num].src}
						if (num == 5) {document.zaptan.src = Nstandard[num].src}
						if (num == 6) {document.shakpe.src = Nstandard[num].src}
						if (num == 7) {document.shakowin.src = Nstandard[num].src}
						if (num == 8) {document.shaglogon.src = Nstandard[num].src}
						if (num == 9) {document.napciunka.src = Nstandard[num].src}
						if (num == 10) {document.wickcemna.src = Nstandard[num].src}
						if (num == 11) {document.akewanji.src = Nstandard[num].src}
						if (num == 12) {document.akenunpa.src = Nstandard[num].src}
						if (num == 13) {document.akeyamni.src = Nstandard[num].src}
                        }
                }
        }
		
// ************************  Top Left Rotator ***************************** //	
	
topImages = new Array("image/changer1.jpg","image/changer2.jpg","image/changer3.jpg","image/changer4.jpg")

thisPic = 0

imgCt = topImages.length

function cambio() {
	if (document.images) {
		thisPic++
		if (thisPic == imgCt) {
			thisPic = 0
		}
		document.changer.src = topImages[thisPic]
		setTimeout("cambio()",4000)
	}
}

// ************************  Miscellaneous site specific scripts ***************************** //

function XanaWin(which, w, h) {
	popupWin = window.open(which, 'XanaWin', 'scrollbars,width='+w+',height='+h);
	popupWin.focus();
	}
	
function XanaWin2(which, w, h) {
	popupWin = window.open(which, 'XanaWin', 'width='+w+',height='+h);
	popupWin.focus();
	}
	
if (top.location != self.location) 
	{
	top.location = self.location
	}
	
window.defaultStatus="Full Spectrum Communications | Training For Excellence";
