// works in Firefox as well as IE
function BookmarkUs(title){
	if (document.all)
	  window.external.AddFavorite(document.location, title);
	else if (window.sidebar)
	  window.sidebar.addPanel(title, document.location, "")
}


function PC() {
    alert("Click a retailer below to view more information or to buy this model...");
}