function popLegal(source){
	newView = window.open(source,"legal","width=430,height=480,resizable=0,scrollbars=0,toolbar=0,menubar=0,location=0")
	newView.focus();
}

function popExt(source){
	newView = window.open(source,"legal","width=700,height=500,resizable=1,scrollbars=1,toolbar=0,menubar=1,location=0")
	newView.focus();
}

