﻿function openTOS(whichTOS)
{
	var thsTOS = window.open("/" + whichTOS, thsTOS, "width=400, height=400, menubar=0, statusbar=0, scrollbars=1;");
	thsTOS.focus();	
}
