script language="javascript">
function st(){
this.style.visibility = 'hideen';
document.getElementById('img2').style.visibility = 'visible';
}
function sd(){
this.style.visibility = 'hidden';
document.getElementById('img1').style.visibility = 'visible';
}