var newwindow;
function poppolicy(url)
{
	newwindow=window.open(url,'JoeMiller','height=400,width=700,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}

}
function popsms(url)
{
	newwindow=window.open(url,'JoeMiller','height=400,width=600,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}

}

function poptest(url)
{
	newwindow=window.open(url,'JoeMiller','height=400,width=600,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}

}