function enlarge(pic){
document.getElementById('content').style.opacity='60';
alert(document.getElementById('content').style.opacity);
}
