function swapimg(object, action) {
	if (action == "swap") document.getElementById(object).src = "images/"+object+"_over.gif";
	else document.getElementById(object).src = "images/"+object+".gif";
}
function addFav() {
	window.external.AddFavorite('http://www.star-autos.com', 'Star Autos . Import - Export');
}
