<!--

function OpenLegal() {
open('legal3d1e.html?sh=' + screen.height + '&sw=' + screen.width, 'INTlegalinfo', 'height=400,width=600,location=no,menubar=no,status=yes,toolbar=no,scrollbars=yes');
}

function openArray() {
open('howitworks3d1e.html?sh=' + screen.height + '&sw=' + screen.width, 'INTArray', 'height=440,width=660,location=no,menubar=no,status=yes,toolbar=no,scrollbars=yes');
}

function openProcess() {
open('process3d1e.html?sh=' + screen.height + '&sw=' + screen.width, 'INTProcess', 'height=440,width=660,location=no,menubar=no,status=yes,toolbar=no,scrollbars=yes');
}

function openDescription(pageName) {
open('pcr3d1e.html?sh=' + screen.height + '&sw=' + screen.width, 'INTDescription', 'height=200,width=400,location=no,menubar=no,status=yes,toolbar=no,scrollbars=yes');
}

//-->