function fncRollOver (imgName,imgSource){
if (document.images){
	document.images[imgName].src=imgSource;
	}
}
	
function OpenPopup(strFile) {				
	newwin = window.open(strFile,"slideShow","height=400,left=100,top=100,width=600");
}


function displayStatusMsg() { 
  status='We are the reliable on-site wireless telephone and messaging systems company with 70,000 customer sites worldwide.';
  document.returnValue = true;
}

function OpenPopupAutoQuote(strFile) {				
	newwin = window.open(strFile,"slideShow","height=450,left=50,resizable=yes,scrollbars=yes,top=50,width=800");
}		

function OpenPopupStMarysVideo(strFile) {				
	newwin = window.open(strFile,"slideShow","height=194,left=50,top=50,status=0,width=345");
}	

function openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
  }

  
function OpenPopupDropTest(strFile) {				
	newwin = window.open(strFile,"slideShow","height=312,left=50,top=50,status=0,width=468");
}


function swDownLoadWindow(strFile) {				
	newwin = window.open(strFile,"chatWindow","height=690,left=50,resizable=yes,scrollbars=yes,top=50,width=750");
}


function stressTestWindow(strFile) {				
newwin = window.open(strFile,"stressTestVideo","height=237,left=100,resizable=no,scrollbars=no,top=50,width=354");
}

function copyrightInfo () {
var currentTime = new Date()
var year = currentTime.getFullYear()
document.write("&copy; " + year + " Ascom")
}	













