

function popitup_slideshow(url) {
	newwindow=window.open(url,'name','status=0,scrollbars=0,height=700');
	if (window.focus) {newwindow.focus()}
	return false;
}
