<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

var str="" 
function setMessage()
{
    if (str == "")
    {
        for (var ii = 0; ii < 120; ii += 10) {str = str + "          "}
        
        str = str + "Call us at 508-358-8070 for more information about our services!"
    }
    else
    {
       str = str.substring(2, str.length)
    }
    window.status = str
    STBTimeOutID = window.setTimeout('setMessage()',220)
}

function newWindow(samplejpg) {
	 
  	sampleWindow = window.open(samplejpg,'sampleWin', 'width=575,height=500,toolbar=no,resizable=yes,scrollbars=yes,menubar=no,')
  	
  	sampleWindow.focus()
  	}


function thisYear() {
	var time=new Date();
	var year=time.getYear();
	if (year < 2000)
	year = year + 1900;
	return (year);
	
}

// -->
