	 defaultStatus = "One World        Call (701) 297-8882";

var rowColor=0;
   var cellColor=0;
   
    function RowOn(row,cell) {
     for (i=0; i<MyTable.rows[row].cells.length; i++) {
       MyTable.rows[row].cells[i].style.background = '#000066';
     }
     MyTable.rows[row].cells[cell].style.background = '#000066';
    }

    function RowOff(row,cell) {
     for (i=0; i<MyTable.rows[row].cells.length; i++) {
       MyTable.rows[row].cells[i].style.background = rowColor;
     }
     MyTable.rows[row].cells[cell].style.background = cellColor;
    }

   function SetTable() {
     rowColor = MyTable.rows[0].style.background;
     cellColor = MyTable.rows[0].cells[0].style.background;
     for (i=0; i<MyTable.rows.length; i++) {
       for (j=0; j<MyTable.rows[i].cells.length; j++) {
         MyTable.rows[i].cells[i].style.background = cellColor;
       }
       MyTable.rows[i].style.background = rowColor;
     }
   }
   
   btnGoOn = new Image(20,12);
     btnGoOn.src = 'btnGoOn.gif';
     btnGoOff = new Image(20,12);
     btnGoOff.src = 'btnGoOff.gif';

     function imgOver(imgName) {
       imgSrc = eval(imgName + "On.src");
       document[imgName].src = imgSrc;
     }

     function imgOut(imgName) {
       imgSrc = eval(imgName + "Off.src");
       document[imgName].src = imgSrc;
     }

     function toggleLink(obj) {
       if(obj.className == 'srchLinksOff')
         obj.className = 'srchLinksOn'
       else
         obj.className = 'srchLinksOff'
     }

     function clearSearch2(obj) {
       if(obj.value == 'Enter Search Words') obj.value = '';
     }
     function doSearch() {
     
     }


var replacementImage = new Image(135,183);
replacementImage.src = '../IMAGES/8251.jpg';
function imageLoadError(myImage){
myImage.src=replacementImage.src
return false;
}

function Continue() {
TRANSACT.submit();
}
  function doStatus (page) {
  location.href = page;
  }
  function checkCheckBox(f){
if (f.agree.checked == false )
{
alert('Please Check the BOX, I Agree to: Minimum order amount is $250 and needs to be prepaid by credit card or money order/cashiers check.');
return false;
}else
return true;
}
