// JavaScript Document
var newwindow;
function lawsports(url)
{
	newwindow=window.open(url,'name','height=824,width=926');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function swbiPoster(url)
{
	newwindow=window.open(url,'name','height=1545,width=1000,scrollbars,resizable');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function swbiTPB(url)
{
	newwindow=window.open(url,'name','height=500,width=1050,scrollbars,resizable');
	if (window.focus) {newwindow.focus()}
}

