<!--
function openup(url,name,height,width) {
	newwindow=window.open(url,name,'height='+height+',width='+width+'');
	return false;
}

// -->