﻿var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=550,width=830');
	if (window.focus) {newwindow.focus()}
}
function NewWindow(htmlfile) {
	htmlWindow = window.open(htmlfile, 'newWin', 'width=575,height=650,toolbar=no,scrollbars=yes,resizable=yes')
	htmlWindow.focus()
	}