var newWindow = null
function pops1(gotoUrl)
{
		if(!newWindow || newWindow.closed)
		{
		   newWindow = open(gotoUrl,"newsletter","width=640,height=480,resizable=no,toolbar=no,menubar=no,scrollbars=yes,status=yes,left=0,top=0");
		}
		else
		{
		   newWindow.location = (gotoUrl);
		   newWindow.focus();
		}
}

var newWindow = null
function pops2(gotoUrl)
{
		if(!newWindow || newWindow.closed)
		{
		   newWindow = open(gotoUrl,"viewreport","width=640,height=400,resizable=no,toolbar=no,menubar=no,scrollbars=yes,status=yes,left=0,top=0");
		}
		else
		{
		   newWindow.location = (gotoUrl);
		   newWindow.focus();
		}
}

var newWindow = null
function pops3(gotoUrl)
{
		if(!newWindow || newWindow.closed)
		{
		   newWindow = open(gotoUrl,"pests","width=720,height=480,resizable=no,toolbar=no,menubar=no,scrollbars=yes,status=yes,left=0,top=0");
		}
		else
		{
		   newWindow.location = (gotoUrl);
		   newWindow.focus();
		}
}

var newWindow = null
function pops(gotoUrl)
{
		if(!newWindow || newWindow.closed)
		{
		   newWindow = open(gotoUrl,"Name2","width=750,height=450,resizable=yes,menubar=no,toolbar=yes,scrollbars=yes,status=no,left=50,top=50");
		}
		else
		{
		   newWindow.location = (gotoUrl);
		   newWindow.focus();
		}
}