function setText(divId, text) 
{
	if (document.getElementById)
		eval(divId).innerHTML = text + "&nbsp;";
}
	
function showPhotoGallery(id,isTop)
{
	window.open("Gallery.aspx?id="+id+"&isTop="+isTop,null,"width=660,height=810,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no,titlebar=no");
}

function showPhoto(id)
{
	window.open("Photos.aspx?id="+id,null,"width=510,height=510,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no,titlebar=no");
}