function showPic(picId)
{
	NewWindowMed("photoshow.asp?File="+picId)
}

function NewWindowMed(mypage)
{
	settings="width=600,height=500,top=0,left=0,scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes";
	window.open(mypage,"Photo",settings);
}

function NewWindowSmall(mypage)
{
	settings="width=500,height=400,top=0,left=0,scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";
	window.open(mypage,"Search",settings);
}