function newTWindow(f,w,h) {
	newWindow = open(f,"Footer","width="+w+",height="+h+",toolbar=no,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable=no,copyhistory=0");
	this.newWindow.focus();
}	
