<!-- SYSTEM SCRIPTS -->



<!--  IFRAME HOVER CHANGE CONTENT -->

function changeUrl(newURL) 
{ 
window.popup.location.href= newURL 
} 
// End hiding script from old browsers -->

<!--  ROTATE IMAGES -->


<!-- 
        if(document.images) {
                picover = new Array(5);
                picout = new Array(5);
                picover[1]=new Image;
                picout[1]=new Image;
                for(var n=2;n<=4;n++) {
                        picover[n]=new Image;
                        picout[n]=new Image;
                }
                for(var n=1;n<=4;n++) {
                        picover[n].src="images/"+n+"R.jpg";
                        picout[n].src="images/"+n+".jpg";
                }
        }
        function picOn(i) {
                if(document.images) document.images["pic" + i].src=picover[i].src;
        }
        function picOff(i) {
                if(document.images) document.images["pic" + i].src=picout[i].src;
        }
//-->


<!-- POPUP FUNCTIONS -->


function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=800,height=600");
}

function StartCAT(page) {
OpenWin = window.open(page, "1", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=650,height=550");
}

function StartKEY(page) {
OpenWin = window.open(page, "1", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=810,height=595");
}

function StartLINK(page) {
OpenWin = window.open(page, "1", "toolbar=yes,menubar=no,location=no,scrollbars=no,resizable=yes,width=600,height=600");
}

function StartTOC(page) {
OpenWin = window.open(page, "1", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=750,height=600");
}

function StartCOMPARE(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=770,height=430");
}

function StartHOWTO(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=770,height=430");
}

<!-- BBB SCRIPT -->


<!-- 
function Rcertify() 
{
popupWin = window.open('http://www.bbbonline.org/cks.asp?id=103010310101427745', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
} 
// --> 

