<!-- 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 StartSAMPLES(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=725,height=575");
}

function StartEMAIL(page) {
OpenWin = window.open(page, "1", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=730,height=575");
}

function StartKEY(page) {
OpenWin = window.open(page, "1", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=810,height=575");
}

function StartDB(page) {
OpenWin = this.open(page, "3", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=490,height=315");
}

function StartTRACK(page) {
OpenWin = this.open(page, "4", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=600,height=500");
}

function StartPRODUCT(page) {
OpenWin = this.open(page, "5", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=675,height=550");
}

function StartWEB(page) {
OpenWin = this.open(page, "5", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=490,height=325");
}

function StartPRICING(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=700,height=300");
}

function StartCOMPARE(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=850,height=550");
}

function StartTEAM(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=800,height=550");
}

function StartMODEL(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=500,height=260");
}

<!-- 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';
} 
// --> 

