function switchImage(div, url, width, height) { 
document.getElementById(div).style.background = 'url(/php/phpThumb/phpThumb.php?src=' + url + '&w=' + width + '&h=' + height + ') no-repeat center';
}
