

function blockError(){return true;}
window.onerror = blockError;



// -------------------- start favorites popup scripting -----------------------------

function addbookmark()
{
bookmarkurl="http://www.tritecinvestigations.com/"
bookmarktitle="Tritec Investigations for litigation support services"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

// -------------------- end favorites popup scripting -----------------------------

// --------------------- Begin IMAGE ROLLOVER script-----------------------

function movepic(img_name,img_src) {
document[img_name].src=img_src;
}

// --------------------- End IMAGE ROLLOVER script-----------------------

