function imgAct(imgName)
{	document[imgName].src = eval(imgName + "on.src"); }
function imgInact(imgName)
{	document[imgName].src = eval(imgName + "off.src"); }
function openNewWindow(URLtoOpen,windowName,windowFeatures)
{	newWindow=window.open(URLtoOpen,windowName,windowFeatures);
	newWindow.focus();	}
function getMyURL()
{	document.watchThatPageForm.url.value = document.location;	}
function randImg() {
    var codeI=Math.round(Math.random()*(3));
    if(codeI==1) {
        codeIV="GIFTS";
    } else if(codeI==2) {
        codeIV="CRYSTAL";
    } else {
        codeIV="NICE";
    }
}
function writeRanImg() {
    var nRandImgT = Math.round( Math.random() * ( 4 ) );
    if (nRandImgT == 1)     { document.write('<img src="kdc-images/KDC_Book2.jpg" alt="Keith D Commiskey" title="Keith D Commiskey" id="Keith_D_Commiskey" width="110" border="0" />');	}
    else if (nRandImgT == 2) { document.write('<img src="kdc-images/hfbf2.jpg" alt="Building in San Diego" title="Building in San Diego" id="Building_in_San_Diego" width="110" border="0" />');	}
    else if (nRandImgT == 3) { document.write('<img src="kdc-images/Promo_ADG.jpg" alt="Gavel" title="Gavel" id="Gavel" width="110" border="0" />'); }
    else                    { document.write('<img src="kdc-images/EyeWorld2.jpg" alt="Eye of the World" title="Eye of the World" id="Eye_of_the_World" width="110" border="0" />'); }
}
