
function openOut(earl,resyze,wydth,hyght) {
	outWin = window.open(earl,"sites","toolbar=0,location=0,directories=0,menubar=0,scrollbars=yes,status=0,resizable=" + 
	resyze + ",width=" + wydth + ",height=" + hyght)
	outWin.focus();
}
