function newWindow(ptt) 
{
	timeWindow = window.open(ptt, 'timeWin', 'toolbar=yes,location=no,scrollbars=yes,width=750,height=600')

	timeWindow.focus()
}

