function addtofav()
{
bookmarkurl="http://javascript.internet.com/"
bookmarktitle="Business Improvement Services, World-Class International Services"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


// PopUp Window Script
// this script should set the Testimonial window in the centre

var do_x = (screen.width/2)-300;
var do_y = (screen.height/2)-275;
var pos = "left="+do_x+",top="+do_y;

function do_test(){
do_testWindow = window.open("testimonials.html","Testimonials","scrollbars=yes,width=600,height=500,"+pos);
}
