function popper(url,h,w)
{
	features = "height=" + h + ",width=" + w + ",scrollbars=yes,status=no,toolbar=no,menubar=no";
	winName = window.open(url,"popwindow",features);
	if ( !winName )
	{
		alert("You may have a Pop-Up Window Blocker installed that is preventing you from seeing this content. Please disable it and try again.");
	}
}