function movepic(img_name,img_src) {
	document[img_name].src=img_src;
}

function rotateLook(id, el) {
	$(el).parent('p').parent('td').next('td').children('img:first').attr('src','/img/44-'+id+'.gif');
}