function photoswitch(url) {
$("img#expando").attr({src:url});
}