function cp(n){
  if (typeof comments != 'undefined') n>0?dl(comments[n]):nd()
}

function popitup2(url, height, width)
{
	newwindow=window.open(url,'name','height='+height+', width='+width);
	if (window.focus) {newwindow.focus()}
	return false;
}

function popitup(url)
{
	newwindow=window.open(url,'name','height=240,width=410');
	if (window.focus) {newwindow.focus()}
	return false;
}

