// JavaScript Document
function c3_popper(popWinURL,popWinName,popWinFeatures,popWinWidth,popWinHeight)
{
	popWinx=100;
	popWiny=100;
	popWinAttributes=popWinFeatures+',width=620,height=470,top='+popWinx+',left='+popWiny;
	c3_window=window.open(popWinURL,popWinName,popWinAttributes);
	c3_window.window.focus();
}
