/* $WEBAGE - BusiLink's BusiCard (TM) $ owner -WebArchitects@busilink.com */ 
<!-- Begin
function reportError(msg,url,line) {
				 var str = "Err: " + msg + " on line: " 
+ line + "\nURL: " + url  + "\nWeb: " 
+ navigator.appName + " " + navigator.appName 
+ " " + navigator.appVersion;
				document.errform.error.value = str;
				return true;
 }
window.onerror = reportError;
//  End -->

<!-- Begin_script_written_directly_within_html_file
   BCWin = open("http://www.busilink.com/bCard/BC-SRipp.gif","","top=0,left=0,right=0,bottom=0,width=260,height=155,scrollbars=0")
   BCWin.creator = window
// -->

<!-- Begin
function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no");
}
// End -->

<!-- Begin
var sparse = null;

function emptyPg() {
  return '<html><head><title>?!</title></head><body bgcolor="#000000"></body></html>';
}

function blankWin() {
sparse = window.open('javascript:if(opener){opener.emptyPg()}','devoid','top=0,left=0,right=0,bottom=0,width=260,height=155');
}

function blowOut() {
  if (sparse != null && sparse.open) sparse.close();
}
window.onfocus=blowOut;

// End -->

<!--
// open BusiCard(TM) window
function openBCWindow(url, name, rs, w, h) {
  popupWin = window.open(url, name, 'scrollbars=0,' +'resizable=0,' +'width=260' + ',height=155');
  window.name = 'opener';
}

// End -->

<!--
if (location.search && window.focus) { // for NN2
 if (location.search.indexOf("buFocus") >= 0) {
  top.focus();
  } 
 }
// End -->


