/*
   The Canada Connection
   Define new browser window and show parsed URL

	Parameters: url
*/
function newwindow(url)
	{
		mywindow = window.open(url,"TCC","'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=525,height=545'");
	}
