// JavaScript Document

function openSlideshow(url, width, height)
{
	var popup = window.open(url,"bhistorySS","width="+width+",height="+height+",status=no,toolbar=no,menubar=no,location=no");
	popup.focus();
}