        d = document;
        function showPic(id,pic){
                d.getElementById(id).innerHTML = '<IMG SRC="' + pic + '" border="0">';
        }
        function hidePic(id){
                d.getElementById(id).innerHTML = '&nbsp;';
        }

	function showBio(id,bio){
	        d.getElementById(id).innerHTML = '<center><iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Fanglesgallery.com%2Fssp_director%2Falbum-audio%2F'+bio+'&logo=false&embedded=true" width="800" height="1050" style="border: none;"></iframe></center>';
        }
        function hideBio(id){
                //d.getElementById(id).innerHTML = '&nbsp;';
        }

