

<!-- ####################### start copying the HEAD code(DMA) here ####################### -->


<!--//

//new Option("text","value")

//this code changes menus

 

 

 

function nullOptionsDMA(aMenu){

var tot=aMenu.options.length

for (i=0;i<tot;i++)

{

aMenu.options[i]=null

}

aMenu.options.length=0;

}

 

function MySubjectDMA0(aMenu){

nullOptionsDMA(aMenu)

 

with (aMenu){

 

//Rewrites the text and values

options[0]=new Option("Select a page","none");

options[1]=new Option("Kaplan University","http://www.informationrequest.info/kaplan/index.cfm?key=seo_13&pmode=cj");

options[2]=new Option("FMU Online","http://www.informationrequest.info/fmu/?key=seo_13&pmode=cj");

options[0].selected=true

 

 

}

}

function MySubjectDMA1(aMenu){

nullOptionsDMA(aMenu)

 

with (aMenu){

 

//Rewrites the text and values

options[0]=new Option("Select a page","none");

options[1]=new Option("University of Phoenix","http://www.uphoenixonline.com/index.cfm?key=seo_13&pmode=cj");

options[2]=new Option("Kaplan University","http://www.informationrequest.info/kaplan/index.cfm?key=seo_13&pmode=cj");

options[3]=new Option("FMU Online","http://www.informationrequest.info/fmu/?key=seo_13&pmode=cj");

options[4]=new Option("American InterContinental University","http://www.informationrequest.info/aiu/index.cfm?key=seo_13&pmode=cj");

options[5]=new Option("Saint Leo University","http://www.informationrequest.info/saintleo/index.cfm?key=seo_13&pmode=cj");

options[6]=new Option("Westwood College Online","http://www.informationrequest.info/westwood/index.cfm?key=seo_13&pmode=cj");

options[7]=new Option("Kennedy Western University","http://www.informationrequest.info/kennedy/index.cfm?key=seo_13&pmode=cj");

options[8]=new Option("Colorado Technical University","http://www.informationrequest.info/ctu/index.cfm?key=seo_13&pmode=cj");

options[0].selected=true

 

 

}

}

function MySubjectDMA2(aMenu){

nullOptionsDMA(aMenu)

 

with (aMenu){

 

//Rewrites the text and values

options[0]=new Option("Select a page","none");

options[1]=new Option("Kaplan University","http://www.informationrequest.info/kaplan/index.cfm?key=seo_13&pmode=cj");

options[2]=new Option("FMU Online","http://www.informationrequest.info/fmu/?key=seo_13&pmode=cj");

options[3]=new Option("American InterContinental University","http://www.informationrequest.info/aiu/index.cfm?key=seo_13&pmode=cj");

options[0].selected=true

 

 

}

}

function MySubjectDMA3(aMenu){

nullOptionsDMA(aMenu)

 

with (aMenu){

 

//Rewrites the text and values

options[0]=new Option("Select a School","none");

options[1]=new Option("FMU Online","http://www.informationrequest.info/fmu/?key=seo_13&pmode=cj");
options[2]=new Option("Stonecliffe College","http://www.informationrequest.info/stonecliffe/?key=seo_13&drop_id=1021");

options[0].selected=true

 
 
 }

}

function MySubjectDMA4(aMenu){

nullOptionsDMA(aMenu)

 

with (aMenu){

 

//Rewrites the text and values

options[0]=new Option("Select a School","none");

options[1]=new Option("Stonecliffe College","http://www.informationrequest.info/stonecliffe/?key=seo_13&drop_id=1022");

options[0].selected=true



 }

}

function MySubjectDMA5(aMenu){

nullOptionsDMA(aMenu)

 

with (aMenu){

 

//Rewrites the text and values

options[0]=new Option("Select a School","none");

options[1]=new Option("Walden University","http://www.informationrequest.info/walden/index.cfm?key=seo_21&drop_id=MPA%2EW1MGT%2EPA%2EW1GN");

options[0].selected=true



 }

}

function MySubjectDMA6(aMenu){

nullOptionsDMA(aMenu)

 

with (aMenu){

 

//Rewrites the text and values

options[0]=new Option("Select a School","none");

options[1]=new Option("Walden University","http://www.informationrequest.info/walden/index.cfm?key=seo_21&drop_id=PHD%2EW1MGT%2EPPA%2EW1GN");

options[0].selected=true


 }

}

function MySubjectDMA7(aMenu){

nullOptionsDMA(aMenu)

 

with (aMenu){

 

//Rewrites the text and values

options[0]=new Option("Select a School","none");

options[1]=new Option("University of Phoenix","http://www.uphoenixonline.com/index.cfm?key=seo_21");

options[0].selected=true

 

}

}

/* ####################### goDM() ####################### */

 

function goDMA(aMenu){

if (aMenu.options.value!="none")

{

location=aMenu.options[aMenu.selectedIndex].value

}

 

}

 

/* ####################### setUp ####################### */

 

function setUpDMA(){

with (document.formDoubleMenuDMA) {

if (menuSubjectsDMA.selectedIndex==0){

menuSubjectsDMA.options[0].selected=true

menuFilesDMA.options[0].selected=true

}

 

if (menuSubjectsDMA.selectedIndex==1)

MySubjectDMA0(menuFilesDMA)

if (menuSubjectsDMA.selectedIndex==2)

MySubjectDMA1(menuFilesDMA)

if (menuSubjectsDMA.selectedIndex==3)

MySubjectDMA2(menuFilesDMA)

if (menuSubjectsDMA.selectedIndex==4)

MySubjectDMA3(menuFilesDMA)

if (menuSubjectsDMA.selectedIndex==5)

MySubjectDMA4(menuFilesDMA)

if (menuSubjectsDMA.selectedIndex==6)

MySubjectDMA5(menuFilesDMA)

if (menuSubjectsDMA.selectedIndex==7)

MySubjectDMA6(menuFilesDMA)

if (menuSubjectsDMA.selectedIndex==8)

MySubjectDMA7(menuFilesDMA)

 

}

}

 

/* ####################### changeFiles ####################### */

 

function changeFilesDMA(){

aMenu=document.formDoubleMenuDMA.menuSubjectsDMA

aMenu2=document.formDoubleMenuDMA.menuFilesDMA

with (aMenu){

 

switch (selectedIndex) {

case 0:

aMenu2.options.length=0;

aMenu2.options[0]=

new Option("Select a School","none")

aMenu2.options[0].selected=true;

history.go(0)

break

case 1:

MySubjectDMA0(aMenu2)

aMenu2.options[0].text="Select a School"

break

case 2:

MySubjectDMA1(aMenu2)

aMenu2.options[0].text="Select a School"

break

case 3:

MySubjectDMA2(aMenu2)

aMenu2.options[0].text="Select a School"

break

case 4:

MySubjectDMA3(aMenu2)

aMenu2.options[0].text="Select a School"

break

case 5:

MySubjectDMA4(aMenu2)

aMenu2.options[0].text="Select a School"

break

case 6:

MySubjectDMA5(aMenu2)

aMenu2.options[0].text="Select a School"

break

case 7:

MySubjectDMA6(aMenu2)

aMenu2.options[0].text="Select a School"

break

case 8:

MySubjectDMA7(aMenu2)

aMenu2.options[0].text="Select a School"

break

 

}

}

 

}

//-->




 
