var oDiv = document.getElementById('div');
var aPic = oDiv.getElementsByTagName('div');
for(var i=0;i<aPic.length;i++){
apic[i].onmouseover=function(){
this.getElementsByTagName('a').style.top=0;
}
apic[i].onmouseover=function(){
this.getElementsByTagName('a').style.top='160px';
}
}
var aPic = oDiv.getElementsByTagName('div');
for(var i=0;i<aPic.length;i++){
apic[i].onmouseover=function(){
this.getElementsByTagName('a').style.top=0;
}
apic[i].onmouseover=function(){
this.getElementsByTagName('a').style.top='160px';
}
}