leftPos = 0
if (screen) {
	leftPos = screen.width-225
	}
function newWindowSlideShow() {
	detailWindowSlideShow = window.open("../GraphicsGallery/SlideShow/slide1.html", "detailWinSlideShow", "width=450,height=450,scrollbars=no,left='+leftPos+',top=0")
	detailWindowSlideShow.focus()	
	}
function newWindowPrivacyPolicy() {
	detailWindowPrivacyPolicy = window.open("PrivacyPolicy.html", "detailWinPrivacyPolicy", "width=450,height=350,scrollbars=yes,left='+leftPos+',top=0")
	detailWindowPrivacyPolicy.focus()	
	}
function newWindow1a() {
	detailWindow1 = window.open("../GraphicsGallery/LogoGallery/4LeggedKids.shtml", "detailWin1", "width=500,height=400,scrollbars=yes,left='+leftPos+',top=0")
	detailWindow1.focus()	
	}
function newWindow2() {
	detailWindow2 = window.open("../GraphicsGallery/SpectrumAd1.shtml", "detailWin2", "width=600,height=500,scrollbars=yes,left='+leftPos+',top=0")
	detailWindow2.focus()	
	}
function newWindow3() {
	detailWindow3 = window.open("../GraphicsGallery/MOWGPoster.shtml", "detailWin3", "width=600,height=500,scrollbars=yes,left='+leftPos+',top=0")
	detailWindow3.focus()	
	}
function newWindow4() {
	detailWindow4 = window.open("../GraphicsGallery/BHallsMenu.shtml", "detailWin4", "width=600,height=500,scrollbars=yes,left='+leftPos+',top=0")
	detailWindow4.focus()	
	}
function newWindow5() {
	detailWindow5 = window.open("../GraphicsGallery/CharwickAnim.shtml", "detailWin5", "width=600,height=500,scrollbars=yes,left='+leftPos+',top=0")
	detailWindow5.focus()	
	}
function newWindow6() {
	detailWindow6 = window.open("../GraphicsGallery/CircleOfLife.shtml", "detailWin6", "width=600,height=500,scrollbars=yes,left='+leftPos+',top=0")
	detailWindow6.focus()	
	}


