active1 = new Image(26,26);
 active1.src = "http://www.swkconsulting.com/but1b.jpg";
 inactive1 = new Image(26,26);
 inactive1.src = "http://www.swkconsulting.com/but1a.jpg";

active2 = new Image(26,26);
 active2.src = "http://www.swkconsulting.com/but2b.jpg";
 inactive2 = new Image(26,26);
 inactive2.src = "http://www.swkconsulting.com/but2a.jpg";

active3 = new Image(26,26);
 active3.src = "http://www.swkconsulting.com/but3b.jpg";
 inactive3 = new Image(26,26);
 inactive3.src = "http://www.swkconsulting.com/but3a.jpg";
 
active4 = new Image(26,26);
 active4.src = "http://www.swkconsulting.com/but4b.jpg";
 inactive4 = new Image(26,26);
 inactive4.src = "http://www.swkconsulting.com/but4a.jpg";

active5 = new Image(26,26);
 active5.src = "http://www.swkconsulting.com/but5b.jpg";
 inactive5 = new Image(26,26);
 inactive5.src = "http://www.swkconsulting.com/but5a.jpg";
 
active6 = new Image(26,26);
 active6.src = "http://www.swkconsulting.com/but6b.jpg";
 inactive6 = new Image(26,26);
 inactive6.src = "http://www.swkconsulting.com/but6a.jpg";

function large(P){
detalhewindow=window.open(P,'windowpeq','resizable=no,width=375,height=510,left=50,top=50,scrollbars=no,toolbar=no,status=no');
}

function table(P){
detalhewindow=window.open(P,'windowpeq','resizable=no,width=500,height=496,left=50,top=50,scrollbars=yes,toolbar=no,status=no');
}

function pdf(P){
detalhewindow=window.open(P,'windowpeq','resizable=no,width=577,height=496,left=50,top=50,scrollbars=yes,toolbar=no,status=no');
}

function resizeWin(newLoc, newHeight, newWidth) {
	newWin = open("",newLoc,"scrollbars=yes,resizable=yes,height=" + newHeight + ",width=" + newWidth);
}

function goToUrl(myUrl)
{
	if (myUrl!="")
	{
		parent.location.href=myUrl;
	}
}