createPhotos=function(){
			//Photo 1
            showPhoto1=function(){
            var p1=document.getElementById('p1');
            p1.style.visibility='visible';
            }

            hidePhoto1=function(){
            var p1=document.getElementById('p1');
            p1.style.visibility='hidden';
            }
			
            var t1=document.getElementById('t1');
            t1.onmouseover=showPhoto1;
            t1.onmouseout=hidePhoto1;
			
			//Photo 2
            showPhoto2=function(){
            var p2=document.getElementById('p2');
            p2.style.visibility='visible';
            }

            hidePhoto2=function(){
            var p2=document.getElementById('p2');
            p2.style.visibility='hidden';
            }
			
            var t2=document.getElementById('t2');
            t2.onmouseover=showPhoto2;
            t2.onmouseout=hidePhoto2;
					
			//Photo 3
            showPhoto3=function(){
            var p3=document.getElementById('p3');
            p3.style.visibility='visible';
            }

            hidePhoto3=function(){
            var p3=document.getElementById('p3');
            p3.style.visibility='hidden';
            }
			
            var t3=document.getElementById('t3');
            t3.onmouseover=showPhoto3;
            t3.onmouseout=hidePhoto3;
					
			//Photo 4
            showPhoto4=function(){
            var p4=document.getElementById('p4');
            p4.style.visibility='visible';
            }

            hidePhoto4=function(){
            var p4=document.getElementById('p4');
            p4.style.visibility='hidden';
            }
			
            var t4=document.getElementById('t4');
            t4.onmouseover=showPhoto4;
            t4.onmouseout=hidePhoto4;
					
			//Photo 5
            showPhoto5=function(){
            var p5=document.getElementById('p5');
            p5.style.visibility='visible';
            }

            hidePhoto5=function(){
            var p5=document.getElementById('p5');
            p5.style.visibility='hidden';
            }
			
            var t5=document.getElementById('t5');
            t5.onmouseover=showPhoto5;
            t5.onmouseout=hidePhoto5;
					
			//Photo 6
            showPhoto6=function(){
            var p6=document.getElementById('p6');
            p6.style.visibility='visible';
            }

            hidePhoto6=function(){
            var p6=document.getElementById('p6');
            p6.style.visibility='hidden';
            }
			
            var t6=document.getElementById('t6');
            t6.onmouseover=showPhoto6;
            t6.onmouseout=hidePhoto6;
					
			//Photo 7
            showPhoto7=function(){
            var p7=document.getElementById('p7');
            p7.style.visibility='visible';
            }

            hidePhoto7=function(){
            var p7=document.getElementById('p7');
            p7.style.visibility='hidden';
            }
			
            var t7=document.getElementById('t7');
            t7.onmouseover=showPhoto7;
            t7.onmouseout=hidePhoto7;
					
			//Photo 8
            showPhoto8=function(){
            var p8=document.getElementById('p8');
            p8.style.visibility='visible';
            }

            hidePhoto8=function(){
            var p8=document.getElementById('p8');
            p8.style.visibility='hidden';
            }
			
            var t8=document.getElementById('t8');
            t8.onmouseover=showPhoto8;
            t8.onmouseout=hidePhoto8;
					
			//Photo 9
            showPhoto9=function(){
            var p9=document.getElementById('p9');
            p9.style.visibility='visible';
            }

            hidePhoto9=function(){
            var p9=document.getElementById('p9');
            p9.style.visibility='hidden';
            }
			
            var t9=document.getElementById('t9');
            t9.onmouseover=showPhoto9;
            t9.onmouseout=hidePhoto9;
					
			//Photo 10
            showPhoto10=function(){
            var p10=document.getElementById('p10');
            p10.style.visibility='visible';
            }

            hidePhoto10=function(){
            var p10=document.getElementById('p10');
            p10.style.visibility='hidden';
            }
			
            var t10=document.getElementById('t10');
            t10.onmouseover=showPhoto10;
            t10.onmouseout=hidePhoto10;
					
			//Photo 11
            showPhoto11=function(){
            var p11=document.getElementById('p11');
            p11.style.visibility='visible';
            }

            hidePhoto11=function(){
            var p11=document.getElementById('p11');
            p11.style.visibility='hidden';
            }
			
            var t11=document.getElementById('t11');
            t11.onmouseover=showPhoto11;
            t11.onmouseout=hidePhoto11;
					
			//Photo 12
            showPhoto12=function(){
            var p12=document.getElementById('p12');
            p12.style.visibility='visible';
            }

            hidePhoto12=function(){
            var p12=document.getElementById('p12');
            p12.style.visibility='hidden';
            }
			
            var t12=document.getElementById('t12');
            t12.onmouseover=showPhoto12;
            t12.onmouseout=hidePhoto12;
					
			//Photo 13
            showPhoto13=function(){
            var p13=document.getElementById('p13');
            p13.style.visibility='visible';
            }

            hidePhoto13=function(){
            var p13=document.getElementById('p13');
            p13.style.visibility='hidden';
            }
			
            var t13=document.getElementById('t13');
            t13.onmouseover=showPhoto13;
            t13.onmouseout=hidePhoto13;
					
			//Photo 14
            showPhoto14=function(){
            var p14=document.getElementById('p14');
            p14.style.visibility='visible';
            }

            hidePhoto14=function(){
            var p14=document.getElementById('p14');
            p14.style.visibility='hidden';
            }
			
            var t14=document.getElementById('t14');
            t14.onmouseover=showPhoto14;
            t14.onmouseout=hidePhoto14;
					
			//Photo 15
            showPhoto15=function(){
            var p15=document.getElementById('p15');
            p15.style.visibility='visible';
            }

            hidePhoto15=function(){
            var p15=document.getElementById('p15');
            p15.style.visibility='hidden';
            }
			
            var t15=document.getElementById('t15');
            t15.onmouseover=showPhoto15;
            t15.onmouseout=hidePhoto15;
}

window.onload=createPhotos;
