// JavaScript Document

var posTop=((screen.availHeight-768)/2) + "px"
var posLeft=((screen.availWidth-1024)/2) + "px"

function OpenInNewWindow(WorkLink)
	{
//	window.open(WorkLink, "_blank", "menubar=0,location=0,directories=0,status=0,toolbar=0,scrollbars=1,resizable=yes,height=734px,width=1016px,top=" + posTop + ",left=" + posLeft)
	window.open(WorkLink, "_blank", "menubar=1,location=1,directories=1,status=1,toolbar=1,scrollbars=1,resizable=yes,height=734px,width=1016px,top=" + posTop + ",left=" + posLeft)
	}
	
function NoSlideShow()
	{
	alert("This is the only picture of this work, so there is no slide show.")
	}

