function swapImage(pic, wi, he) {
	bigpicadd = pic.attr("rel");
	bigpicadd = 'url('+bigpicadd+')';
	jQuery('#picture-frame').css("background-image", bigpicadd);
	jQuery('#picture-frame').width(wi);
	jQuery('#picture-frame').height(he);
}
