/* Sub Window Script */

function openW(dest,winName,theWidth,theHeight) {newWin = window.open("" + dest, winName, "width=" + theWidth + ",height=" + theHeight + ",top=0,left=0,menubar=no,toolbar=no,location=no,directories=no,scrollbars=yes,status=no,resizable=yes");}

function openWn(dest,winName,theWidth,theHeight) {newWin = window.open("" + dest, winName, "width=" + theWidth + ",height=" + theHeight + ",top=0,left=0,menubar=no,toolbar=no,location=no,directories=no,scrollbars=no,status=no,resizable=no");}

function openS(dest,winName,theWidth,theHeight) {newWin = window.open("" + dest, winName, "width=" + theWidth + ",height=" + theHeight + ",top=0,left=0,menubar=no,toolbar=no,location=no,directories=no,scrollbars=no,status=no,resizable=yes");}

function openP(dest,winName,theWidth,theHeight) {newWin = window.open("" + dest, winName, "width=" + theWidth + ",height=" + theHeight + ",top=0,left=0,menubar=no,toolbar=no,location=no,directories=no,scrollbars=yes,status=no,resizable=yes");}




function copyrightDate(){
wriYr = new Date
var doYr = wriYr.getFullYear()
document.write("Copyright &#169 1999 - " + doYr + " <br>Associated Compressor Inc All Rights Reserved ")
}

