

// The URLs to forward to

url = Array();

url[1] = "http://scholarword.com/mshs-ta-license-purchase.htm"; // Scholarword for your Class

url[2] = "http://scholarword.com/mshs_lab_license_purchase.htm"; // Scholarword Labs


function forward(selectList, selection)

{

  selectList.selectedIndex = 0;

  if (selection == 0) { 

	  return; 

   }



  document.location = url[selection];

}