var newwindow;
function slideShow(url)
{
	newwindow=window.open(url,'name','scrollbars=no,menubar=no,height=450,width=520,resizable=no,toolbar=no,location=no,status=no');
	if (window.focus) {newwindow.focus()}
}
