function selectContents(fieldObject) {  
     fieldObject.select();  
}  


function updatewindow(dest){
	window.location.href=dest;
}

function disclaimer(passedWebsite)
{
	if(confirm('You are now leaving Bremen Bank and Trust Company\'s website.  We do not provide, endorse or guarantee any of the products or services available through third-party web pages.'))
	{
		window.open(passedWebsite,'NewWin','toolbar,status,resizable,location,scrollbars,menubar')
	}
}
