function viewPic(obj){
   	st = document.getElementById(obj).style;
   	st.display='inline';
}
function hidePic(obj){
   	this.css = document.getElementById(obj).style;
   	st.display='none';
}
