function Addme(a)
{
  url = "http://www.virbanks.com/";
  stitle = a;
  window.external.AddFavorite(url,stitle);
}

var newWindow
function openPopupWindow(theURL,theWindow,theWidth,theHeight) {
	if (!newWindow || newWindow.closed) { 
		var tw = theWidth;
		var th = theHeight;
		var topx = (screen.width - tw) / 2;
		var topy = (screen.height - th) / 2;
		newWindow = window.open(theURL,theWindow,'top='+topy+',left='+topx+',width='+tw+',height='+th+',resizable=yes,scrollbars=1,menubar=no,toolbar=no,directories=no,location=no,status=no');
	} 
	else { 
		newWindow.focus();
	}
}
function pagejump(jCatID) {		
	if (jCatID != "") {
	window.location="faq.asp?ac=" + jCatID;		
	}		
}		