	<!-- Hide script from old browsers

		
function pic1(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=1200,height=1600') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Photo Gallery<\/TITLE><\/HEAD>")
newWindow.document.write("<p><img src=images/photogal/theband2.jpg></p>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function pic2(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=426,height=639') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Photo Gallery<\/TITLE><\/HEAD>")
newWindow.document.write("<p><img src=images/photogal/dave.jpg></p>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function pic3(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=1600,height=1200') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Photo Gallery<\/TITLE><\/HEAD>")
newWindow.document.write("<p><img src=images/photogal/theband3.jpg></p>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function pic4(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=1600,height=1200') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Photo Gallery<\/TITLE><\/HEAD>")
newWindow.document.write("<p><img src=images/photogal/theband4.jpg></p>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function pic5(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=639,height=426') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Photo Gallery<\/TITLE><\/HEAD>")
newWindow.document.write("<p><img src=images/photogal/band.jpg></p>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function pic6(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=639,height=426') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Photo Gallery<\/TITLE><\/HEAD>")
newWindow.document.write("<p><img src=images/photogal/emma.jpg></p>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function pic7(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=639,height=426') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Photo Gallery<\/TITLE><\/HEAD>")
newWindow.document.write("<p><img src=images/photogal/emma2.jpg></p>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function pic8(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=1424,height=1020') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Photo Gallery<\/TITLE><\/HEAD>")
newWindow.document.write("<p><img src=images/photogal/live.jpg></p>")
newWindow.document.write("<\/BODY><\/HTML>")

}

function pic9(){

newWindow = window.open('', 'newWin', 'toolbar=no,location=yes,scrollbars=yes,resizable=no,width=426,height=639') 
newWindow.document.write("<HTML><HEAD><TITLE>Djangology -- Photo Gallery<\/TITLE><\/HEAD>")
newWindow.document.write("<p><img src=images/photogal/paul.jpg></p>")
newWindow.document.write("<\/BODY><\/HTML>")

}

	// End hiding script from old browsers -->